FHIR IG analytics| Package | ch.fhir.ig.ch-orf |
| Resource Type | Patient |
| Id | Patient-ErikaMusterfrau.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ErikaMusterfrau
Language: de-CH
Profile: CH Core Patient
Erika Musterfrau (official) Female, DoB: 1970-03-14 ( Medical record number)
| Marital Status: | ledig | ||
| Alt. Name: | Ledigname (Name changed for Marriage) | ||
| Contact Detail |
| ||
| Language: | German (Region=Switzerland) (preferred) | ||
| : |
| ||
{
"resourceType": "Patient",
"id": "ErikaMusterfrau",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"language": "de-CH",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "urn:oid:2.999.1.2",
"value": "11.22.33.4567"
}
],
"name": [
{
"use": "official",
"family": "Musterfrau",
"_family": {
"extension": [
{
"url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
"valueCode": "officialName"
}
]
},
"given": [
"Erika"
],
"_given": [
{
"extension": [
{
"url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname",
"valueCode": "officialFirstName"
}
]
}
]
},
{
"use": "maiden",
"family": "Ledigname",
"_family": {
"extension": [
{
"url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
"valueCode": "originalName"
}
]
}
}
],
"telecom": [
{
"system": "phone",
"value": "079 979 79 79"
},
{
"system": "email",
"value": "erika@musterfrau.ch"
}
],
"gender": "female",
"birthDate": "1970-03-14",
"address": [
{
"line": [
"Musterweg",
"6a"
],
"city": "Zürich",
"postalCode": "8000",
"country": "Schweiz"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
"code": "1",
"display": "ledig"
}
]
},
"contact": [
{
"relationship": [
{
"text": "Guter Freund"
}
],
"name": {
"family": "Freund",
"given": [
"Max"
]
},
"telecom": [
{
"system": "phone",
"value": "079 111 22 33"
},
{
"system": "email",
"value": "max@freund.ch"
}
]
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de-CH"
}
]
},
"preferred": true
}
]
}