Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.8.6 - ci-build
This page is part of the Chile Core (v1.8.6: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Organization",
"id" : "ORG1",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreOrganizacionCl"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"ORG1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "ORG1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoreOrganizacionCl.html\">CL Organización</a></p></div><p><b>identifier</b>: <code>http://minsal.cl/deis/codigodeis</code>/1233</p><p><b>active</b>: true</p><p><b>name</b>: Centro de Salud Familiar Rio Bueno de Linares</p><p><b>alias</b>: Rio Bueno CESFAM</p><p><b>telecom</b>: ph: 45325775(WORK)</p><p><b>address</b>: Linares Del Maule Chile </p></div>"
},
"identifier" : [
{
"system" : "http://minsal.cl/deis/codigodeis",
"value" : "1233"
}
],
"active" : true,
"name" : "Centro de Salud Familiar Rio Bueno de Linares",
"alias" : [
"Rio Bueno CESFAM"
],
"telecom" : [
{
"system" : "phone",
"value" : "45325775",
"use" : "work"
}
],
"address" : [
{
"city" : "Linares",
"_city" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
"code" : "07401",
"display" : "Linares"
}
]
}
}
]
},
"district" : "Linares",
"_district" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
"code" : "074",
"display" : "Linares"
}
]
}
}
]
},
"state" : "Del Maule",
"_state" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
"code" : "07",
"display" : "Del Maule"
}
]
}
}
]
},
"country" : "Chile",
"_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"
}
]
}
}
]
}
}
]
}