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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Procedure;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "us-ph-procedure-ecmo"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-12-01T01:14:14.668+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#IwtHfzNVYtw8aTFl" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-procedure";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-procedure>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:Procedure.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07afd" ]
  ];
  fhir:Procedure.status [ fhir:value "completed"];
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:233573008;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "233573008" ];
       fhir:Coding.display [ fhir:value "Extracorporeal membrane oxygenation (procedure)" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Extracorporeal membrane oxygenation (procedure)" ]
  ];
  fhir:Procedure.subject [
     fhir:Reference.reference [ fhir:value "Patient/patient-ecr-eve-everywoman" ]
  ];
  fhir:Procedure.performedPeriod [
     fhir:Period.start [ fhir:value "2020-11-01T12:55:26-07:00"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2020-11-01T13:25:26-07:00"^^xsd:dateTime ]
  ];
  fhir:Procedure.focalDevice [
     fhir:index 0;
     fhir:Procedure.focalDevice.manipulated [
       fhir:Reference.reference [ fhir:value "Device/us-core-device-ecmo" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.