CH ORF (R4)
0.10.0 - STU 1 Ballot

This page is part of the CH ORF (R4) (v0.10.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Copy Receiver Erika Musterfrau - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "CopyReceiverErikaMusterfrau",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>name</b>: Erika Musterfrau </p><p><b>telecom</b>: ph: 079 979 79 79, <a href=\"mailto:erika@musterfrau.ch\">erika@musterfrau.ch</a></p><p><b>address</b>: Musterweg 6a Zürich 8000 Schweiz </p></div>"
  },
  "name" : [
    {
      "family" : "Musterfrau",
      "given" : [
        "Erika"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "079 979 79 79"
    },
    {
      "system" : "email",
      "value" : "erika@musterfrau.ch"
    }
  ],
  "address" : [
    {
      "line" : [
        "Musterweg",
        "6a"
      ],
      "city" : "Zürich",
      "postalCode" : "8000",
      "country" : "Schweiz"
    }
  ]
}