FHIR IG analytics| Package | implementation.guide.nhdr |
| Resource Type | Patient |
| Id | Patient--duplicate-11.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"meta": {
"lastUpdated": "2024-07-18T05:58:11.007+00:00"
},
"identifier": [
{
"use": "PhilhealthID",
"value": "12345"
},
{
"use": "PhilsysID",
"value": "678910"
}
],
"name": [
{
"extension": [
{
"url": "https://example.org/fhir/StructureDefinition/MiddleName",
"valueString": "Rizal"
}
],
"use": "official",
"family": "Dela Cruz",
"given": [
"Juan",
"Pedro",
"Santos"
]
}
]
}