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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeProcedure
IdProcedure-acs-cda-proc-cpr.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": "Procedure",
  "id": "acs-cda-proc-cpr",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-procedure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "89666000",
        "display": "CPR"
      }
    ]
  },
  "subject": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "encounter": {
    "reference": "Encounter/acs-cda-encounter"
  },
  "performedDateTime": "2016-06-14T12:03:00+12:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/acs-cda-providerrole-josephine"
      }
    }
  ],
  "note": [
    {
      "text": "A note about CPR"
    }
  ]
}