This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Insulin Pump request
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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: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 "insulinpump" </p></div><p><b>identifier</b>: <span title=\" <extension url="http://hl7.org/fhir/StructureDefinition/bodysitecode">\n <valueCodeableConcept>\n <coding>\n <system value="http://snomed.info/sct"/>\n <code value="51185008"/>\n <display value="Thoracic structure"/>\n </coding>\n </valueCodeableConcept>\n</extension> \">id: ip_request1.1</span></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>replaces</b>: <span>: CGM ambulatory</span></p><p><b>groupIdentifier</b>: id: ip_request1</p><p><b>status</b>: active</p><p><b>intent</b>: instance-order</p><p><b>priority</b>: routine</p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Insulin delivery device panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#43148-6)</span></td></tr></table><p><b>subject</b>: <a href=\"patient-example-dicom.html\">Patient/dicom</a> " MINT_TEST"</p><p><b>encounter</b>: <span>: Encounter 1</span></p><p><b>occurrence</b>: 2013-05-08T09:33:27+07:00</p><p><b>authoredOn</b>: 2013-05-08T09:33:27+07:00</p><p><b>requester</b>: <a href=\"practitioner-example.html\">Practitioner/example: Dr. Adam Careful</a> "Adam CAREFUL"</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Reference</b></td></tr><tr><td>*</td><td><span>: Nurse Rossignol</span></td></tr></table><h3>Reasons</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>gastroparesis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td><td> </td></tr><tr><td>*</td><td> </td><td><span>: Gastroparesis</span></td></tr></table><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>" ] ; # <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: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: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:code [ fhir:concept [ fhir:coding ( [ a loinc:43148-6 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "43148-6" ] ] ) ; fhir:text [ fhir:v "Insulin delivery device panel" ] ] ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/dicom" ] ] ; # fhir:encounter [ fhir:display [ fhir:v "Encounter 1" ] ] ; # 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/example" ] ; fhir:display [ fhir:v "Dr. Adam Careful" ] ] ; # fhir:performer [ fhir:reference [ fhir:display [ fhir:v "Nurse Rossignol" ] ] ] ; # 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" ] ] )] . # # -------------------------------------------------------------------------------------
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 R5 hl7.fhir.core#5.0.0 generated on Sun, Mar 26, 2023 15:24+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4 |
Compare to R4B |
|
Propose a change