FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | Practitioner |
| Id | Practitioner-acs-clinician-josephine.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Role in example | Attending ambulance clinician |
|---|---|
| Identifier | Paramedic Council Register Number 100901 |
| Name | Josephine Manu-Bloggs |
{
"resourceType": "Practitioner",
"id": "acs-clinician-josephine",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/ambulance-clinician"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://standards.digital.health.nz/ns/paramedic-council-id",
"value": "100901"
}
],
"name": [
{
"use": "official",
"family": "Manu-Bloggs",
"given": [
"Josephine"
]
}
]
}