PackagesCanonicalsLogsProblems
    Packages
    fhir.ca-bc.client@1.0.1
    http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient-by-example
description: Will get removed. General constraints on the Patient resource for use in the BC Client Registry project for queries. PatientByExample is a resource of the Client Registry FHIR implementation use only by Get Demographics and Find Candidates
package_name: fhir.ca-bc.client
derivation: constraint
name: PatientByExample
type: Patient
elements:
  address:
    mustSupport: true
    index: 15
    elements:
      type: {short: postal | physical, index: 16}
  deceasedDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: deceased
    index: 14
    slicing:
      slices:
        deceasedDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: deceased, index: 14}
          min: 0
          max: 1
  managingOrganization: {index: 24}
  name:
    index: 6
    elements:
      use:
        short: usual | official | nickname
        binding: {strength: required, valueSet: 'https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-name-use-value-set'}
        index: 7
  implicitRules: {index: 0}
  multipleBirth:
    choices: []
    index: 19
  deceased:
    choices: []
    index: 11
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        deceasedDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [deceasedDateTime]
            index: 13
          min: 0
          max: 1
  contained: {index: 2}
  photo: {index: 20}
  language: {index: 1}
  link: {index: 25}
  active: {index: 5}
  communication: {index: 22}
  identifier:
    mustSupport: true
    index: 3
    slicing:
      slices:
        JHN:
          match: {}
          schema: {type: Identifier, index: 4}
          max: 1
  telecom: {mustSupport: true, array: true, max: 2, index: 8}
  generalPractitioner: {index: 23}
  gender: {mustSupport: true, index: 9}
  maritalStatus: {index: 17}
  contact: {index: 21}
package_version: 1.0.1
class: profile
kind: resource
url: http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient-by-example
base: http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-patient
version: 1.0.0