This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
Request for Appendectomy Example |
The official URL for this profile is:
http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedurerequest
This profile builds on ProcedureRequest.
This profile was published on Mon Aug 21 00:00:00 AEST 2017 as a draft by Health Level Seven International (Clinical Quality Information - QICore).
Description of Profiles, Differentials, and Snapshots.
Summary
Must-Support: 9 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Summary
Must-Support: 9 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Differential View
Snapshot View
Path | Name | Conformance | ValueSet |
ProcedureRequest.language | Common Languages | extensible | Common Languages |
ProcedureRequest.status | RequestStatus | required | RequestStatus |
ProcedureRequest.intent | RequestIntent | required | RequestIntent |
ProcedureRequest.priority | RequestPriority | required | RequestPriority |
ProcedureRequest.category | Procedure Category Codes (SNOMED CT) | example | Procedure Category Codes (SNOMED CT) |
ProcedureRequest.code | US CoreProcedureType | preferred | US CoreProcedureType |
ProcedureRequest.asNeeded[x] | SNOMED CT Medication As Needed Reason Codes | example | SNOMED CT Medication As Needed Reason Codes |
ProcedureRequest.performerType | Participant Roles | example | Participant Roles |
ProcedureRequest.reasonCode | Procedure Reason Codes | example | Procedure Reason Codes |
ProcedureRequest.bodySite | SNOMED CT Body Structures | example | SNOMED CT Body Structures |
Id | Path | Details | Requirements |
dom-2 | ProcedureRequest | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-1 | ProcedureRequest | If the resource is contained in another resource, it SHALL NOT contain any narrative : contained.text.empty() | |
dom-4 | ProcedureRequest | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated : contained.meta.versionId.empty() and contained.meta.lastUpdated.empty() | |
dom-3 | ProcedureRequest | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource : contained.where(('#'+id in %resource.descendants().reference).not()).empty() | |
ele-1 | ProcedureRequest.requester | All FHIR elements must have a @value or children : hasValue() | (children().count() > id.count()) |