LOINC – IVD Test Code (LIVD) Mapping, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/livd/ and changes regularly. See the Directory of published versions
: LIVD Result Value Mappings value set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "resultvalue-mappings-livd"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/livd/StructureDefinition/valueset-uv-livd"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/valueset-uv-livd> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet resultvalue-mappings-livd</b></p><a name=\"resultvalue-mappings-livd\"> </a><a name=\"hcresultvalue-mappings-livd\"> </a><a name=\"resultvalue-mappings-livd-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/5991000124107/version/20200901</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-snomed-fragment-livd.html#snomed-fragment-livd-260373001\">260373001</a></td><td>Detected</td></tr><tr><td><a href=\"CodeSystem-snomed-fragment-livd.html#snomed-fragment-livd-260415000\">260415000</a></td><td>Not detected</td></tr><tr><td><a href=\"CodeSystem-snomed-fragment-livd.html#snomed-fragment-livd-455371000124106\">455371000124106</a></td><td>Invalid result</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/livd/ValueSet/resultvalue-mappings-livd"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LivdResultValueMappingsVS"] ; #
fhir:title [ fhir:v "Result value mappings value set for LIVD"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2018-09-25"^^xsd:date] ; #
fhir:description [ fhir:v "Includes the subset of LOINC or SNOMED CT codes for mappings from result values that are relevant for this ConceptMap."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/5991000124107/version/20200901" ] ;
( fhir:concept [
fhir:code [ fhir:v "260373001" ] ;
fhir:display [ fhir:v "Detected" ] ] [
fhir:code [ fhir:v "260415000" ] ;
fhir:display [ fhir:v "Not detected" ] ] [
fhir:code [ fhir:v "455371000124106" ] ;
fhir:display [ fhir:v "Invalid result" ] ] ) ] )
] . #