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 Paciente - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "EjemploDatosPaciente",
  "meta" : {
    "profile" : [
      "http://fhir.msal.gob.ar/RDI/StructureDefinition/datosPacienteAR"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">LEOTTA, MARIA LAURA DNI: 99999999</div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.renaper.gob.ar/dni",
      "value" : "999999999"
    },
    {
      "use" : "secondary",
      "system" : "http://sistemadesalud.com.ar/Patient",
      "value" : "9999"
    }
  ],
  "name" : [
    {
      "text" : "LEOTTA MARIA LAURA",
      "family" : "LEOTTA",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
            "valueString" : "LEOTTA"
          }
        ]
      },
      "given" : [
        "MARIA",
        "LAURA"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1980-07-29"
}