XpanDH Laboratory Report, published by XpanDH Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xpandh-lab/ and changes regularly. See the Directory of published versions
: Laboratory local codes Code System - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "lab-localCs-xpandh"] ; #
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 lab-localCs-xpandh</b></p><a name=\"lab-localCs-xpandh\"> </a><a name=\"hclab-localCs-xpandh\"> </a><a name=\"lab-localCs-xpandh-en-US\"> </a><p>This case-insensitive code system <code>http://hl7.eu/fhir/ig/xpandh/lab/CodeSystem/lab-localCs-xpandh</code> provides some codes <b>that are example only</b>:</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\">3002989<a name=\"lab-localCs-xpandh-3002989\"> </a></td><td>Hepatitis Panel, Acute with Reflex to HBsAg Confirmation and Reflex to HCV by Quantitative NAAT</td></tr><tr><td style=\"white-space:nowrap\">0020089<a name=\"lab-localCs-xpandh-0020089\"> </a></td><td>Hepatitis B Surface Antigen</td></tr><tr><td style=\"white-space:nowrap\">0020092<a name=\"lab-localCs-xpandh-0020092\"> </a></td><td>Hepatitis B Core Antibody, IgM</td></tr><tr><td style=\"white-space:nowrap\">0020093<a name=\"lab-localCs-xpandh-0020093\"> </a></td><td>Hepatitis A Antibody, IgM</td></tr><tr><td style=\"white-space:nowrap\">3003128<a name=\"lab-localCs-xpandh-3003128\"> </a></td><td>Hepatitis C Antibody by CIA Interp</td></tr><tr><td style=\"white-space:nowrap\">2002404<a name=\"lab-localCs-xpandh-2002404\"> </a></td><td>Hepatitis C Antibody by CIA Index</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/xpandh/lab/CodeSystem/lab-localCs-xpandh"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "LaboratoryLocalCS"] ; #
fhir:title [ fhir:v "Laboratory local codes Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-09-02T15:28:32+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "XpanDH Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "XpanDH Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://xpandh-project.iscte-iul.pt" ] ] )
] ) ; #
fhir:description [ fhir:v "Laboratory local codes Code System"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "example"] ; #
fhir:concept ( [
fhir:code [ fhir:v "3002989" ] ;
fhir:display [ fhir:v "Hepatitis Panel, Acute with Reflex to HBsAg Confirmation and Reflex to HCV by Quantitative NAAT" ]
] [
fhir:code [ fhir:v "0020089" ] ;
fhir:display [ fhir:v "Hepatitis B Surface Antigen" ]
] [
fhir:code [ fhir:v "0020092" ] ;
fhir:display [ fhir:v "Hepatitis B Core Antibody, IgM" ]
] [
fhir:code [ fhir:v "0020093" ] ;
fhir:display [ fhir:v "Hepatitis A Antibody, IgM" ]
] [
fhir:code [ fhir:v "3003128" ] ;
fhir:display [ fhir:v "Hepatitis C Antibody by CIA Interp" ]
] [
fhir:code [ fhir:v "2002404" ] ;
fhir:display [ fhir:v "Hepatitis C Antibody by CIA Index" ]
] ) . #