Implementation Guide CH VACD
2.1.0 - STU 3 Ballot
Implementation Guide CH VACD, published by HL7 Switzerland. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/hl7ch/ch-vacd/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "3-1-Patient",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Monika Wegmueller </b> female, DoB: 1967-02-10 ( Medical record number: 12345678)</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:1.2.3.4",
"value" : "12345678"
}
],
"name" : [
{
"family" : "Wegmueller",
"given" : [
"Monika"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "tel:+41.32.685.12.34",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1967-02-10",
"address" : [
{
"type" : "both",
"line" : [
"Leidensweg 10"
],
"city" : "Specimendorf",
"postalCode" : "9876",
"country" : "CH"
}
]
}