FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-acs-providerrole-josephine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Practitioner | Josephine Manu-Bloggs |
|---|---|
| Organization | Order of St John |
| Role code | Paramedic (SNOMED CT 397897005) |
{
"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"
}
]
}
]
}