FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Patient |
| Id | Patient-ExampleERefPatientMinimal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ExampleERefPatientMinimal
Profile: PH Core Patient
Juan Dela Cruz Male, DoB: 1965-07-20 ( urn:oid:2.16.840.1.113883.2.9.4.3.2#PH-123456789)
{
"resourceType": "Patient",
"id": "ExampleERefPatientMinimal",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.9.4.3.2",
"value": "PH-123456789"
}
],
"name": [
{
"family": "Dela Cruz",
"given": [
"Juan"
]
}
],
"gender": "male",
"birthDate": "1965-07-20"
}