Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.8.10 - ci-build Chile flag

This page is part of the Chile Core (v1.8.10: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo de Recurso Paciente - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "11",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Yanara Salinas </b> female, DoB: 1990-01-02</p><hr/></div>"
  },
  "name" : [
    {
      "given" : [
        "Yanara Salinas"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-01-02"
}