Tiro.health Implementation Guide
0.1.0 - ci-build
Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2025-10-16 |
{
"resourceType" : "ValueSet",
"id" : "detected-not-detected",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet detected-not-detected</b></p><a name=\"detected-not-detected\"> </a><a name=\"hcdetected-not-detected\"> </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 explicity 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/LA11882-0/\">LA11882-0</a></td><td>Detected</td></tr><tr><td><a href=\"https://loinc.org/LA11883-8/\">LA11883-8</a></td><td>Not Detected</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.tiro.health/ValueSet/detected-not-detected",
"version" : "0.1.0",
"name" : "DetectedNotDetected",
"title" : "Detected|Not Detected",
"status" : "draft",
"date" : "2025-10-16T12:24:15+00:00",
"publisher" : "Tiro.health",
"contact" : [
{
"name" : "Tiro.health",
"telecom" : [
{
"system" : "url",
"value" : "http://tiro.health"
}
]
}
],
"description" : "LOINC Answer List LL744-4 for Detected|Not Detected",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger" : 0
}
],
"code" : "LA11882-0",
"display" : "Detected"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/valueset-conceptOrder",
"valueInteger" : 1
}
],
"code" : "LA11883-8",
"display" : "Not Detected"
}
]
}
]
}
}