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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeObservation
IdObservation-acs-cda-event-closed.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": "Observation",
  "id": "acs-cda-event-closed",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-incident-event"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-metadata",
        "code": "incident-event-closed",
        "display": "Time incident closed"
      }
    ]
  },
  "subject": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "encounter": {
    "reference": "Encounter/acs-cda-encounter"
  },
  "valueDateTime": "2016-06-14T12:42:00+12:00"
}