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

Raw json | Download


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