FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Patient |
| Id | Patient-exampleMaleBePatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Bauer Jack male, DoB Unknown ( BeSSINNamingSystem/12345)
{
"resourceType": "Patient",
"id": "exampleMaleBePatient",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
"value": "12345"
}
],
"name": [
{
"family": "Jack",
"given": [
"Bauer"
]
}
],
"gender": "male"
}