Starter FHIR Implementation Guide
1.0.1 - draft
Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions
Draft as of 2024-11-17 |
{
"resourceType" : "ValueSet",
"id" : "art-follow-up-status-value-set",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet art-follow-up-status-value-set</b></p><a name=\"art-follow-up-status-value-set\"> </a><a name=\"hcart-follow-up-status-value-set\"> </a><a name=\"art-follow-up-status-value-set-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/129019007\">129019007</a></td><td>Taking medication</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><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/45257-3/\">45257-3</a></td><td>Date dropped from HIV treatment</td></tr><tr><td><a href=\"https://loinc.org/45256-5/\">45256-5</a></td><td>HIV treatment clinic transferred to</td></tr><tr><td><a href=\"https://loinc.org/91382-2/\">91382-2</a></td><td>Date medication stopped - Reported</td></tr><tr><td><a href=\"https://loinc.org/45237-5/\">45237-5</a></td><td>Date lost to HIV treatment follow-up</td></tr><tr><td><a href=\"https://loinc.org/77978-5/\">77978-5</a></td><td>Patient died from illness of interest</td></tr><tr><td><a href=\"https://loinc.org/63936-9/\">63936-9</a></td><td>Start date of treatment or therapy</td></tr></table></li></ul></div>"
},
"url" : "http://jembi.org/fhir/ValueSet/art-follow-up-status-value-set",
"version" : "1.0.1",
"name" : "ARTFollowUpStatusValueSet",
"title" : "Follow Up Status",
"status" : "draft",
"experimental" : true,
"date" : "2024-11-17T13:26:33+00:00",
"publisher" : "Jembi Health Systems",
"contact" : [
{
"name" : "Jembi Health Systems",
"telecom" : [
{
"system" : "url",
"value" : "https://www.jembi.org/"
},
{
"system" : "email",
"value" : "info@jembi.org"
}
]
},
{
"name" : "Richard Langford",
"telecom" : [
{
"system" : "email",
"value" : "richard.langford@jembi.org",
"use" : "work"
}
]
}
],
"description" : "FollowUp Status",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "129019007",
"display" : "Taking medication"
}
]
},
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "45257-3",
"display" : "Date dropped from HIV treatment"
},
{
"code" : "45256-5",
"display" : "HIV treatment clinic transferred to"
},
{
"code" : "91382-2",
"display" : "Date medication stopped - Reported"
},
{
"code" : "45237-5",
"display" : "Date lost to HIV treatment follow-up"
},
{
"code" : "77978-5",
"display" : "Patient died from illness of interest"
},
{
"code" : "63936-9",
"display" : "Start date of treatment or therapy"
}
]
}
]
}
}