FHIR IG analytics| Package | hl7.fhir.be.patient-care |
| Resource Type | Patient |
| Id | Patient-patient1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient1
Profile: BePatient
Jane Doe Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999999 (use: official, ))
{
"resourceType": "Patient",
"id": "patient1",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value": "99999999999"
}
],
"name": [
{
"family": "Doe",
"given": [
"Jane"
]
}
],
"gender": "female",
"birthDate": "1956-05-27"
}