FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | Patient |
| Id | Patient-MiddleNameExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Official name: Juan Jane Macalalad Buenaventura (born 1980). Commonly shown as 'Juan Jane M. Buenaventura'.
Maiden name: Juan Jane Dela Cruz Macalalad, often shown as 'Juan Jane D. Macalalad'.
{
"resourceType": "Patient",
"id": "MiddleNameExample",
"meta": {
"profile": [
"http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"use": "official",
"family": "Buenaventura",
"given": [
"Juan Jane"
]
},
{
"use": "maiden",
"family": "Macalalad",
"given": [
"Juan Jane"
]
}
],
"gender": "female",
"birthDate": "1980-01-01"
}