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