CIBMTR Reporting Implementation Guide
0.1.8 - Trial Use 1
This page is part of the CIBMTR Reporting Implementation Guide (v0.1.8: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Vital Signs values can be reported in many forms. CIBMTR currently supports only "valueQuantity":
valueQuantity
"valueQuantity" : {
"value" : 65.899999999999991,
"unit" : "in",
"system" : "http://unitsofmeasure.org",
"code" : "[in_i]"
}
CIBMTR does NOT support any other value types (e.g., valueString
is not currently supported)
Observation.code.coding.code
provided in the FHIR core specification vital signs table. For example, the fixed code 8302-2 is required in body height fhir data,"coding" : [{
"system" : "http://loinc.org",
"code" : "8302-2",
"display" : "Body height"
}]
"coding" : [
{"system":"http://loinc.org",
"code":"29463-7",
"display":"Body weight"},
{"system":"http://loinc.org",
"code":"3141-9",
"display":"Body weight Measured"}
]
A code system value SHOULD be supplied for each additional code.