FHIR IG analytics| Package | pipeline-test |
| Resource Type | Patient |
| Id | Patient-ExampleBelgianPatientFrench.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleBelgianPatientFrench
Language: fr-BE
Marie Lemaire Female, DoB: 1992-08-23 ( https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin#98765432109)
| Contact Detail | Avenue Louise 54 Bruxelles 1050 BE | ||
| Language: | Français (Belgique) (preferred) | ||
{
"resourceType": "Patient",
"id": "ExampleBelgianPatientFrench",
"language": "fr-BE",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
"value": "98765432109"
}
],
"name": [
{
"family": "Lemaire",
"given": [
"Marie"
]
}
],
"gender": "female",
"birthDate": "1992-08-23",
"address": [
{
"line": [
"Avenue Louise 54"
],
"city": "Bruxelles",
"postalCode": "1050",
"country": "BE"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "fr-BE",
"display": "Français (Belgique)"
}
]
},
"preferred": true
}
]
}