FHIR IG analytics| Package | pipeline-test |
| Resource Type | Patient |
| Id | Patient-ExampleBelgianPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleBelgianPatient
Jean Dupont Male, DoB: 1985-04-12 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#12345678901)
| Contact Detail | Rue de la Loi 16 Brussels 1000 BE | ||
{
"resourceType": "Patient",
"id": "ExampleBelgianPatient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
"value": "12345678901"
}
],
"name": [
{
"family": "Dupont",
"given": [
"Jean"
]
}
],
"gender": "male",
"birthDate": "1985-04-12",
"address": [
{
"line": [
"Rue de la Loi 16"
],
"city": "Brussels",
"postalCode": "1000",
"country": "BE"
}
]
}