@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://madie.cms.gov/ValueSet/serum-creatinine> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "serum-creatinine"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet serum-creatinine</b></p><a name=\"serum-creatinine\"> </a><a name=\"hcserum-creatinine\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/2160-0/\">2160-0</a></td><td>Creatinine [Mass/volume] in Serum or Plasma</td></tr><tr><td><a href=\"https://loinc.org/38483-4/\">38483-4</a></td><td>Creatinine [Mass/volume] in Blood</td></tr><tr><td><a href=\"https://loinc.org/14682-9/\">14682-9</a></td><td>Creatinine [Moles/volume] in Serum or Plasma</td></tr><tr><td><a href=\"https://loinc.org/21232-4/\">21232-4</a></td><td>Creatinine [Mass/volume] in Arterial blood</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [ fhir:v "https://example.org/fhir/ValueSet/serum-creatinine"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "SerumCreatinine"] ; # 
  fhir:title [ fhir:v "Serum Creatinine Lab Tests"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-06-16T17:19:32+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "LOINC codes for serum creatinine laboratory observations"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "2160-0" ] ;
         fhir:display [ fhir:v "Creatinine [Mass/volume] in Serum or Plasma" ]
       ] [
         fhir:code [ fhir:v "38483-4" ] ;
         fhir:display [ fhir:v "Creatinine [Mass/volume] in Blood" ]
       ] [
         fhir:code [ fhir:v "14682-9" ] ;
         fhir:display [ fhir:v "Creatinine [Moles/volume] in Serum or Plasma" ]
       ] [
         fhir:code [ fhir:v "21232-4" ] ;
         fhir:display [ fhir:v "Creatinine [Mass/volume] in Arterial blood" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

