<?xml version="1.0" encoding="UTF-8"?>

<DeviceRequest xmlns="http://hl7.org/fhir">
  <id value="devicerequest-cgm"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="DeviceRequest Continuous Glucose Monitor Example"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown value="This is an example order for a continuous glucose monitor for a patient with diabetes using the *US Core DeviceRequest Profile*."/>
    </extension>
    <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-devicerequest"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DeviceRequest devicerequest-cgm</b></p><a name="devicerequest-cgm"> </a><a name="hcdevicerequest-cgm"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-devicerequest.html">US Core DeviceRequest Profile</a></p></div><p><b>identifier</b>: <code>http://example.org/devicerequests</code>/order-cgm-001 (use: official, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 463729000}">Continuous glucose monitor</span></p><p><b>subject</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Patient-example.html">Amy Shaw</a></p><p><b>authoredOn</b>: 2026-03-12 10:15:00-0500</p><p><b>requester</b>: <a href="http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html">Practitioner Ronald Bone </a></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://example.org/devicerequests"/>
    <value value="order-cgm-001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <codeCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="463729000"/>
      <display value="Point-of-care blood glucose continuous monitoring system (physical object)"/>
    </coding>
    <text value="Continuous glucose monitor"/>
  </codeCodeableConcept>
  <subject>
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <authoredOn value="2026-03-12T10:15:00-05:00"/>
  <requester>
    <reference value="Practitioner/practitioner-1"/>
  </requester>
</DeviceRequest>