PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin-rtpbc@2.0.0-ballot
    http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-messageheader-non-phi
description: This profile constrains a MessageHeader resource for use in a Real-time Pharmacy Benefit Check (RTPBC) Non-PHI request bundle
package_name: hl7.fhir.us.carin-rtpbc
derivation: constraint
name: RtpbcRequestMessageHeaderNonPHI
type: MessageHeader
elements:
  event:
    choices: []
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        eventCoding:
          match: {}
          schema:
            mustSupport: true
            pattern:
              type: Coding
              value: {code: rtpbc-request-non-phi, system: 'http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type', display: RTPBC Non-PHI Request}
            choices: [eventCoding]
            _required: true
            index: 3
          min: 1
          max: 1
  eventCoding:
    type: Coding
    mustSupport: true
    pattern:
      type: Coding
      value: {code: rtpbc-request-non-phi, system: 'http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type', display: RTPBC Non-PHI Request}
    choiceOf: event
    index: 4
    slicing:
      slices:
        eventCoding:
          match: {}
          schema:
            type: Coding
            mustSupport: true
            _required: true
            pattern:
              type: Coding
              value: {code: rtpbc-request-non-phi, system: 'http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type', display: RTPBC Non-PHI Request}
            choiceOf: event
            index: 4
          min: 1
          max: 1
  focus:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: profile}
      min: 1
      slices:
        rtpbc-request-non-phi:
          match: {}
          schema:
            type: Reference
            mustSupport: true
            refers: ['http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-claim-non-phi']
            _required: true
            index: 6
          min: 1
          max: 1
  definition:
    mustSupport: true
    pattern: {type: Canonical, value: 'http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-request-non-phi'}
    index: 7
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-request-messageheader-non-phi
base: http://hl7.org/fhir/StructureDefinition/MessageHeader
version: 2.0.0-ballot
required: [eventCoding, focus, definition]