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

: SNOMED CT code system fragment for LIVD - TTL Representation

Active as of 2024-12-19

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "snomed-fragment-livd"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/livd/StructureDefinition/codesystem-snomed-frag-uv-livd"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/codesystem-snomed-frag-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: CodeSystem snomed-fragment-livd</b></p><a name=\"snomed-fragment-livd\"> </a><a name=\"hcsnomed-fragment-livd\"> </a><a name=\"snomed-fragment-livd-en-US\"> </a><p>This case-insensitive code system <code>http://snomed.info/sct</code> provides <b>a fragment</b> that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">260373001<a name=\"snomed-fragment-livd-260373001\"> </a></td><td>Detected</td></tr><tr><td style=\"white-space:nowrap\">260415000<a name=\"snomed-fragment-livd-260415000\"> </a></td><td>Not detected</td></tr><tr><td style=\"white-space:nowrap\">455371000124106<a name=\"snomed-fragment-livd-455371000124106\"> </a></td><td>Invalid result</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://snomed.info/sct"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.6.96" ]
  ] ) ; # 
  fhir:version [ fhir:v "http://snomed.info/sct/5991000124107/version/20200901"] ; # 
  fhir:name [ fhir:v "SNOMED_CT"] ; # 
  fhir:title [ fhir:v "SNOMED CT (all versions)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-12-19T18:01:42+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IHTSDO"] ; # 
  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:copyright [ fhir:v "© 2002-2016 International Health Terminology Standards Development Organisation (IHTSDO). All rights reserved. SNOMED CT®, was originally created by The College of American Pathologists. \"SNOMED\" and \"SNOMED CT\" are registered trademarks of the IHTSDO http://www.ihtsdo.org/snomed-ct/get-snomed-ct"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "fragment"] ; # 
  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" ]
  ] ) . #