Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia - Local Development build (v0.4.2). See the Directory of published versions

: PacienteExtranjero - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PacienteExtranjero",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2021-10-13T22:23:44.162Z",
    "profile" : [
      "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/PacienteCo"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Ana Maria null </b> female, DoB: 1974-12-25 ( Pasaporte: 9753)</p><hr/></div>"
  },
  "identifier" : [
    {
      "type" : {
        "extension" : [
          {
            "url" : "https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/co-pais",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/PaisesCS",
                  "code" : "032"
                }
              ]
            }
          }
        ],
        "coding" : [
          {
            "system" : "https://www.minsalud.gov.co/ihc/fhir/CodeSystem/IdspersonaColombia",
            "code" : "PA",
            "display" : "Pasaporte"
          }
        ]
      },
      "value" : "9753"
    }
  ],
  "name" : [
    {
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-mothers-family",
            "valueString" : "Rivas"
          }
        ]
      },
      "given" : [
        "Ana",
        "Maria"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1974-12-25",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime" : "1974-12-25T14:35:45-05:00"
      }
    ]
  }
}