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" : "positive-negative",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet positive-negative</b></p><a name=\"positive-negative\"> </a><a name=\"hcpositive-negative\"> </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/LA6576-8/\">LA6576-8</a></td><td>Positive</td></tr><tr><td><a href=\"https://loinc.org/LA6577-6/\">LA6577-6</a></td><td>Negative</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.tiro.health/ValueSet/positive-negative",
"version" : "0.1.0",
"name" : "PositiveNegative",
"title" : "Positive Negative",
"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" : "Positive Negative from LOINC Answer List LL360-9",
"compose" : {
"include" : [
{
"system" : "http://loinc.org",
"concept" : [
{
"code" : "LA6576-8",
"display" : "Positive"
},
{
"code" : "LA6577-6",
"display" : "Negative"
}
]
}
]
}
}