Logica COVID-19 FHIR Profile Library IG
0.13.1 - ci-build
Logica COVID-19 FHIR Profile Library IG - Local Development build (v0.13.1). See the Directory of published versions
Source view
{
"resourceType" : "ValueSet",
"id" : "covid-19-icd-diagnosis-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/2.1.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>U07.1</td><td>COVID-19</td></tr><tr><td>B97.29</td><td>Other coronavirus as the cause of diseases classified elsewhere</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.logicahealth.org/covid19/ValueSet/covid-19-icd-diagnosis-vs",
"version" : "0.13.1",
"name" : "COVID19ICDDiagnosisVS",
"title" : "COVID-19 ICD 10 Diagnosis Value Set",
"status" : "active",
"date" : "2021-08-09T20:08:14+00:00",
"publisher" : "Logica",
"contact" : [
{
"name" : "Logica",
"telecom" : [
{
"system" : "url",
"value" : "https://www.logicahealth.org/"
}
]
}
],
"description" : "A set of ICD 10 codes that describe the diagnosed condition that is due to SARS coronavirus 2 infection.",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/sid/icd-10-cm",
"concept" : [
{
"code" : "U07.1",
"display" : "COVID-19"
},
{
"code" : "B97.29",
"display" : "Other coronavirus as the cause of diseases classified elsewhere"
}
]
}
]
}
}