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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeServiceRequest
IdServiceRequest-acs-cda-referral-gp.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


Source1

{
  "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"
    }
  ]
}