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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeDeviceRequest
IdDeviceRequest-example.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 example

R5: True if the request is to stop or not to start using the device (new): false

status: Active

intent: Order

code: Electrocardiographic monitor and recorder

subject: Example Patient Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

authoredOn: 2026-07-09

requester: Practitioner Example Practitioner

reasonCode: Palpitations


Source1

{
  "resourceType": "DeviceRequest",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-devicerequest"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "modifierExtension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceRequest.doNotPerform",
      "valueBoolean": false
    }
  ],
  "status": "active",
  "intent": "order",
  "codeCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "86184003",
        "display": "Electrocardiographic monitor and recorder"
      }
    ],
    "text": "Electrocardiographic monitor and recorder"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "authoredOn": "2026-07-09",
  "requester": {
    "reference": "Practitioner/example"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/sid/icd-10-cm",
          "code": "R00.2",
          "display": "Palpitations"
        }
      ],
      "text": "Palpitations"
    }
  ]
}