LOINC – IVD Test Code (LIVD) Mapping
1.0.0-ballot - ballot International flag

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 value set - TTL Representation

Draft as of 2018-09-25

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-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-livd</b></p><a name=\"resultvalue-livd\"> </a><a name=\"hcresultvalue-livd\"> </a><a name=\"resultvalue-livd-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-vendor-result-fragment-livd.html\"><code>http://ivd-vendor-result.example</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b><a href=\"ValueSet-resultvalue-mappings-livd.html\">LivdResultValueConceptMap</a></b></td></tr><tr><td><a href=\"CodeSystem-vendor-result-fragment-livd.html#vendor-result-fragment-livd-Positive\">Positive</a></td><td>Positive</td><td><span title=\"EQUIVALENT\">~</span>260373001</td></tr><tr><td><a href=\"CodeSystem-vendor-result-fragment-livd.html#vendor-result-fragment-livd-Negative\">Negative</a></td><td>Negative</td><td><span title=\"EQUIVALENT\">~</span>260415000</td></tr><tr><td><a href=\"CodeSystem-vendor-result-fragment-livd.html#vendor-result-fragment-livd-Invalid\">Invalid</a></td><td>Invalid</td><td><span title=\"EQUIVALENT\">~</span>455371000124106</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/livd/ValueSet/resultvalue-livd"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LivdResultValueVS"] ; # 
  fhir:title [ fhir:v "Result Value value set for LIVD"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2018-09-25"^^xsd:date] ; # 
  fhir:description [ fhir:v "Includes the complete set (superset) of manufacturer IVD result values that are mapped to LOINC or SNOMED CT codes in 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://ivd-vendor-result.example"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "Positive" ] ;
fhir:display [ fhir:v "Positive" ]       ] [
fhir:code [ fhir:v "Negative" ] ;
fhir:display [ fhir:v "Negative" ]       ] [
fhir:code [ fhir:v "Invalid" ] ;
fhir:display [ fhir:v "Invalid" ]       ] )     ] )
  ] . #