@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ProfesionalColombia"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/PractitionerCo"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "ProfesionalColombia"

Profile: Profesional Co

identifier: Cédula ciudadanía: 12345

" ] ; # fhir:identifier ( [ fhir:type [ fhir:extension ( [ fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-pais"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/PaisesCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "170" ] ] ) ] ] ) ; fhir:coding ( [ fhir:system [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdspersonaColombia"^^xsd:anyURI ] ; fhir:code [ fhir:v "CC" ] ; fhir:display [ fhir:v "Cédula ciudadanía" ] ] ) ] ; fhir:value [ fhir:v "12345" ] ; fhir:assigner [ fhir:display [ fhir:v "Registraduria Nacional" ] ] ] ) . # # -------------------------------------------------------------------------------------