Sistema Nacional de receta electronica
0.9.6 - draft
Sistema Nacional de receta electronica, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.9.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_snre/ and changes regularly. 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 class=\"res-header-id\"><b>Generated Narrative: Organización ORG1</b></p><a name=\"ORG1\"> </a><a name=\"hcORG1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://hl7chile.cl/fhir/ig/clcore/1.8.5/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>: 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"
}
]
}