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 / Differential
What this profile constrains beyond ServiceRequest. Anything not listed is unchanged from the base; muted type/cardinality values are the base's, shown for context.
| Element | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
| ServiceRequest | Nexus EMR Service Request Core (orders) Invariants: nexus-note-extension-not-where-native |
|||
| meta | 0..1 | Meta | ||
| source | S | 0..1 | uri | Identifies EMR instance & pipeline version the resource came from i |
| text | S | 0..1 | Narrative | Narrative i |
| identifier | S | 0..* | Identifier | Business identifier(s) for servicerequest i |
| system | 1..1 | uri | i | |
| value | 1..1 | string | i | |
| status | S | 1..1 | code | draft | active | on-hold | revoked | completed | entered-in-error i Binding: request-status ( required) |
| intent | S | 1..1 | code | order i Fixed: orderBinding: request-intent ( required) |
| category | S | 1..1 | CodeableConcept | Service Category i Binding: servicerequest-category ( required) |
| code | S | 1..1 | CodeableConcept | Service requested with raw code support i |
| text | S | 1..1 | string | Human-readable service description (required) i |
| subject | S | 1..1 | Reference(Patient Profile) | Individual or entity the service is ordered for i |
| encounter | S | 0..1 | Reference(Encounter Profile) | i |
| occurrence[x] | S | 0..1 | dateTime, Period, Timing | i |
| authoredOn | S | 1..1 | dateTime | Date request was initially authored i |