This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "elixhauser-blood-loss-anemia-vs",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-icd10CM.html\"><code>http://hl7.org/fhir/sid/icd-10-cm</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>O90.81</td><td>Anemia of the puerperium</td></tr><tr><td>O99.02</td><td>Anemia complicating childbirth</td></tr><tr><td>O99.03</td><td>Anemia complicating the puerperium</td></tr></table></li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/mcode/ValueSet/elixhauser-blood-loss-anemia-vs",
"version" : "2.0.0",
"name" : "ElixhauserBloodLossAnemiaVS",
"title" : "Elixhauser Blood Loss Anemia Value Set",
"status" : "active",
"date" : "2022-01-18T03:17:40+00:00",
"publisher" : "HL7 International Clinical Interoperability Council",
"contact" : [
{
"name" : "HL7 International Clinical Interoperability Council",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cic"
},
{
"system" : "email",
"value" : "ciclist@lists.HL7.org"
}
]
}
],
"description" : "Elixhauser Comorbid Condition Value Set for Blood Loss Anemia. ICD-10 codes are drawn from https://www.hcup-us.ahrq.gov/toolssoftware/comorbidityicd10/comorbidity_icd10.jsp, version 2021.1",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"concept" : [
{
"code" : "O90.81",
"display" : "Anemia of the puerperium"
},
{
"code" : "O99.02",
"display" : "Anemia complicating childbirth"
},
{
"code" : "O99.03",
"display" : "Anemia complicating the puerperium"
}
]
}
]
}
}