@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://kip.rkkp.dk/fhir/ValueSet/MaaleEnhedHAEMA2> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MaaleEnhedHAEMA2"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MaaleEnhedHAEMA2</b></p><a name=\"MaaleEnhedHAEMA2\"> </a><a name=\"hcMaaleEnhedHAEMA2\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MaaleEnheder.html\"><code>https://kip.rkkp.dk/fhir/CodeSystem/MaaleEnheder</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?2.16.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-MaaleEnheder.html#MaaleEnheder-g-l\">g-l</a></td><td>g/L - Gram per liter</td><td>Gram per liter</td></tr><tr><td><a href=\"CodeSystem-MaaleEnheder.html#MaaleEnheder-.956mol-l\">μmol-l</a></td><td>μmol/L - Mikromol per liter</td><td>Mikromol per liter</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://kip.rkkp.dk/fhir/ValueSet/MaaleEnhedHAEMA2"^^xsd:anyURI ;
     fhir:l <https://kip.rkkp.dk/fhir/ValueSet/MaaleEnhedHAEMA2>
  ] ; # 
  fhir:version [ fhir:v "2.16.0"] ; # 
  fhir:name [ fhir:v "MaaleEnhedHAEMA2"] ; # 
  fhir:title [ fhir:v "Måleenhed HÆMA-2"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2022-06-28T00:00:00+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://trifork.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "rbk@trifork.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Måleenheder HÆMA - udfaldsrum med 2 enheder"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/MaaleEnheder"^^xsd:anyURI ;
         fhir:l <https://kip.rkkp.dk/fhir/CodeSystem/MaaleEnheder>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "g-l" ] ;
         fhir:display [ fhir:v "g/L - Gram per liter" ]
       ] [
         fhir:code [ fhir:v "μmol-l" ] ;
         fhir:display [ fhir:v "μmol/L - Mikromol per liter" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

