CH Core (R4)
2.1.0 - STU 3 Ballot
This page is part of the CH Core (R4) (v2.1.0: STU 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Patient",
"id" : "FranzMuster",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>\n <b>id</b>: FranzMuster\n </p>\n <p>\n <b>meta</b>: \n </p>\n <p>\n <b>identifier</b>: 012/08.111111\n </p>\n <p>\n <b>name</b>: Franz Muster \n </p>\n <p>\n <b>gender</b>: MALE\n </p>\n <p>\n <b>birthDate</b>: Jan 27, 1995\n </p>\n <p>\n <b>maritalStatus</b>: in eingetragener Partnerschaft \n <span style=\"background: LightGoldenRodYellow\">(Details : {http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus code '6' = '6', given as 'in eingetragener Partnerschaft'})</span>\n </p>\n <h3>Communications</h3>\n <table class=\"grid\">\n <tr>\n <td>-</td>\n <td>\n <b>Language</b>\n </td>\n <td>\n <b>Preferred</b>\n </td>\n </tr>\n <tr>\n <td>*</td>\n <td>Deutsch (Schweiz) \n <span style=\"background: LightGoldenRodYellow\">(Details : {urn:ietf:bcp:47 code 'de-CH' = 'German (Region=Switzerland))</span>\n </td>\n <td>true</td>\n </tr>\n </table>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"valueAddress" : {
"city" : "Paris",
"country" : "Frankreich"
}
},
{
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-ech-11-placeoforigin",
"valueAddress" : {
"city" : "Köniz",
"state" : "BE"
}
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-religion",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
"code" : "1077",
"display" : "Protestant"
}
]
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
]
},
"system" : "urn:oid:2.16.756.5.30.999999.1",
"value" : "012/08.111111"
}
],
"name" : [
{
"family" : "Muster",
"given" : [
"Franz"
]
}
],
"gender" : "male",
"birthDate" : "1995-01-27",
"maritalStatus" : {
"coding" : [
{
"system" : "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
"code" : "6",
"display" : "in eingetragener Partnerschaft"
}
]
},
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "de-CH"
}
],
"text" : "Deutsch (Schweiz)"
},
"preferred" : true
}
]
}