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

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypePractitionerRole
IdPractitionerRole-ExampleERefPractitionerRole.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 ExampleERefPractitionerRole

identifier: urn:oid:2.16.840.1.113883.2.9.4.3.3/MD-98765

active: true

practitioner: Practitioner Dr. Maria Cruz Santos(official)

organization: Organization Manila General Hospital - Barangay 143 Health Center

code: Medical practitioner

specialty: Internal medicine

telecom: +63 2 8123 4567


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ExampleERefPractitionerRole",
  "meta": {
    "profile": [
      "https://fhir.doh.gov.ph/pheref/StructureDefinition/ereferral-practitioner-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.9.4.3.3",
      "value": "MD-98765"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/ExampleERefPractitioner"
  },
  "organization": {
    "reference": "Organization/ExampleERefReferringFacility"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "158965000",
          "display": "Medical practitioner"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419192003",
          "display": "Internal medicine"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+63 2 8123 4567",
      "use": "work"
    }
  ]
}