CH EPR mHealth (R4)
0.1.2 - Draft Standard for Trial Use
This page is part of the CH EPR mHealth (R4) (v0.1.2: DSTU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions 
Source view
{
"resourceType" : "Patient",
"id" : "PatientPmirFeed",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-epr-mhealth/StructureDefinition/ch-pmir-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical record number: 8734</p><p><b>name</b>: Franz Muster , Muster </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1995-01-27</p><p><b>managingOrganization</b>: <a name=\"org1\"> </a></p><blockquote><p><b>identifier</b>: id: 7601000201041</p><p><b>address</b>: Doktorgasse 2 Musterhausen 8888 CH (WORK)</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Organization",
"id" : "org1",
"identifier" : [
{
"system" : "urn:oid:2.51.1.3",
"value" : "7601000201041"
}
],
"address" : [
{
"use" : "work",
"line" : [
"Doktorgasse",
"2"
],
"city" : "Musterhausen",
"postalCode" : "8888",
"country" : "CH"
}
]
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.16.756.888888.3.1",
"value" : "8734"
}
],
"name" : [
{
"family" : "Muster",
"given" : [
"Franz"
]
},
{
"family" : "Muster",
"_family" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
"valueCode" : "BR"
}
]
}
}
],
"gender" : "male",
"birthDate" : "1995-01-27",
"managingOrganization" : {
"reference" : "#org1"
}
}