Data Management with FHIR
0.1.0 - ci-build France flag

Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient test (Ressource) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "8f005d60-b59b-47f7-b04a-f877378f8d68",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : Patient 8f005d60-b59b-47f7-b04a-f877378f8d68</b></p><a name=\"8f005d60-b59b-47f7-b04a-f877378f8d68\"> </a><a name=\"hc8f005d60-b59b-47f7-b04a-f877378f8d68\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">john doe Male, Date de Naissance :1948-07-16 ( NIR définitif\u00a0(use:\u00a0official,\u00a0))</p><hr/></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
            "code" : "INS-NIR"
          }
        ]
      },
      "system" : "urn:oid:1.2.250.1.213.1.4.8",
      "value" : "1234567890123"
    }
  ],
  "name" : [
    {
      "text" : "john doe",
      "family" : "doe",
      "given" : [
        "john"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1948-07-16"
}