Documentation des guides d'implémentation de l'ANS
0.1.0 - ci-build

This page is part of the Documentation des guides d'implémentation de l'ANS (v0.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 0.1.8. For a full list of available versions, see the Directory of published versions

: frpatient-exemple - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "frpatient-exemple",
  "meta" : {
    "profile" : [
      "https://interop.esante.gouv.fr/ig/documentation/StructureDefinition/fr-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>JEANNE MARIE DARK </b> female, DoB: 1939-08-13 ( id:\u00a0239088815400243)</p><hr/></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.250.1.213.1.4.8",
      "value" : "239088815400243"
    }
  ],
  "name" : [
    {
      "family" : "DARK",
      "given" : [
        "JEANNE MARIE"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1939-08-13"
}