Guide d'implémentation du GT Standards et Interopérabilité pour les EDS
0.1.0 - ci-build France flag

Guide d'implémentation du GT Standards et Interopérabilité pour les EDS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-example-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-example-1",
  "meta" : {
    "profile" : [
      🔗 "https://interop.esante.gouv.fr/ig/fhir/eds/StructureDefinition/EDSPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-example-1</b></p><a name=\"patient-example-1\"> </a><a name=\"hcpatient-example-1\"> </a><a name=\"patient-example-1-fr-FR\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Female, DoB: 1948-07-12</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">2024-07-12 12:00:00+0100</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">12 Bd Picpus, 75012 Paris(home)</td></tr></table></div>"
  },
  "gender" : "female",
  "birthDate" : "1948-07-12",
  "deceasedDateTime" : "2024-07-12T12:00:00+01:00",
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "latitude",
              "valueDecimal" : 48.840031428873175
            },
            {
              "url" : "longitude",
              "valueDecimal" : 2.4008115174942795
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use" : "home",
      "text" : "12 Bd Picpus, 75012 Paris",
      "line" : [
        "12 Bd Picpus"
      ],
      "city" : "Paris",
      "postalCode" : "75012"
    }
  ]
}