Swissnoso Implementation Guide (R4)
1.0.0 - STU 1 Switzerland flag

This page is part of the Swissnoso Implementation Guide (R4) (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Giulia Rossi - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "GiuliaRossi",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/swissnoso/StructureDefinition/swissnoso-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Anonymous Patient</b> female, DoB: 1943 ( Medical record number: 44371)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "http://fhir.santamaria.ch/pid",
      "value" : "44371"
    }
  ],
  "gender" : "female",
  "birthDate" : "1943"
}