CH EMS (R4)
1.9.0 - Standard for Trial Use

This page is part of the CH EMS (R4) (v1.9.0: STU) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

2 Patient unbekannt - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Patient",
  "id" : "2-PatientUnbekannt",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: 2-PatientUnbekannt</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical record number: MU43221</p><p><b>gender</b>: male</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oid:2.16.756.5.30.1.143.20",
      "value" : "MU43221"
    }
  ],
  "gender" : "male"
}