Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - draft
Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 1.9.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "EjemploPrestadorCL2",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CorePrestadorCl"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner EjemploPrestadorCL2</b></p><a name=\"EjemploPrestadorCL2\"> </a><a name=\"hcEjemploPrestadorCL2\"> </a><a name=\"EjemploPrestadorCL2-es-CL\"> </a><p><b>identifier</b>: RUN/17435678-2\u00a0(use:\u00a0official,\u00a0), RNPI/43212\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: María Luisa Soto (Official)</p><p><b>telecom</b>: ph: 989789698(Mobile), <a href=\"mailto:DraSoto@mimail.com\">DraSoto@mimail.com</a></p><p><b>address</b>: Av la Merced, 662, depto 814 null null null (home)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1988-09-01</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: cert</p><p><b>code</b>: <span title=\"Codes:\">Profesional Médico Cirujano</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: esp</p><p><b>code</b>: <span title=\"Codes:\">Medicina Interna</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: subesp</p><p><b>code</b>: <span title=\"Codes:\">Medicina Familiar</span></p></blockquote></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "01",
"display" : "RUN"
}
]
},
"value" : "17435678-2"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSTipoIdentificador",
"code" : "13",
"display" : "RNPI"
}
]
},
"value" : "43212"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Soto",
"_family" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/SegundoApellido",
"valueString" : "Gonzalez"
}
]
},
"given" : [
"María",
"Luisa"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "989789698",
"use" : "mobile"
},
{
"system" : "email",
"value" : "DraSoto@mimail.com",
"use" : "work"
}
],
"address" : [
{
"use" : "home",
"line" : [
"Av la Merced, 662, depto 814"
],
"_city" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
"code" : "13101",
"display" : "Santiago Centro"
}
]
}
}
]
},
"_district" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
"code" : "131",
"display" : "Santiago"
}
]
}
}
]
},
"_state" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
"code" : "13",
"display" : "Metropolitana de Santiago"
}
]
}
}
]
},
"_country" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code" : "152",
"display" : "Chile"
}
]
}
}
]
}
}
],
"gender" : "female",
"birthDate" : "1988-09-01",
"qualification" : [
{
"identifier" : [
{
"value" : "cert"
}
],
"code" : {
"text" : "Profesional Médico Cirujano"
}
},
{
"identifier" : [
{
"value" : "esp"
}
],
"code" : {
"text" : "Medicina Interna"
}
},
{
"identifier" : [
{
"value" : "subesp"
}
],
"code" : {
"text" : "Medicina Familiar"
}
}
]
}