HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.0.0 - STU 2

This page is part of the electronic Case Reporting (eCR) (v2.0.0: STU 2 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: eICR Procedure Example: ECMO - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "us-ph-procedure-ecmo",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2021-06-28T08:12:56.829+00:00",
    "source" : "#A9FdbPgUT95j7Itd",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"us-ph-procedure-ecmo\" Version \"5\" Updated \"2021-06-28T08:12:56.829Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #A9FdbPgUT95j7Itd!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-eicr-procedure.html\">eICR Procedure</a></p></div><p><b>identifier</b>: id: urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07afd</p><p><b>status</b>: completed</p><p><b>code</b>: Extracorporeal membrane oxygenation (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#233573008)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Patient/patient-ecr-eve-everywoman</a> \" EVERYWOMAN\"</p><p><b>performed</b>: 2020-11-01T12:55:26-07:00 --&gt; 2020-11-01T13:25:26-07:00</p><h3>FocalDevices</h3><table class=\"grid\"><tr><td>-</td><td><b>Manipulated</b></td></tr><tr><td>*</td><td><a href=\"Device-device-ecmo.html\">Device/device-ecmo</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07afd"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "233573008",
        "display" : "Extracorporeal membrane oxygenation (procedure)"
      }
    ],
    "text" : "Extracorporeal membrane oxygenation (procedure)"
  },
  "subject" : {
    "reference" : "Patient/patient-ecr-eve-everywoman"
  },
  "performedPeriod" : {
    "start" : "2020-11-01T12:55:26-07:00",
    "end" : "2020-11-01T13:25:26-07:00"
  },
  "focalDevice" : [
    {
      "manipulated" : {
        "reference" : "Device/device-ecmo"
      }
    }
  ]
}