🇵🇪 EMA Health Perú Implementation Guide
0.1.0 - ci-build
🇵🇪 EMA Health Perú 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" : "EjemploEmaLocationPe",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/pe/StructureDefinition/ema-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location EjemploEmaLocationPe</b></p><a name=\"EjemploEmaLocationPe\"> </a><a name=\"hcEjemploEmaLocationPe\"> </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 (Perú)</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Consultorio 12</p><p><b>description</b>: Consultorio de medicina interna, 2.º piso</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. Guardia Civil 337, Consultorio 12 Lima PE (work)</p><p><b>managingOrganization</b>: <a href=\"Organization-EjemploEmaOrganizationPe.html\">Organization Clínica San Borja S.A.C.</a></p></div>"
},
"status" : "active",
"name" : "Consultorio 12",
"description" : "Consultorio de medicina interna, 2.º piso",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "OF",
"display" : "Outpatient Facility"
}
]
}
],
"address" : {
"use" : "work",
"line" : [
"Av. Guardia Civil 337, Consultorio 12"
],
"city" : "Lima",
"district" : "San Borja",
"country" : "PE"
},
"managingOrganization" : {
🔗 "reference" : "Organization/EjemploEmaOrganizationPe"
}
}