EMA Core Implementation Guide
0.1.0 - ci-build
EMA Core Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "EjemploEmaLocation",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Locacion EjemploEmaLocation</b></p><a name=\"EjemploEmaLocation\"> </a><a name=\"hcEjemploEmaLocation\"> </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=\"StructureDefinition-ema-location.html\">EMA Location</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Consulta 3</p><p><b>description</b>: Box de consulta médica general, piso 5</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}\">Outpatient Facility</span></p><p><b>address</b>: Av. Providencia 1234, Of. 501, Box 3 Providencia Región Metropolitana CL (work)</p><p><b>managingOrganization</b>: <a href=\"Organization-EjemploEmaOrganization.html\">Organization Centro Médico EMA</a></p></div>"
},
"status" : "active",
"name" : "Consulta 3",
"description" : "Box de consulta médica general, piso 5",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "OF",
"display" : "Outpatient Facility"
}
]
}
],
"address" : {
"use" : "work",
"line" : [
"Av. Providencia 1234, Of. 501, Box 3"
],
"city" : "Providencia",
"_city" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
"code" : "13123",
"display" : "Providencia"
}
]
}
}
]
},
"district" : "Santiago",
"_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" : "Región Metropolitana",
"_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" : "CL",
"_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"
}
]
}
}
]
}
},
"managingOrganization" : {
🔗 "reference" : "Organization/EjemploEmaOrganization"
}
}