@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-device-service-types"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system http://ehealth.sundhed.dk/cs/device-service-types defines the following codes:

CodeDisplayDefinitionDansk (Danish, da)
TRAINING Training patient in use of deviceTraining patient in use of deviceOplæring af patient/borger i brug af udstyr
RE-TRAINING Re-training a patient previously trained in using a deviceRe-training a patient previously trained in using a deviceOplæring af patient/borger tidligere oplært i brug af udstyr
CALIBRATION Calibration of deviceCalibration of deviceKalibrering af udstyr
REPAIR Off-site repair of deviceOff-site repair of deviceHjemtagelse af udstyr til reparation
MAINTENANCE On-site maintenance or repair of deviceOn-site maintenance or repair of deviceReparation af udstyr på stedet
REPLACE Replacement of deviceReplacement of deviceUdskiftning af udstyr
PICKUP Pickup and return device after usePickup and return device after useAfhentning af udstyr efter brug
DELIVER Deliver device to patientDeliver device to patientLevering til patient/borger
INSTALL Install and configure device on-site with patientInstall and configure device on-site with patientInstallation og opsætning hos patient/borger
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/cs/device-service-types"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.8.0"] ; # fhir:name [ fhir:v "DeviceServiceTypes"] ; # fhir:title [ fhir:v "Device service types"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-09-16T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "Device service types."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "TRAINING" ] ; fhir:display [ fhir:v "Training patient in use of device" ] ; fhir:definition [ fhir:v "Training patient in use of device" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Oplæring af patient/borger i brug af udstyr" ] ] ) ] [ fhir:code [ fhir:v "RE-TRAINING" ] ; fhir:display [ fhir:v "Re-training a patient previously trained in using a device" ] ; fhir:definition [ fhir:v "Re-training a patient previously trained in using a device" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Oplæring af patient/borger tidligere oplært i brug af udstyr" ] ] ) ] [ fhir:code [ fhir:v "CALIBRATION" ] ; fhir:display [ fhir:v "Calibration of device" ] ; fhir:definition [ fhir:v "Calibration of device" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Kalibrering af udstyr" ] ] ) ] [ fhir:code [ fhir:v "REPAIR" ] ; fhir:display [ fhir:v "Off-site repair of device" ] ; fhir:definition [ fhir:v "Off-site repair of device" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Hjemtagelse af udstyr til reparation" ] ] ) ] [ fhir:code [ fhir:v "MAINTENANCE" ] ; fhir:display [ fhir:v "On-site maintenance or repair of device" ] ; fhir:definition [ fhir:v "On-site maintenance or repair of device" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Reparation af udstyr på stedet" ] ] ) ] [ fhir:code [ fhir:v "REPLACE" ] ; fhir:display [ fhir:v "Replacement of device" ] ; fhir:definition [ fhir:v "Replacement of device" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Udskiftning af udstyr" ] ] ) ] [ fhir:code [ fhir:v "PICKUP" ] ; fhir:display [ fhir:v "Pickup and return device after use" ] ; fhir:definition [ fhir:v "Pickup and return device after use" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Afhentning af udstyr efter brug" ] ] ) ] [ fhir:code [ fhir:v "DELIVER" ] ; fhir:display [ fhir:v "Deliver device to patient" ] ; fhir:definition [ fhir:v "Deliver device to patient" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Levering til patient/borger" ] ] ) ] [ fhir:code [ fhir:v "INSTALL" ] ; fhir:display [ fhir:v "Install and configure device on-site with patient" ] ; fhir:definition [ fhir:v "Install and configure device on-site with patient" ] ; fhir:designation ( [ fhir:language [ fhir:v "da" ] ; fhir:value [ fhir:v "Installation og opsætning hos patient/borger" ] ] ) ] ) . # # -------------------------------------------------------------------------------------