HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting
1.0.1 - STU 1 Technical Correction United States of America flag

HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting, published by Biomedical Research & Regulation WG. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-icsr-ae-reporting/ and changes regularly. See the Directory of published versions

: Transfusion Suspect Transfusion - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TransfusionExampleTransfusion"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-transfusion"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-transfusion>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Procedure</b><a name=\"TransfusionExampleTransfusion\"> </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;TransfusionExampleTransfusion&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-icsr-transfusion.html\">ICSR Transfusion</a></p></div><p><b>UsedProductAmount</b>: 1 unit<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code {unit} = '{unit}')</span></p><p><b>status</b>: completed</p><p><b>code</b>: 36430 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#36430)</span></p><p><b>subject</b>: <a href=\"Patient-BESTPatient.html\">Patient/BESTPatient</a> &quot; CM&quot;</p><p><b>performed</b>: 2002-01-09</p><p><b>usedReference</b>: <span>: Apheresis PLATELETS|ACD-A&gt;PAS-C/XX/20-24C|ResLeu:&lt;5E6|2nd container</span></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-usedproductamount"^^xsd:anyURI ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "unit" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "{unit}" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "36430" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/BESTPatient" ]
  ] ; # 
  fhir:performed [ fhir:v "2002-01-09"^^xsd:date] ; # 
  fhir:usedReference ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-usedproduct"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "BiologicallyDerivedProduct/TransfusionBloodProduct" ]       ]     ] ) ;
fhir:display [ fhir:v "Apheresis PLATELETS|ACD-A>PAS-C/XX/20-24C|ResLeu:<5E6|2nd container" ]
  ] ) . #