@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 -------------------------------------------------------------------

<http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleHbA1cTestCodes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleHbA1cTestCodes"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/41995-2/\">41995-2</a></td><td>Hemoglobin A1c [Mass/volume] in Blood</td></tr><tr><td><a href=\"https://loinc.org/4548-4/\">4548-4</a></td><td>Hemoglobin A1c/Hemoglobin.total in Blood</td></tr><tr><td><a href=\"https://loinc.org/71875-9/\">71875-9</a></td><td>Hemoglobin A1c/Hemoglobin.total [Pure mass fraction] in Blood</td></tr><tr><td><a href=\"https://loinc.org/17855-8/\">17855-8</a></td><td>Hemoglobin A1c/Hemoglobin.total in Blood by calculation</td></tr><tr><td><a href=\"https://loinc.org/96595-4/\">96595-4</a></td><td>Hemoglobin A1c/Hemoglobin.total in DBS</td></tr><tr><td><a href=\"https://loinc.org/4549-2/\">4549-2</a></td><td>Hemoglobin A1c/Hemoglobin.total in Blood by Electrophoresis</td></tr><tr><td><a href=\"https://loinc.org/17856-6/\">17856-6</a></td><td>Hemoglobin A1c/Hemoglobin.total in Blood by HPLC</td></tr><tr><td><a href=\"https://loinc.org/59261-8/\">59261-8</a></td><td>Hemoglobin A1c/Hemoglobin.total in Blood by IFCC protocol</td></tr><tr><td><a href=\"https://loinc.org/62388-4/\">62388-4</a></td><td>Hemoglobin A1c/Hemoglobin.total in Blood by JDS/JSCC protocol</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/vulcan-rwd/ValueSet/ExampleHbA1cTestCodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "ExampleHbA1cTestCodes"] ; # 
  fhir:title [ fhir:v "Diabetes Example Test Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-05-26T22:53:14+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International - Biomedical Research & Regulation Work Group" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/Special/committees/rcrim" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "An example value set of LOINC codes for HbA1c tests."] ; # 
  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:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "41995-2" ]
       ] [
         fhir:code [ fhir:v "4548-4" ]
       ] [
         fhir:code [ fhir:v "71875-9" ]
       ] [
         fhir:code [ fhir:v "17855-8" ]
       ] [
         fhir:code [ fhir:v "96595-4" ]
       ] [
         fhir:code [ fhir:v "4549-2" ]
       ] [
         fhir:code [ fhir:v "17856-6" ]
       ] [
         fhir:code [ fhir:v "59261-8" ]
       ] [
         fhir:code [ fhir:v "62388-4" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

