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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeProcedure
IdProcedure-acs-proc-defib.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

Procedure: Cardiac defibrillation

StatusCompleted
CodeCardiac defibrillation (SNOMED CT 429500007)
PatientBob Bobson
Encounter0450-1-2016/06/14
Performed2016-06-14 12:06 +12:00
PerformerJosephine Manu-Bloggs, paramedic
OutcomeSuccessful (SNOMED CT 385669000)

Source1

{
  "resourceType": "Procedure",
  "id": "acs-proc-defib",
  "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": "429500007",
        "display": "Cardiac defibrillation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/acs-patient-bob"
  },
  "encounter": {
    "reference": "Encounter/acs-encounter"
  },
  "performedDateTime": "2016-06-14T12:06:00+12:00",
  "performer": [
    {
      "actor": {
        "reference": "PractitionerRole/acs-providerrole-josephine"
      }
    }
  ],
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "385669000",
        "display": "Successful"
      }
    ]
  }
}