FHIR IG analytics| Package | ch.fhir.ig.ch-core |
| Resource Type | Patient |
| Id | Patient-ClaimPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ClaimPatient
Profile: CH Core Patient
Peter Muster Male, DoB: 1964-05-14 ( urn:oid:2.16.756.5.32#7562295883070)
| Other Id: | urn:oid:2.16.756.5.30.1.123.100.1.1.1/80756078901234567890 (, period: (?) --> 2018-03-03) | ||
| Contact Detail | Musterstrasse 5 Maienfeld 7304 | ||
{
"resourceType": "Patient",
"id": "ClaimPatient",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}