CH EMED EPR
1.0.1-ci-build - ci-build Switzerland flag

CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 1.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions

: Patient: Dupont - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientDupont",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-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 Dupont </b> female, DoB: 1972-08-07 ( Medical record number/11111111)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Wiesenstr. 12 Zürich 8003 CH </td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:2.999.1",
      "value" : "11111111"
    }
  ],
  "name" : [
    {
      "family" : "Dupont",
      "given" : [
        "Jeanne"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1972-08-07",
  "address" : [
    {
      "line" : [
        "Wiesenstr. 12"
      ],
      "city" : "Zürich",
      "postalCode" : "8003",
      "country" : "CH"
    }
  ]
}