FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: DeviceRequest insulin pump - TTL Representation

Raw ttl | Download


@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:DeviceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "insulinpump"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "5" ] ;
fhir:lastUpdated [ fhir:v "2020-08-10T02:34:37.025Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DeviceRequest</b><a name=\"insulinpump\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource DeviceRequest &quot;insulinpump&quot; Version &quot;5&quot; Updated &quot;2020-08-10 02:34:37+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PAOX-devicerequest.html\">PAO Device Request</a></p></div><p><b>identifier</b>: id: ip_request1.1</p><p><b>instantiatesCanonical</b>: <a href=\"http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set\">http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set</a></p><p><b>basedOn</b>: <span>: Homecare - DM follow-up</span></p><p><b>priorRequest</b>: <span>: CGM ambulatory</span></p><p><b>groupIdentifier</b>: id: ip_request1</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>code</b>: External ambulatory enfusion pump for insulin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html\">Current Procedural Terminology (CPT®)</a>#E0784)</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Patient/example1</a> &quot; SHAW&quot;</p><p><b>encounter</b>: <span>: Ambulatory</span></p><p><b>occurrence</b>: 2013-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2013-05-08 09:33:27+0700</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Dr.Ronald Bone</a> &quot; BONE&quot;</p><p><b>performerType</b>: Nurse <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated] &quot;Qualified nurse&quot;)</span></p><p><b>performer</b>: <span>: Nurse Rossignol</span></p><p><b>reasonCode</b>: gastroparesis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>reasonReference</b>: <span>: Gastroparesis</span></p><p><b>supportingInfo</b>: <span>: Previous results</span></p><p><b>note</b>: this is the right device brand and model</p><p><b>relevantHistory</b>: <span>: Request for unspecified device</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "ip_request1.1" ]
  ] ) ; # 
  fhir:instantiatesCanonical ( [
fhir:v "http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set"^^xsd:anyURI ;
fhir:link <http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set>
  ] ) ; # 
  fhir:basedOn ( [
fhir:display [ fhir:v "Homecare - DM follow-up" ]
  ] ) ; # 
  fhir:priorRequest ( [
fhir:display [ fhir:v "CGM ambulatory" ]
  ] ) ; # 
  fhir:groupIdentifier [
fhir:value [ fhir:v "ip_request1" ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E0784" ]     ] ) ;
fhir:text [ fhir:v "External ambulatory enfusion pump for insulin" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example1" ]
  ] ; # 
  fhir:encounter [
fhir:display [ fhir:v "Ambulatory" ]
  ] ; # 
  fhir:occurrence [ 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:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Dr.Ronald Bone" ]
  ] ; # 
  fhir:performerType [
    ( fhir:coding [
fhir:display [ fhir:v "Qualified nurse" ]     ] ) ;
fhir:text [ fhir:v "Nurse" ]
  ] ; # 
  fhir:performer [
fhir:display [ fhir:v "Nurse Rossignol" ]
  ] ; # 
  fhir:reasonCode ( [
fhir:text [ fhir:v "gastroparesis" ]
  ] ) ; # 
  fhir:reasonReference ( [
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" ]
  ] ) . #