Documentation Templates and Rules
1.1.0-ballot - STU 1.1 US

This page is part of the Documentation Templates and Rules (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: deviceRequest0001 - JSON Representation

Raw json | Download


{
  "resourceType" : "DeviceRequest",
  "id" : "deviceRequest0001",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"deviceRequest0001\" </p></div><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>code</b>: Stationary Compressed Gaseous Oxygen System, Rental <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (HCPCSReleaseCodeSets#E0424)</span></p><p><b>subject</b>: <a href=\"Patient-example1.html\">Patient/example1</a></p><p><b>occurrence</b>: 2022-01-08 09:33:27+0700</p><p><b>requester</b>: <a href=\"Practitioner-example2.html\">Practitioner/example2: Dr. Jane Doe</a> \" DOE\"</p></div>"
  },
  "status" : "active",
  "intent" : "original-order",
  "codeCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
        "code" : "E0424",
        "display" : "Stationary Compressed Gaseous Oxygen System, Rental"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/example1"
  },
  "occurrenceDateTime" : "2022-01-08T09:33:27+07:00",
  "requester" : {
    "reference" : "Practitioner/example2",
    "display" : "Dr. Jane Doe"
  }
}