HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: eICR 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:id [ fhir:v "us-ph-procedure-ecmo"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "5" ] ;
fhir:lastUpdated [ fhir:v "2021-06-28T08:12:56.829+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#A9FdbPgUT95j7Itd"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-procedure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-procedure>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"us-ph-procedure-ecmo\"> </a></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 Procedure &quot;us-ph-procedure-ecmo&quot; Version &quot;5&quot; Updated &quot;2021-06-28 08:12:56+0000&quot; </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: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-uri.html\">#</a>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> &quot;&quot;</p><p><b>performed</b>: 2020-11-01 12:55:26-0700 --&gt; 2020-11-01 13:25:26-0700</p><h3>FocalDevices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manipulated</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Device-device-ecmo.html\">Device/device-ecmo</a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:b2a737f2-2fdb-49c1-b097-dac173d07afd" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:233573008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "233573008" ] ;
fhir:display [ fhir:v "Extracorporeal membrane oxygenation (procedure)" ]     ] ) ;
fhir:text [ fhir:v "Extracorporeal membrane oxygenation (procedure)" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ecr-eve-everywoman" ]
  ] ; # 
  fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2020-11-01T12:55:26-07:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2020-11-01T13:25:26-07:00"^^xsd:dateTime ]
  ] ; # 
  fhir:focalDevice ( [
fhir:manipulated [
fhir:reference [ fhir:v "Device/device-ecmo" ]     ]
  ] ) . #