Workflow
This
page
is
part
of
the
FHIR
Specification
(v3.0.2:
STU
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
Continuous
Integration
Build
of
available
versions,
see
FHIR
(will
be
incorrect/inconsistent
at
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
| Responsible Owner: Orders and Observations Work Group |
|
Compartments : Device , Encounter , Group , Patient , Practitioner , RelatedPerson |
Raw
Turtle
,
JSON-LD
(+
also
see
Turtle/RDF
Format
Specification
)
Insulin Pump request
@prefix fhir: <http://hl7.org/fhir/> .@prefix loinc: <http://loinc.org/owl#> .@prefix loinc: <https://loinc.org/rdf/> . @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/DeviceRequest/insulinpump> a fhir:DeviceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "insulinpump"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: insulinpump</p><p><b>identifier</b>: ip_request1.1</p><p><b>definition</b>: DM ambulatory protocol II</p><p><b>basedOn</b>: Homecare - DM follow-up</p><p><b>priorRequest</b>: CGM ambulatory</p><p><b>groupIdentifier</b>: ip_request1</p><p><b>status</b>: active</p><p><b>intent</b>: instance-order <span>(Details )</span></p><p><b>priority</b>: routine</p><p><b>code</b>: Insulin delivery device panel <span>(Details : {LOINC code '43148-6' = 'Insulin delivery device panel)</span></p><p><b>subject</b>: <a>Patient/dicom</a></p><p><b>context</b>: Encounter 1</p><p><b>occurrence</b>: 08/05/2013 9:33:27 AM</p><p><b>authoredOn</b>: 08/05/2013 9:33:27 AM</p><h3>Requesters</h3><table><tr><td>-</td><td><b>Agent</b></td><td><b>OnBehalfOf</b></td></tr><tr><td>*</td><td><a>Dr. Adam Careful</a></td><td><a>Organization/2.16.840.1.113883.19.5</a></td></tr></table><p><b>performerType</b>: Nurse <span>(Details : {[not stated] code 'null' = 'null', given as 'Qualified nurse'})</span></p><p><b>performer</b>: Nurse Rossignol</p><p><b>reasonCode</b>: gastroparesis <span>(Details )</span></p><p><b>reasonReference</b>: Gastroparesis</p><p><b>supportingInfo</b>: Previous results</p><p><b>note</b>: this is the right device brand and model</p><p><b>relevantHistory</b>: Request for unspecified device</p></div>" ]; fhir:DeviceRequest.identifier [ fhir:index 0; fhir:Identifier.value [ fhir:value "ip_request1.1" ] ]; fhir:DeviceRequest.definition [ fhir:index 0; fhir:Reference.display [ fhir:value "DM ambulatory protocol II" ] ]; fhir:DeviceRequest.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "Homecare - DM follow-up" ] ]; fhir:DeviceRequest.priorRequest [ fhir:index 0; fhir:Reference.display [ fhir:value "CGM ambulatory" ] ]; fhir:DeviceRequest.groupIdentifier [ fhir:Identifier.value [ fhir:value "ip_request1" ] ]; fhir:DeviceRequest.status [ fhir:value "active"]; fhir:DeviceRequest.intent [ fhir:CodeableConcept.text [ fhir:value "instance-order" ] ]; fhir:DeviceRequest.priority [ fhir:value "routine"]; fhir:DeviceRequest.codeCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:43148-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "43148-6" ] ]; fhir:CodeableConcept.text [ fhir:value "Insulin delivery device panel" ] ]; fhir:DeviceRequest.subject [ fhir:link <http://hl7.org/fhir/Patient/dicom>; fhir:Reference.reference [ fhir:value "Patient/dicom" ] ]; fhir:DeviceRequest.context [ fhir:Reference.display [ fhir:value "Encounter 1" ] ]; fhir:DeviceRequest.occurrenceDateTime [ fhir:value "2013-05-08T09:33:27+07:00"^^xsd:dateTime]; fhir:DeviceRequest.authoredOn [ fhir:value "2013-05-08T09:33:27+07:00"^^xsd:dateTime]; fhir:DeviceRequest.requester [ fhir:DeviceRequest.requester.agent [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr. Adam Careful" ] ]; fhir:DeviceRequest.requester.onBehalfOf [ fhir:link <http://hl7.org/fhir/Organization/2.16.840.1.113883.19.5>; fhir:Reference.reference [ fhir:value "Organization/2.16.840.1.113883.19.5" ]# Insulin pump request <http://hl7.org/fhir/DeviceRequest/insulinpump> a fhir:DeviceRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "insulinpump"] ; # fhir:identifier ( [ fhir:value [ fhir:v "ip_request1.1" ] ] ) ; # <extension url="http://hl7.org/fhir/StructureDefinition/bodysitecode"> # <valueCodeableConcept> # <coding> # <system value="http://snomed.info/sct"/> # <code value="51185008"/> # <display value="Thoracic structure"/> # </coding> # </valueCodeableConcept> #</extension> fhir:basedOn ( [ fhir:display [ fhir:v "Homecare - DM follow-up" ] ] ) ; # fhir:replaces ( [ fhir:display [ fhir:v "CGM ambulatory" ] ] ) ; # fhir:groupIdentifier [ fhir:value [ fhir:v "ip_request1" ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:intent [ fhir:v "instance-order"] ; # fhir:priority [ fhir:v "routine"] ; # fhir:product [ a fhir:CodeableConcept ; fhir:coding ( [ a loinc:43148-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "43148-6" ] ] ) ; fhir:text [ fhir:v "Insulin delivery device panel" ] ] ; # fhir:subject [ fhir:l <http://hl7.org/fhir/Patient/dicom> ; fhir:reference [ fhir:v "Patient/dicom" ] ] ; # fhir:encounter [ fhir:display [ fhir:v "Encounter 1" ] ] ; # fhir:occurrence [ a fhir:DateTime ; fhir:v "2013-05-08T09:33:27+07:00"^^xsd:dateTime ] ; # fhir:authoredOn [ fhir:v "2013-05-08T09:33:27+07:00"^^xsd:dateTime] ; # fhir:requester [ fhir:l <http://hl7.org/fhir/Practitioner/example> ; fhir:reference [ fhir:v "Practitioner/example" ] ; fhir:display [ fhir:v "Dr. Adam Careful" ] ] ; # fhir:performer [ fhir:reference [ fhir:display [ fhir:v "Nurse Rossignol" ] ]]; fhir:DeviceRequest.performerType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.display [ fhir:value "Qualified nurse" ] ]; fhir:CodeableConcept.text [ fhir:value "Nurse" ] ]; fhir:DeviceRequest.performer [ fhir:Reference.display [ fhir:value "Nurse Rossignol" ] ]; fhir:DeviceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "gastroparesis" ] ]; fhir:DeviceRequest.reasonReference [ fhir:index 0; fhir:Reference.display [ fhir:value "Gastroparesis" ] ]; fhir:DeviceRequest.supportingInfo [ fhir:index 0; fhir:Reference.display [ fhir:value "Previous results" ] ]; fhir:DeviceRequest.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "this is the right device brand and model" ] ]; fhir:DeviceRequest.relevantHistory [ fhir:index 0; fhir:Reference.display [ fhir:value "Request for unspecified device" ] ] .] ; # fhir:reason ( [ fhir:concept [ fhir:text [ fhir:v "gastroparesis" ] ] ] [ fhir:reference [ fhir:display [ fhir:v "Gastroparesis" ] ] ] ) ; # fhir:supportingInfo ( [ fhir:display [ fhir:v "Previous results" ] ] ) ; # fhir:note ( [ fhir:text [ fhir:v "this is the right device brand and model" ] ] ) ; # fhir:relevantHistory ( [ fhir:display [ fhir:v "Request for unspecified device" ] ] ) . # <http://hl7.org/fhir/Patient/dicom> a fhir:Patient . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .<http://hl7.org/fhir/Organization/2.16.840.1.113883.19.5> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/DeviceRequest/insulinpump.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/DeviceRequest/insulinpump.ttl> .# -------------------------------------------------------------------------------------
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.
FHIR
®©
HL7.org
2011+.
FHIR
Release
3
(STU;
v3.0.2-11200)
R6
hl7.fhir.core#6.0.0-ballot3
generated
on
Thurs,
Oct
24,
2019
11:53+1100.
QA
Page
Wed,
Dec
17,
2025
09:53+0000.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Credits
Glossary
|
QA
|
Compare
to
DSTU2
R4
|
Compare
to
R5
|
Compare
to
Last
Ballot
|
|
Propose
a
change