FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypePractitionerRole
IdPractitionerRole-ExampleERefPractitionerRoleMinimal.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PractitionerRole ExampleERefPractitionerRoleMinimal

active: true

practitioner: Practitioner Maria Santos

organization: Organization Rural Health Unit - Barangay Health Center

code: Medical practitioner


Source1

{
  "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"
        }
      ]
    }
  ]
}