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

FHIR IG analytics

Packagezm-core
Resource TypePractitionerRole
IdPractitionerRole-ExampleZMCorePractitionerRole.json
FHIR VersionR5

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 ExampleZMCorePractitionerRole

identifier: http://hapi.moh.gov.zm/fhir/sid/practitioner-role-id/DHO-LSK-DHIO-001

active: true

practitioner: Practitioner Mary Chipo Phiri (official)

organization: Organization Chilenje First Level Hospital

code: District Health Information Officer

location: Location University Teaching Hospital

healthcareService: HealthcareService DHIS2 Reporting Service

Contacts

-Telecom
*dhio.lusaka@example.org, +260-97-111-2233

communication: English


Source1

{
  "resourceType": "PractitionerRole",
  "id": "ExampleZMCorePractitionerRole",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-practitioner-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/practitioner-role-id",
      "value": "DHO-LSK-DHIO-001"
    }
  ],
  "active": true,
  "practitioner": {
    "reference": "Practitioner/ExampleZMCorePractitioner"
  },
  "organization": {
    "reference": "Organization/ExampleZMCoreOrganization"
  },
  "code": [
    {
      "text": "District Health Information Officer"
    }
  ],
  "location": [
    {
      "reference": "Location/ExampleZMCoreLocation"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/ExampleZMCoreHealthcareService"
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "dhio.lusaka@example.org"
        },
        {
          "system": "phone",
          "value": "+260-97-111-2233"
        }
      ]
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en",
          "display": "English"
        }
      ]
    }
  ]
}