Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: DeviceRequest insulin pump - JSON Representation

Raw json | Download

{
  "resourceType" : "DeviceRequest",
  "id" : "insulinpump",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2020-08-09T22:34:37.025+00:00",
    "source" : "#LPqBxzLkw18ILZok",
    "profile" : [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: insulinpump</p><p><b>meta</b>: </p><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>: <span title=\"Codes: {http://www.ama-assn.org/go/cpt E0784}\">External ambulatory enfusion pump for insulin</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Generated Summary: id: example1; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME); gender: female; birthDate: 1987-02-20</a></p><p><b>encounter</b>: <span>Ambulatory</span></p><p><b>occurrence</b>: May 8, 2013 2:33:27 AM</p><p><b>authoredOn</b>: May 8, 2013 2:33:27 AM</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-1.html\">Dr.Ronald Bone. Generated Summary: id: practitioner-1; id: 9941339108; Ronald Bone </a></p><p><b>performerType</b>: <span title=\"Codes: \">Nurse</span></p><p><b>performer</b>: <span>Nurse Rossignol</span></p><p><b>reasonCode</b>: <span title=\"Codes: \">gastroparesis</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>"
  },
  "identifier" : [
    {
      "value" : "ip_request1.1"
    }
  ],
  "instantiatesCanonical" : [
    "http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set"
  ],
  "basedOn" : [
    {
      "display" : "Homecare - DM follow-up"
    }
  ],
  "priorRequest" : [
    {
      "display" : "CGM ambulatory"
    }
  ],
  "groupIdentifier" : {
    "value" : "ip_request1"
  },
  "status" : "active",
  "intent" : "order",
  "priority" : "routine",
  "codeCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.ama-assn.org/go/cpt",
        "code" : "E0784"
      }
    ],
    "text" : "External ambulatory enfusion pump for insulin"
  },
  "subject" : {
    "reference" : "Patient/example1"
  },
  "encounter" : {
    "display" : "Ambulatory"
  },
  "occurrenceDateTime" : "2013-05-08T09:33:27+07:00",
  "authoredOn" : "2013-05-08T09:33:27+07:00",
  "requester" : {
    "reference" : "Practitioner/practitioner-1",
    "display" : "Dr.Ronald Bone"
  },
  "performerType" : {
    "coding" : [
      {
        "display" : "Qualified nurse"
      }
    ],
    "text" : "Nurse"
  },
  "performer" : {
    "display" : "Nurse Rossignol"
  },
  "reasonCode" : [
    {
      "text" : "gastroparesis"
    }
  ],
  "reasonReference" : [
    {
      "display" : "Gastroparesis"
    }
  ],
  "supportingInfo" : [
    {
      "display" : "Previous results"
    }
  ],
  "note" : [
    {
      "text" : "this is the right device brand and model"
    }
  ],
  "relevantHistory" : [
    {
      "display" : "Request for unspecified device"
    }
  ]
}