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 - XML Representation
Raw xml | Download
<Procedure xmlns="http://hl7.org/fhir">
<id value="TransfusionExampleTransfusion"/>
<meta>
<profile
value="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-transfusion"/>
</meta>
<text>
<status value="extensions"/>
<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 "TransfusionExampleTransfusion" </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> " CM"</p><p><b>performed</b>: 2002-01-09</p><p><b>usedReference</b>: <span>: Apheresis PLATELETS|ACD-A>PAS-C/XX/20-24C|ResLeu:<5E6|2nd container</span></p></div>
</text>
<extension
url="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-usedproductamount">
<valueQuantity>
<value value="1"/>
<unit value="unit"/>
<system value="http://unitsofmeasure.org"/>
<code value="{unit}"/>
</valueQuantity>
</extension>
<status value="completed"/>
<code>
<coding>
<system value="http://www.ama-assn.org/go/cpt"/>
<code value="36430"/>
</coding>
</code>
<subject>
<reference value="Patient/BESTPatient"/>
</subject>
<performedDateTime value="2002-01-09"/>
<usedReference>
<extension
url="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-usedproduct">
<valueReference>
<reference
value="BiologicallyDerivedProduct/TransfusionBloodProduct"/>
</valueReference>
</extension>
<display
value="Apheresis PLATELETS|ACD-A>PAS-C/XX/20-24C|ResLeu:<5E6|2nd container"/>
</usedReference>
</Procedure>