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

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) 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

: US Public Health Procedure Example: ECMO - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "us-ph-procedure-ecmo",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-12-01T01:14:14.668+00:00",
    "source" : "#IwtHfzNVYtw8aTFl",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07afd</p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 233573008}\">Extracorporeal membrane oxygenation (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Generated Summary: Medical Record Number: 1032702 (USUAL); active; Eve L Everywoman ; Phone: 1-(404)555-1212, eve.everywoman@example.com; gender: female; birthDate: 1974-11-24</a></p><p><b>performed</b>: Nov 1, 2020 7:55:26 PM --&gt; Nov 1, 2020 8:25:26 PM</p><h3>FocalDevices</h3><table class=\"grid\"><tr><td>-</td><td><b>Manipulated</b></td></tr><tr><td>*</td><td><a href=\"Device-us-core-device-ecmo.html\">Generated Summary: status: active; manufacturer: ACME Biomedical; expirationDate: 2024-01-01; lotNumber: M321; serialNumber: AC222; modelNumber: 4.0; <span title=\"Codes: {http://snomed.info/sct 469244005}\">Extracorporeal membrane oxygenator (physical object)</span></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/us-core-device-ecmo"
      }
    }
  ]
}