ServiceRequest Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-servicerequest |
|---|---|
| Status | draft · 1.26.0 |
| Base | ServiceRequest (constraint) |
| Source | FSH · JSON |
Defines the Nexus EMR FHIR profile for ORDER-shaped ServiceRequest resources -- laboratory, diagnostic-imaging and procedure orders -- aggregated from multiple EMRs. Referrals are NOT in scope: a referral is intent=proposal and carries the receiving service or specialty in category, neither of which this profile permits. Referrals use NexusCoreReferral (../StructureDefinition/nexus-core-referral).
Elements / Key elements
The working view: must-support, required, modifier and sliced elements from the effective (snapshot) definition.
| Element | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
| ServiceRequest | 0..* | Nexus EMR Service Request Core (orders) Invariants: dom-2, dom-3, dom-4, dom-5, dom-6, prr-1, nexus-note-extension-not-where-native |
||
| meta | 0..1 | Meta | Metadata about the resource Invariants: ele-1 |
|
| source | S | 0..1 | uri | Identifies EMR instance & pipeline version the resource came from i Invariants: ele-1 |
| implicitRules | ?! | 0..1 | uri | A set of rules under which this content was created i Invariants: ele-1 |
| text | S | 0..1 | Narrative | Narrative i Invariants: ele-1 |
| identifier | S | 0..* | Identifier | Business identifier(s) for servicerequest i Invariants: ele-1 |
| use | ?! | 0..1 | code | usual | official | temp | secondary | old (If known) i Binding: identifier-use ( required)Invariants: ele-1 |
| system | 1..1 | uri | The namespace for the identifier value i Invariants: ele-1 |
|
| value | 1..1 | string | The value that is unique i Invariants: ele-1 |
|
| status | S ?! | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error i Binding: request-status ( required)Invariants: ele-1 |
| intent | S ?! | 1..1 | code | order i Fixed: orderBinding: request-intent ( required)Invariants: ele-1 |
| category | S | 1..1 | CodeableConcept | Service Category i Binding: servicerequest-category ( required)Invariants: ele-1 |
| doNotPerform | ?! | 0..1 | boolean | True if service/procedure should not be performed i Invariants: ele-1 |
| code | S | 1..1 | CodeableConcept | Service requested with raw code support i Binding: procedure-code ( example)Invariants: ele-1 |
| text | S | 1..1 | string | Human-readable service description (required) i Invariants: ele-1 |
| subject | S | 1..1 | Reference(Patient Profile) | Individual or entity the service is ordered for i Invariants: ele-1 |
| encounter | S | 0..1 | Reference(Encounter Profile) | Encounter in which the request was created i Invariants: ele-1 |
| occurrence[x] | S | 0..1 | dateTime, Period, Timing | When service should occur i Invariants: ele-1 |
| authoredOn | S | 1..1 | dateTime | Date request was initially authored i Invariants: ele-1 |