FHIR IG analytics| Package | ch.fhir.ig.ch-emr |
| Resource Type | Patient |
| Id | Patient-UC2-Patient-WalterSchmid.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient UC2-Patient-WalterSchmid
Profile: CH IPS Patient
Walter Schmid (official) Male, DoB: 1947-04-12 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756012222222222222)
| Contact Detail | Seestrasse 22 Luzern 6003 CH | ||
| Language: | German (preferred) | ||
{
"resourceType": "Patient",
"id": "UC2-Patient-WalterSchmid",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
"value": "80756012222222222222"
}
],
"name": [
{
"use": "official",
"family": "Schmid",
"given": [
"Walter"
]
}
],
"gender": "male",
"birthDate": "1947-04-12",
"address": [
{
"line": [
"Seestrasse 22"
],
"city": "Luzern",
"postalCode": "6003",
"country": "CH"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "de"
}
]
},
"preferred": true
}
]
}