Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Imagenología - Ubicación Servicio - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Location",
  "id" : "Example-location-img-79ee57bdd956",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileLocationHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Example-location-img-79ee57bdd956</b></p><a name=\"Example-location-img-79ee57bdd956\"> </a><a name=\"hcExample-location-img-79ee57bdd956\"> </a><a name=\"Example-location-img-79ee57bdd956-es-ES\"> </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-ProfileLocationHCEU.html\">HCEU - Intramural - Location</a></p></div><p><b>identifier</b>: <code>http://hospital.example.org/locations</code>/img-002\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: Imagenología Central</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HRAD}\">Radiology unit</span></p><p><b>address</b>: Calle 123 #45-67 Imagenología Central Bogotá Cundinamarca 110111 CO (work)</p><p><b>managingOrganization</b>: <a href=\"Organization-Example-Prestador-Organization-5e2803024bcd.html\">CLINICA IPS ATENCION SALUD</a></p><p><b>partOf</b>: <a href=\"Location-Example-Location-Hospital-700a4756f3b9.html\">Sede A Clinica Central</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://hospital.example.org/locations",
      "value" : "img-002"
    }
  ],
  "name" : "Imagenología Central",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HRAD",
          "display" : "Radiology unit"
        }
      ]
    }
  ],
  "address" : {
    "use" : "work",
    "line" : [
      "Calle 123 #45-67 Imagenología Central"
    ],
    "city" : "Bogotá",
    "state" : "Cundinamarca",
    "postalCode" : "110111",
    "country" : "CO"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/Example-Prestador-Organization-5e2803024bcd",
    "display" : "CLINICA IPS ATENCION SALUD"
  },
  "partOf" : {
    🔗 "reference" : "Location/Example-Location-Hospital-700a4756f3b9",
    "display" : "Sede A Clinica Central"
  }
}