@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 -------------------------------------------------------------------

<http://ehealth.sundhed.dk/fhir/ValueSet/ehealth-device-measurement-unit> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ehealth-device-measurement-unit"] ; # 
  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 ehealth-device-measurement-unit</b></p><a name=\"ehealth-device-measurement-unit\"> </a><a name=\"hcehealth-device-measurement-unit\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-1.2.208.176.2.1--20190829.html\"><code>urn:oid:1.2.208.176.2.1</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?8.0.2-SNAPSHOT</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-1.2.208.176.2.1--20190829.html#1.2.208.176.2.1--20190829-NPU03011\">NPU03011</a></td><td style=\"color: #cccccc\">Hb(Fe; O2-bind.; aB)—Oxygen(O2); mætn. = ?</td><td>Hb(Fe; O2-bind.; aB)—Oxygen(O2); mætn. = ?</td></tr><tr><td><a href=\"CodeSystem-1.2.208.176.2.1--20190829.html#1.2.208.176.2.1--20190829-NPU21692\">NPU21692</a></td><td style=\"color: #cccccc\">Hjerte—Systole; frekv. = ? × 1/min</td><td>Hjerte—Systole; frekv. = ? × 1/min</td></tr><tr><td><a href=\"CodeSystem-1.2.208.176.2.1--20190829.html#1.2.208.176.2.1--20190829-NPU03804\">NPU03804</a></td><td style=\"color: #cccccc\">Pt—Legeme; masse = ? kg</td><td>Pt—Legeme; masse = ? kg</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://ehealth.sundhed.dk/vs/device-measurement-unit"^^xsd:anyURI ;
     fhir:l <http://ehealth.sundhed.dk/vs/device-measurement-unit>
  ] ; # 
  fhir:version [ fhir:v "8.0.2-SNAPSHOT"] ; # 
  fhir:name [ fhir:v "DeviceMeasurementUnit"] ; # 
  fhir:title [ fhir:v "Device Measurement Unit"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2019-09-16T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Device measurement unit"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "DK" ] ;
       fhir:display [ fhir:v "Denmark" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "urn:oid:1.2.208.176.2.1"^^xsd:anyURI ;
         fhir:l <urn:oid:1.2.208.176.2.1>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "NPU03011" ]
       ] [
         fhir:code [ fhir:v "NPU21692" ]
       ] [
         fhir:code [ fhir:v "NPU03804" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

