CH eTOC (R4)
1.0.0 - STU 1
This page is part of the CH eTOC (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "SUffererCopyReceiver",
"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>Susanna Ufferer </b> (no stated gender), DoB Unknown</p></div>"
},
"name" : [
{
"family" : "Ufferer",
"given" : [
"Susanna"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+41 79 979 79 79"
},
{
"system" : "email",
"value" : "susanna@ufferer.ch"
}
],
"address" : [
{
"use" : "home",
"line" : [
"Musterweg 6a"
],
"city" : "Zürich",
"postalCode" : "8000",
"country" : "Schweiz"
}
]
}