CH Core (R4)
6.0.0-ballot-ci-build - ci-build
CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 6.0.0-ballot-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "ClaimPatient",
"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 class=\"res-header-id\"><b>Generated Narrative: Patient ClaimPatient</b></p><a name=\"ClaimPatient\"> </a><a name=\"hcClaimPatient\"> </a><a name=\"ClaimPatient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Peter Muster Male, DoB: 1964-05-14 ( urn:oid:2.16.756.5.32#7562295883070)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>urn:oid:2.16.756.5.30.1.123.100.1.1.1</code>/80756078901234567890\u00a0(,\u00a0period:\u00a0(?) --> 2018-03-03)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Musterstrasse 5 Maienfeld 7304 </td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.16.756.5.32",
"value" : "7562295883070"
},
{
"system" : "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
"value" : "80756078901234567890",
"period" : {
"end" : "2018-03-03"
}
}
],
"name" : [
{
"family" : "Muster",
"given" : [
"Peter"
],
"prefix" : [
"Herr"
]
}
],
"gender" : "male",
"birthDate" : "1964-05-14",
"address" : [
{
"line" : [
"Musterstrasse 5"
],
"city" : "Maienfeld",
"postalCode" : "7304"
}
]
}