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).
TypedFhir API / C#
The typed accessor surface ServiceRequest exposes for ServiceRequest — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class ServiceRequest : ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| Display | string? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Status | string? |
read/write | draft | active | on-hold | revoked | completed | entered-in-error |
| Intent | string? |
read/write | order |
| Category | Concepts |
read/write · raw twin | Service Category |
| Priority | string? |
read/write | routine | urgent | asap | stat |
| Code | Concept? |
read/write · raw twin | Service requested with raw code support |
| OrderDetail | Concepts |
read/write · raw twin | Additional order information |
| Subject | Reference? |
read/write · raw twin | Individual or entity the service is ordered for |
| Encounter | Reference? |
read/write · raw twin | Encounter in which the request was created |
| AuthoredOn | FuzzyDate? |
read/write | Date request was initially authored |
| PerformerType | Concept? |
read/write · raw twin | Performer role |
| LocationCode | Concepts |
read/write · raw twin | Requested location |
| ReasonCode | Concepts |
read/write · raw twin | Explanation/Justification for procedure or service |
| BodySite | Concepts |
read/write · raw twin | Location on Body |