CH EMED (R4)
0.1.0 - Draft Standard for Trial Use
This page is part of the CH EMED (R4) (v0.1.0: DSTU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0-ballot. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "Patient",
"id" : "MonikaWegmuellerRecipient",
"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 with Details</b></p><p><b>id</b>: MonikaWegmuellerRecipient</p><p><b>meta</b>: </p><p><b>name</b>: Monika Wegmüller </p><p><b>address</b>: Wiesenstr. 12 Zürich 8003 CH </p></div>"
},
"name" : [
{
"family" : "Wegmüller",
"given" : [
"Monika"
]
}
],
"address" : [
{
"line" : [
"Wiesenstr. 12"
],
"city" : "Zürich",
"postalCode" : "8003",
"country" : "CH"
}
]
}