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

FHIR IG analytics

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

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

status: Completed

intent: Original Order

code: Value Set: Venous Foot Pumps (VFP) (value set: Venous foot pumps)

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

authoredOn: 2026-04-05 09:20:00-0400

requester: Practitioner Example Practitioner

reasonCode: Request for alternative treatment


Source1

{
  "resourceType": "DeviceRequest",
  "id": "negation-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-deviceprohibited"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "modifierExtension": [
    {
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DeviceRequest.doNotPerform",
      "valueBoolean": true
    }
  ],
  "status": "completed",
  "intent": "original-order",
  "codeCodeableConcept": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
        "valueCanonical": "http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.117.1.7.1.230"
      }
    ],
    "text": "Value Set: Venous Foot Pumps (VFP)"
  },
  "subject": {
    "reference": "Patient/example"
  },
  "authoredOn": "2026-04-05T09:20:00-04:00",
  "requester": {
    "reference": "Practitioner/example"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1303950002",
          "display": "Request for alternative treatment"
        }
      ]
    }
  ]
}