PanCareSurPass Project HL7 FHIR Implementation Guide
0.2.0 - CI Build 150

PanCareSurPass Project HL7 FHIR Implementation Guide, published by PanCareSurPass Project. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/pcsp/ and changes regularly. See the Directory of published versions

: Procedure: Transfusion - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "ProcedureTransfusion-1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Procedure-transfusion-otherinfos-eu-pcsp"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ProcedureTransfusion-1</b></p><a name=\"ProcedureTransfusion-1\"> </a><a name=\"hcProcedureTransfusion-1\"> </a><a name=\"ProcedureTransfusion-1-en-US\"> </a><p><b>Performed Timing</b>: Once</p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 5447007}\">Transfusion</span></p><p><b>subject</b>: <a href=\"Patient-PatientMainzZeisig.html\">Sarah Zeisig  Female, DoB: 1996-12-12 ( http://hl7.eu/fhir/ig/pcsp/sid/pat-id-mainz#L0010)</a></p><p><b>reasonReference</b>: <a href=\"Condition-ConditionPrimCancerMainzZeisig.html\">Condition 081</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.eu/fhir/ig/pcsp/StructureDefinition/procedure-performedTiming",
      "valueTiming" : {
        "repeat" : {
          "boundsRange" : {
            "low" : {
              "value" : 9
            }
          }
        }
      }
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "5447007",
        "display" : "Transfusion"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientMainzZeisig"
  },
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/ConditionPrimCancerMainzZeisig"
    }
  ]
}