FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Patient |
| Id | Patient-ManuelaMuster.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ManuelaMuster
Profile: CH Core Patient
Manuela Muster Female, DoB: 1997-02-21 ( urn:oid:2.16.756.5.30.1.127.3.10.3#761337615317835750)
| Marital Status: | in eingetragener Partnerschaft | ||
| Language: | Deutsch (Schweiz) (preferred) | ||
| Patient Birth Place | Paris Frankreich | ||
| Place of Origin according to eCH-0011 | Köniz BE | ||
| Patient Religion | Protestant | ||
{
"resourceType": "Patient",
"id": "ManuelaMuster",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": [
{
"system": "urn:oid:2.16.756.5.30.1.127.3.10.3",
"value": "761337615317835750"
}
],
"name": [
{
"family": "Muster",
"given": [
"Manuela"
]
}
],
"gender": "female",
"birthDate": "1997-02-21",
"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
}
]
}