PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@9.0.0-ballot
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-pmo-servicerequest
description: The US Core PMO 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 represents an order based on a PMO document and references the [US Core ADI DocumentReference Profile](StructureDefinition-us-core-adi-documentreference.html) to communicate the contents of the PMO document, such as POLST, MOLST, or other state-specific forms. PMO documents follow the patient across care settings and are typically stored as scanned images in EMRs/EHRs. Together, these two profiles satisfy the USCDI's PMO Order Data Element's intent to represent orders based on an individual's PMO. The US Core PMO ServiceRequest Profile establishes minimum expectations for recording, searching, and fetching PMO-related ServiceRequest information, specifying core elements, extensions, vocabularies, and value sets that SHALL be present to promote interoperability.\n
package_name: hl7.fhir.us.core
derivation: constraint
name: USCorePMOServiceRequestProfile
type: ServiceRequest
elements:
  category:
    mustSupport: true
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        us-core-pmo:
          match:
            coding:
            - {code: PMO, system: 'http://hl7.org/fhir/us/core/CodeSystem/us-core-category'}
          schema:
            short: A ServiceRequest category representing an order derived from a PMO document
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: PMO, system: 'http://hl7.org/fhir/us/core/CodeSystem/us-core-category'}
            _required: true
            index: 3
          min: 1
          max: 1
        us-core-pmo-category:
          match: {}
          schema:
            short: PMO order categories
            binding: {strength: required, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1267.34'}
            mustSupport: false
            index: 4
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter']
    index: 7
  authoredOn: {mustSupport: true, index: 13}
  occurrenceTiming: {type: Timing, mustSupport: true, choiceOf: occurrence, index: 12}
  requester:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
    index: 14
  occurrencePeriod: {type: Period, mustSupport: true, choiceOf: occurrence, index: 10}
  status: {mustSupport: true, index: 0}
  code:
    binding: {strength: extensible, valueSet: 'http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1267.35'}
    mustSupport: true
    index: 5
  intent: {mustSupport: true, index: 1}
  occurrenceDateTime: {type: dateTime, mustSupport: true, choiceOf: occurrence, index: 11}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 6
  occurrence:
    mustSupport: true
    choices: [occurrencePeriod, occurrenceDateTime, occurrenceTiming]
    index: 9
  reasonReference:
    type: Reference
    short: Reference to the PMO document
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/DiagnosticReport', 'http://hl7.org/fhir/StructureDefinition/Observation', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-adi-documentreference', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference']
    index: 15
package_version: 9.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-pmo-servicerequest
base: http://hl7.org/fhir/StructureDefinition/ServiceRequest
version: 9.0.0-ballot
required: [category, code]