This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Example DeviceAlert/example (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
General DeviceAlert example
@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://hl7.org/fhir/DeviceAlert/example> a fhir:DeviceAlert ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
fhir:text [ fhir:v "Alarm Unique Id" ]
] ;
fhir:value [ fhir:v "0600dcFFFF750001^^^EUI-64_d1130a75-316c-4401-88c4-9c71704cdf6b_d629bc41-0310-4fec-b1a4-41356b66a7eb" ]
] ) ; #
fhir:status [ fhir:v "in-progress"] ; #
fhir:type [ fhir:v "physiological"] ; #
fhir:priority [ fhir:v "medium"] ; #
fhir:code [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "196670" ] ;
fhir:display [ fhir:v "MDC_EVT_LO" ]
] )
] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/pat1> ;
fhir:reference [ fhir:v "Patient/pat1" ]
] ; #
fhir:presence [ fhir:v true] ; #
fhir:device [
fhir:link <http://hl7.org/fhir/Device/example> ;
fhir:reference [ fhir:v "Device/example" ]
] ; #
fhir:derivedFrom ( [
fhir:observation [
fhir:link <http://hl7.org/fhir/Observation/f0f9274d-8ada-402b-afa9-b9468ca50510> ;
fhir:reference [ fhir:v "Observation/f0f9274d-8ada-402b-afa9-b9468ca50510" ] ;
fhir:type [ fhir:v "Observation"^^xsd:anyURI ]
] ;
fhir:limit [
fhir:low [
fhir:value [ fhir:v "87"^^xsd:decimal ] ;
fhir:unit [ fhir:v "MDC_DIM_PERCENT" ] ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "262688" ]
] ;
fhir:high [
fhir:value [ fhir:v "98"^^xsd:decimal ] ;
fhir:unit [ fhir:v "MDC_DIM_PERCENT" ] ;
fhir:system [ fhir:v "urn:iso:std:iso:11073:10101"^^xsd:anyURI ] ;
fhir:code [ fhir:v "262688" ]
]
]
] ) ; #
fhir:acknowledged [ fhir:v false] ; #
fhir:label [ fhir:v "**SpO2 86 <87 "] ; #
fhir:signal ( [
fhir:activationState [ fhir:v "on" ] ;
fhir:presence [ fhir:v "on" ] ;
fhir:annunciator [
fhir:reference [
fhir:link <http://hl7.org/fhir/Device/example> ;
fhir:reference [ fhir:v "Device/example" ] ;
fhir:type [ fhir:v "Device"^^xsd:anyURI ]
]
] ;
fhir:manifestation [
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.org/fhir/devicealert-manifestation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "visual" ] ;
fhir:display [ fhir:v "Visual" ]
] ) ;
fhir:text [ fhir:v "visual alert" ]
]
] ) . #
<http://hl7.org/fhir/Patient/pat1> a fhir:Patient .
<http://hl7.org/fhir/Device/example> a fhir:Device .
<http://hl7.org/fhir/Observation/f0f9274d-8ada-402b-afa9-b9468ca50510> a fhir:Observation .
# -------------------------------------------------------------------------------------
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.