FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypeProcedure
IdProcedure-TransfusionExampleTransfusion.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Procedure

Resource Procedure "TransfusionExampleTransfusion"

Profile: ICSR Transfusion

UsedProductAmount: 1 unit (Details: UCUM code {unit} = '{unit}')

status: completed

code: 36430 (Current Procedural Terminology (CPT®)#36430)

subject: Patient/BESTPatient " CM"

performed: 2002-01-09

usedReference: : Apheresis PLATELETS|ACD-A>PAS-C/XX/20-24C|ResLeu:<5E6|2nd container


Source1

{
  "resourceType": "Procedure",
  "id": "TransfusionExampleTransfusion",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-transfusion"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}