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

Publication Build: This will be filled in by the publication tooling

: 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"
}