@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-device-measurement-unit"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • Include these codes as defined in urn:oid:1.2.208.176.2.1
    CodeDisplayDefinitionEnglish (United States) (English (United States), en)Dansk (Danish, da)
    NPU03011O2 sat.;Hb(aB)Hb(Fe; O2-bind.; aB)—Oxygen(O2); mætn. = ?Oxygen saturationHb(Fe; O2-bind.; aB)—Oxygen(O2); mætn. = ?
    NPU21692Puls;HjerteHjerte—Systole; frekv. = ? × 1/minHeartbeats per minuteHjerte—Systole; frekv. = ? × 1/min
    NPU03804Legeme vægt; PtPt—Legeme; masse = ? kgWeight in kilogrammesPt—Legeme; masse = ? kg
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/device-measurement-unit"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "DeviceMeasurementUnit"] ; # fhir:title [ fhir:v "Device Measurement Unit"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 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:compose [ fhir:include ( [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.1"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "NPU03011" ] ; fhir:display [ fhir:v "O2 sat.;Hb(aB)" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Oxygen saturation" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Hb(Fe; O2-bind.; aB)—Oxygen(O2); mætn. = ?" ] ] ) ] [ fhir:code [ fhir:v "NPU21692" ] ; fhir:display [ fhir:v "Puls;Hjerte" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Heartbeats per minute" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Hjerte—Systole; frekv. = ? × 1/min" ] ] ) ] [ fhir:code [ fhir:v "NPU03804" ] ; fhir:display [ fhir:v "Legeme vægt; Pt" ] ; fhir:designation ( [ fhir:language [ fhir:v "en-US" ] ; fhir:value [ fhir:v "Weight in kilogrammes" ] ] [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Pt—Legeme; masse = ? kg" ] ] ) ] ) ] ) ] . # # -------------------------------------------------------------------------------------