HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
0.1.0 - STU1
HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/openhie/Training-Solution-1 and changes regularly. See the Directory of published versions
Active as of 2024-01-27 |
{
"resourceType" : "CodeSystem",
"id" : "cs-art-regimen-change-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://openhie.org/fhir/training-solution-1/CodeSystem/cs-art-regimen-change-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Switched<a name=\"cs-art-regimen-change-type-Switched\"> </a></td><td>ARV Regimen Switched</td></tr><tr><td style=\"white-space:nowrap\">Substituted<a name=\"cs-art-regimen-change-type-Substituted\"> </a></td><td>ARV Regimen Substituted</td></tr></table></div>"
},
"url" : "http://openhie.org/fhir/training-solution-1/CodeSystem/cs-art-regimen-change-type",
"version" : "0.1.0",
"name" : "CSARTRegimenChangeType",
"title" : "ART Regimen Change Types",
"status" : "active",
"experimental" : false,
"date" : "2024-01-27T19:30:17+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" : "A list of options to determine whether an ARV regimen was switched or substituted.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "Switched",
"display" : "ARV Regimen Switched"
},
{
"code" : "Substituted",
"display" : "ARV Regimen Substituted"
}
]
}