FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Procedure |
| Id | Procedure-TransfusionExampleTransfusion.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}