LOINC – IVD Test Code (LIVD) Mapping
0.3.0 - ballot

LOINC – IVD Test Code (LIVD) Mapping, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version 0.3.0). 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

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:Resource.id [ fhir:value "resultvalue-livd"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/valueset-uv-livd";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/valueset-uv-livd>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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></tr><tr><td>Positive</td><td>Positive</td></tr><tr><td>Negative</td><td>Negative</td></tr><tr><td>Invalid</td><td>Invalid</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/livd/ValueSet/resultvalue-livd"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "LivdResultValueVS"];
  fhir:ValueSet.title [ fhir:value "Result Value value set for LIVD"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2018-09-25"^^xsd:date];
  fhir:ValueSet.description [ fhir:value "Includes the complete set (superset) of manufacturer IVD result values that are mapped to LOINC or SNOMED CT codes in this ConceptMap."];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://ivd-vendor-result.example" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Positive" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Positive" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Negative" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Negative" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "Invalid" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Invalid" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.