FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Patient |
| Id | Patient-SamplePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient SamplePatient
Profile: Patient: Laboratory
John Albertus Doe Male, DoB: 1989-12-12 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#89121210976 (use: official, ))
| Contact Detail | Breydelstraat 4 Brussels 1000 BE | ||
{
"resourceType": "Patient",
"id": "SamplePatient",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Patient-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value": "89121210976"
}
],
"name": [
{
"family": "Doe",
"given": [
"John",
"Albertus"
]
}
],
"gender": "male",
"birthDate": "1989-12-12",
"address": [
{
"line": [
"Breydelstraat 4"
],
"city": "Brussels",
"postalCode": "1000",
"country": "BE"
}
]
}