Health eData 1 Sandbox
0.1.0 - CI Build United States of America flag

Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions

: DeviceRequest Hearing Aid Example - JSON Representation

Raw json | Download

{
  "resourceType" : "DeviceRequest",
  "id" : "devicerequest-hearing-aid",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "DeviceRequest Hearing Aid Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is an example order for a hearing aid for a patient with sensorineural hearing loss using the *US Core DeviceRequest Profile*."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-devicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceRequest devicerequest-hearing-aid</b></p><a name=\"devicerequest-hearing-aid\"> </a><a name=\"hcdevicerequest-hearing-aid\"> </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-ha-001\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 6012004}\">Hearing aid</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-04-08 11:00: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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://example.org/devicerequests",
      "value" : "order-ha-001"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "codeCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6012004",
        "display" : "Hearing aid, device (physical object)"
      }
    ],
    "text" : "Hearing aid"
  },
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy Shaw"
  },
  "authoredOn" : "2026-04-08T11:00:00-05:00",
  "requester" : {
    "reference" : "Practitioner/practitioner-1"
  }
}