Receta Digital Interoperable Argentina
0.2.5 - ci-build

Receta Digital Interoperable Argentina - Local Development build (v0.2.5). See the Directory of published versions

: RDIar: Ejemplo de Datos de Lugar - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "EjemploDatosLugar",
  "meta" : {
    "profile" : [
      "http://fhir.msal.gob.ar/RDI/StructureDefinition/datosLugarAR"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Hospital De La Plata - Sector 5</div>"
  },
  "identifier" : [
    {
      "system" : "http://refes.msal.gob.ar",
      "value" : "1234567890"
    }
  ],
  "name" : "Hospital De La Plata - Sector 5",
  "address" : {
    "line" : [
      "CALLE 34 NRO 2023"
    ],
    "city" : "LA PLATA",
    "state" : "BUENOS AIRES",
    "postalCode" : "2000"
  }
}