FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-ExampleERefPractitionerRoleMinimal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PractitionerRole ExampleERefPractitionerRoleMinimal
Profile: PH Core PractitionerRole
active: true
practitioner: Practitioner Maria Santos
organization: Organization Rural Health Unit - Barangay Health Center
code: Medical practitioner
{
"resourceType": "PractitionerRole",
"id": "ExampleERefPractitionerRoleMinimal",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-practitionerrole"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"practitioner": {
"reference": "Practitioner/ExampleERefPractitionerMinimal"
},
"organization": {
"reference": "Organization/ExampleERefOrganizationMinimal"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "158965000",
"display": "Medical practitioner"
}
]
}
]
}