PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-crd@1.1.0-ballot
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-patient
description: This profile specifies additional constraints on the US Core Patient profile to support coverage requirements discovery.
package_name: hl7.fhir.us.davinci-crd
derivation: constraint
name: Patient
type: Patient
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: type.coding.system, type: value}
      - {path: type.coding.code, type: value}
      min: null
      slices:
        MRIdentifier:
          match:
            type:
              coding: {system: 'http://terminology.hl7.org/CodeSystem/v2-0203', code: MR}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              type:
                type: CodeableConcept
                mustSupport: true
                index: 2
                elements:
                  coding:
                    mustSupport: true
                    index: 3
                    elements:
                      system:
                        type: uri
                        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                        mustSupport: true
                        index: 4
                      code:
                        type: code
                        pattern: {type: Code, value: MR}
                        mustSupport: true
                        index: 5
                    required: [system, code]
                required: [coding]
            required: [type]
  address:
    mustSupport: true
    index: 6
    elements:
      state: {mustSupport: true, index: 7}
      country: {mustSupport: true, index: 8}
package_version: 1.1.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-patient
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient
version: 1.1.0-ballot