FHIR IG analytics| Package | ch.fhir.ig.ch-emed |
| Resource Type | Patient |
| Id | Patient-MaxMoser.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient MaxMoser
Profile: CH Core Patient EPR
Max Moser Male, DoB: 1988-11-27 ( Medical record number)
| Contact Detail | Schneefeld 5a Bern 3006 CH | ||
{
"resourceType": "Patient",
"id": "MaxMoser",
"meta": {
"profile": [
"http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr"
]
},
"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",
"value": "123456"
}
],
"name": [
{
"family": "Moser",
"given": [
"Max"
]
}
],
"gender": "male",
"birthDate": "1988-11-27",
"address": [
{
"line": [
"Schneefeld 5a"
],
"city": "Bern",
"postalCode": "3006",
"country": "CH"
}
]
}