FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeDeviceRequest
IdDeviceRequest-insulinpump.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: DeviceRequest

Resource DeviceRequest "insulinpump" Version "5" Updated "2020-08-10 02:34:37+0000"

Profile: PAO Device Request

identifier: id: ip_request1.1

instantiatesCanonical: http://motivemi.com/artifacts/PlanDefinition/low-suicide-risk-order-set

basedOn: : Homecare - DM follow-up

priorRequest: : CGM ambulatory

groupIdentifier: id: ip_request1

status: active

intent: order

priority: routine

code: External ambulatory enfusion pump for insulin (Current Procedural Terminology (CPT®)#E0784)

subject: Patient/example1 " SHAW"

encounter: : Ambulatory

occurrence: 2013-05-08 09:33:27+0700

authoredOn: 2013-05-08 09:33:27+0700

requester: Practitioner/practitioner-1: Dr.Ronald Bone " BONE"

performerType: Nurse ([not stated] "Qualified nurse")

performer: : Nurse Rossignol

reasonCode: gastroparesis ()

reasonReference: : Gastroparesis

supportingInfo: : Previous results

note: this is the right device brand and model

relevantHistory: : Request for unspecified device


Source1

{
  "resourceType": "DeviceRequest",
  "id": "insulinpump",
  "meta": {
    "versionId": "5",
    "lastUpdated": "2020-08-10T02:34:37.025Z",
    "profile": [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-devicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}