This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example Device/KinsaThermometer (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
KinsaThermometer
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:Device ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "KinsaThermometer"] ; #
fhir:identifier ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SYSID" ] ;
fhir:display [ fhir:v "System Identifier" ]
] )
] ;
fhir:system [ fhir:v "urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00-00-52-49-20-45-4C-42" ]
] [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BTMAC" ] ;
fhir:display [ fhir:v "Bluetooth Address" ]
] )
] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/eui-48"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10-CE-A9-80-14-66" ]
] ) ; #
fhir:udiCarrier ( [
fhir:deviceIdentifier [ fhir:v "18479793050726" ] ;
fhir:issuer [ fhir:v "http://hl7.org/fhir/NamingSystem/gs1-di"^^xsd:anyURI ] ;
fhir:jurisdiction [ fhir:v "http://hl7.org/fhir/NamingSystem/fda-udi"^^xsd:anyURI ] ;
fhir:carrierHRF [ fhir:v "(01)18479793050726(21)1i9JfKh" ] ;
fhir:entryType [ fhir:v "unknown" ]
] ) ; #
fhir:manufacturer [ fhir:v "Kinsa"] ; #
fhir:serialNumber [ fhir:v "1i9JfKh"] ; #
fhir:name ( [
fhir:value [ fhir:v "KS_1i9JfKh" ] ;
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.org/fhir/device-nametype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "user-friendly-name" ]
] )
]
] ) ; #
fhir:modelNumber [ fhir:v "KS_1i9JfKh"] ; #
fhir:type ( [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "65573" ] ;
fhir:display [ fhir:v "MDC_MOC_VMS_MDS_SIMP" ]
] ) ;
fhir:text [ fhir:v "MDC_MOC_VMS_MDS_SIMP: Personal Health Device" ]
] ) ; #
fhir:deviceVersion ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531976" ]
] ) ;
fhir:text [ fhir:v "MDC_ID_PROD_SPEC_FW: Firmware revision" ]
] ;
fhir:value [ fhir:v "1.00" ]
] [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531975" ]
] ) ;
fhir:text [ fhir:v "MDC_ID_PROD_SPEC_SW: Software revision" ]
] ;
fhir:value [ fhir:v "V2.19" ]
] [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "531974" ]
] ) ;
fhir:text [ fhir:v "MDC_ID_PROD_SPEC_SW: Hardware revision" ]
] ;
fhir:value [ fhir:v "1.00" ]
] ) ; #
fhir:conformsTo ( [
fhir:specification [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "528392" ]
] ) ;
fhir:text [ fhir:v "MDC_DEV_SPEC_PROFILE_TEMP: Thermometer" ]
] ;
fhir:version [ fhir:v "1" ]
] ) ; #
fhir:property ( [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "68220" ]
] ) ;
fhir:text [ fhir:v "MDC_TIME_SYNC_PROTOCOL: Time synchronization protocol" ]
] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "532224" ]
] ) ;
fhir:text [ fhir:v "MDC_TIME_SYNC_NONE: No time synchronization" ]
]
] )] . #
# -------------------------------------------------------------------------------------
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.