This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Example ValueSet/device-specification-type (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Value SetDevice Specification Type
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ValueSet ;
fhir:id [ fhir:v "device-specification-type"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ;
fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ] )
] ;
fhir:text [
fhir:status [ fhir:v "generated" ]
] ;
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
fhir:value [ fhir:v "oo" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:value [ fhir:v "draft" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:value [ fhir:v "1" ]
] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/device-specification-type"], [ fhir:v "http://hl7.org/fhir/ValueSet/device-specification-type"] ;
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3204" ]
] [
fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3204" ]
] ) ;
fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
fhir:name [ fhir:v "DeviceSpecificationType"], [ fhir:v "DeviceSpecificationType"] ;
fhir:title [ fhir:v "Device Specification Type"], [ fhir:v "Device Specification Type"] ;
fhir:status [ fhir:v "draft"], [ fhir:v "draft"] ;
fhir:experimental [ fhir:v "true"], [ fhir:v "true"] ;
fhir:publisher [ fhir:v "HL7 International"], [ fhir:v "HL7 International"] ;
fhir:description [ fhir:v "The type or specification of a standard that devices can adhere to"], [ fhir:v "The type or specification of a standard that devices can adhere to"] ;
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]
] )
] ) ;
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101" ] ;
fhir:concept ( [
fhir:code [ fhir:v "528391" ] ;
fhir:display [ fhir:v "Blood Pressure Cuff" ]
] [
fhir:code [ fhir:v "528404" ] ;
fhir:display [ fhir:v "Body Composition Analyzer" ]
] [
fhir:code [ fhir:v "528425" ] ;
fhir:display [ fhir:v "Cardiovascular Device" ]
] [
fhir:code [ fhir:v "528402" ] ;
fhir:display [ fhir:v "Coagulation meter" ]
] [
fhir:code [ fhir:v "528409" ] ;
fhir:display [ fhir:v "Continuous Glucose Monitor" ]
] [
fhir:code [ fhir:v "528390" ] ;
fhir:display [ fhir:v "Electro cardiograph" ]
] [
fhir:code [ fhir:v "528457" ] ;
fhir:display [ fhir:v "Generic 20601 Device" ]
] [
fhir:code [ fhir:v "528401" ] ;
fhir:display [ fhir:v "Glucose Monitor" ]
] [
fhir:code [ fhir:v "528455" ] ;
fhir:display [ fhir:v "Independent Activity/Living Hub" ]
] [
fhir:code [ fhir:v "528403" ] ;
fhir:display [ fhir:v "Insulin Pump" ]
] [
fhir:code [ fhir:v "528405" ] ;
fhir:display [ fhir:v "Peak Flow meter" ]
] [
fhir:code [ fhir:v "528388" ] ;
fhir:display [ fhir:v "Pulse Oximeter" ]
] [
fhir:code [ fhir:v "528397" ] ;
fhir:display [ fhir:v "Respiration rate" ]
] [
fhir:code [ fhir:v "528408" ] ;
fhir:display [ fhir:v "Sleep Apnea Breathing Equipment" ]
] [
fhir:code [ fhir:v "528426" ] ;
fhir:display [ fhir:v "Strength Equipment" ]
] [
fhir:code [ fhir:v "528392" ] ;
fhir:display [ fhir:v "Thermometer" ]
] [
fhir:code [ fhir:v "528399" ] ;
fhir:display [ fhir:v "Weight Scale" ]
] )
] )
] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.