This page is part of the Chile Core (v1.8.4: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Ejemplo Organización Prestadora de Salud - JSON Representation
Raw json | Download
{
"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>: id:\u00a01233</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>: Calle Central 33 07401 07 152 </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" : [
{
"line" : [
"Calle Central 33"
],
"city" : "07401",
"district" : "074",
"state" : "07",
"country" : "152"
}
]
}