0.5.0 - ci-build

FHIR_CORE_AR - Local Development build (v0.5.0). See the Directory of published versions

: Patient - Fernandez Perez, Pablo - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Paciente-Ar-FernandezPerezPablo",
  "meta" : {
    "profile" : [
      "http://fhir.msal.gob.ar/core/StructureDefinition/Patient-ar-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 99999999 (OFFICIAL), id: 1234567 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Pablo Fernandez Perez(OFFICIAL), Alicia de las Mercedes </p><p><b>telecom</b>: ph: 1141233100</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1912-06-12</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://www.renaper.gob.ar/dni",
      "value" : "99999999"
    },
    {
      "use" : "usual",
      "system" : "http://www.dummy.org",
      "value" : "1234567"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Pablo Fernandez Perez",
      "family" : "Fernandez Perez",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family",
            "valueString" : "Fernandez"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString" : "Perez"
          }
        ]
      },
      "given" : [
        "Pablo"
      ]
    },
    {
      "use" : "usual",
      "given" : [
        "Alicia de las Mercedes"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1141233100"
    }
  ],
  "gender" : "male",
  "birthDate" : "1912-06-12"
}