CIBMTR Reporting Implementation Guide
0.1.10 - Trial Use 1
This page is part of the CIBMTR Reporting Implementation Guide (v0.1.10: Release) 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
| Draft as of 2026-04-23 |
{
"resourceType" : "ValueSet",
"id" : "vital-signs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vital-signs</b></p><a name=\"vital-signs\"> </a><a name=\"hcvital-signs\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/29463-7/\">29463-7</a></td><td>Body weight Patient Mass Pt Qn</td></tr><tr><td><a href=\"https://loinc.org/8302-2/\">8302-2</a></td><td>Body height Patient Len Pt Qn</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/vital-signs",
"version" : "0.1.10",
"name" : "VitalSigns",
"title" : "CIBMTR Vital Signs Value Set",
"status" : "draft",
"experimental" : false,
"date" : "2026-04-23T10:10:52-05:00",
"publisher" : "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program",
"contact" : [
{
"name" : "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program",
"telecom" : [
{
"system" : "url",
"value" : "http://www.cibmtr.org"
}
]
},
{
"name" : "Bob Milius",
"telecom" : [
{
"system" : "email",
"value" : "bmilius@nmdp.org"
}
]
}
],
"description" : "CIBMTR Vital Signs Value Set",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "29463-7",
"display" : "Body weight Patient Mass Pt Qn"
},
{
"code" : "8302-2",
"display" : "Body height Patient Len Pt Qn"
}
]
}
]
}
}