FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Practitioner |
| Id | Practitioner-ExampleERefPractitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ExampleERefPractitioner
Profile: PH Core Practitioner
identifier: urn:oid:2.16.840.1.113883.2.9.4.3.3/PRAC-12345
active: true
name: Dr. Maria Cruz Santos(Official)
telecom: +63 2 8123 4567, mcsantos@hospital.ph
gender: Female
| Code |
| Medical practitioner |
{
"resourceType": "Practitioner",
"id": "ExampleERefPractitioner",
"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": "PRAC-12345"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Dr. Maria Cruz Santos",
"family": "Santos",
"given": [
"Maria",
"Cruz"
],
"prefix": [
"Dr."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+63 2 8123 4567",
"use": "work"
},
{
"system": "email",
"value": "mcsantos@hospital.ph",
"use": "work"
}
],
"gender": "female",
"qualification": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "158965000",
"display": "Medical practitioner"
}
]
}
}
]
}