PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.carin@rtpbc-1.0.0
    http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-messageheader
description: This profile constrains a MessageHeader resource for use in a Real-time Pharmacy Benefit Check (RTPBC) response bundle
package_name: hl7.fhir.us.carin
derivation: constraint
name: RtpbcResponseMessageHeader
type: MessageHeader
elements:
  eventCoding:
    type: Coding
    mustSupport: true
    pattern:
      type: Coding
      value: {code: rtpbc-response, system: 'http://hl7.org/fhir/us/carin-rtpbc/CodeSystem/rtpbc-event-type', display: RTPBC Response}
    index: 0
  focus:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-claimresponse']
    index: 1
    slicing:
      slices:
        rtpbc-response:
          match: {}
          schema:
            type: Reference
            mustSupport: true
            refers: ['http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-claimresponse']
            _required: true
            index: 1
          min: 1
          max: 1
  definition:
    mustSupport: true
    pattern: {type: Canonical, value: 'http://hl7.org/fhir/us/carin-rtpbc/MessageDefinition/rtpbc-response'}
    index: 2
package_version: rtpbc-1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/carin-rtpbc/StructureDefinition/rtpbc-response-messageheader
base: http://hl7.org/fhir/StructureDefinition/MessageHeader
version: 1.0.0
required: [eventCoding, focus, definition]