FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-acs-cda-referral-gp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest acs-cda-referral-gp
Profile: ACS Referral
status: Active
intent: Order
code: GP Surgery Appointment
reasonCode: Recommend GP appt to get more meds
{
"resourceType": "ServiceRequest",
"id": "acs-cda-referral-gp",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-referral"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183561008",
"display": "GP Surgery Appointment"
}
]
},
"subject": {
"reference": "Patient/acs-cda-patient-bob"
},
"encounter": {
"reference": "Encounter/acs-cda-encounter"
},
"reasonCode": [
{
"text": "Recommend GP appt to get more meds"
}
]
}