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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypePractitionerRole
IdPractitionerRole-acs-providerrole-josephine.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

Provider role: Josephine Manu-Bloggs at Order of St John

PractitionerJosephine Manu-Bloggs
OrganizationOrder of St John
Role codeParamedic (SNOMED CT 397897005)

Source1

{
  "resourceType": "PractitionerRole",
  "id": "acs-providerrole-josephine",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/ambulance-service-provider-role"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "practitioner": {
    "reference": "Practitioner/acs-clinician-josephine"
  },
  "organization": {
    "reference": "Organization/acs-org-stjohn"
  },
  "code": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "397897005",
          "display": "Paramedic"
        }
      ]
    }
  ]
}