http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|8.0.0-ballot

The US Core ServiceRequest Profile inherits from the FHIR [ServiceRequest](https://hl7.org/fhir/R4/servicerequest.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for recording, searching, and fetching the ServiceRequest information. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
description: The US Core ServiceRequest Profile inherits from the FHIR [ServiceRequest](https://hl7.org/fhir/R4/servicerequest.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for recording, searching, and fetching the ServiceRequest information. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
derivation: constraint
name: USCoreServiceRequestProfile
type: ServiceRequest
elements:
  category:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: null
      slices:
        us-core:
          match: {}
          schema:
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-servicerequest-category'}
            index: 3
  encounter: {mustSupport: true, index: 6}
  reasonCode:
    short: '𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗨𝗦𝗖𝗗𝗜: Explanation/Justification for procedure or service'
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-condition-code'}
    index: 11
  authoredOn: {mustSupport: true, index: 9}
  requester: {mustSupport: true, index: 10}
  status: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code'}
    index: 4
  intent: {mustSupport: true, index: 1}
  subject: {mustSupport: true, index: 5}
  occurrence:
    mustSupport: true
    choices: []
    index: 8
  reasonReference: {short: '𝗔𝗗𝗗𝗜𝗧𝗜𝗢𝗡𝗔𝗟 𝗨𝗦𝗖𝗗𝗜: US Core Profile that supports the requested service', index: 12}
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 8.0.0-ballot
required: [code]