FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Practitioner |
| Id | Practitioner-ExampleERefPractitionerRequester.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ExampleERefPractitionerRequester
Profile: PH Core Practitioner
identifier: urn:oid:2.16.840.1.113883.2.9.4.3.3/MD-98765
name: Maria Santos
gender: Female
{
"resourceType": "Practitioner",
"id": "ExampleERefPractitionerRequester",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.9.4.3.3",
"value": "MD-98765"
}
],
"name": [
{
"family": "Santos",
"given": [
"Maria"
],
"prefix": [
"Dr."
]
}
],
"gender": "female"
}