PackagesCanonicalsLogsProblems
    Packages
    csiro.stars@0.5.1
    https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient
description: A patient, primarily animal
package_name: csiro.stars
derivation: constraint
name: CsiroStarsPatientProfile
type: Patient
elements:
  address: {index: 19}
  managingOrganization: {index: 27}
  name:
    elements:
      use: {index: 9}
      text: {mustSupport: true, index: 10}
      family: {index: 11}
      given: {index: 12}
      prefix: {index: 13}
      suffix: {index: 14}
      period: {index: 15}
    required: [text]
  birthDate: {index: 18}
  multipleBirth:
    choices: []
    index: 22
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        isHuman:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/is-human', index: 2}
          min: 1
          max: 1
        animal:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient-animal', index: 3}
          min: 0
          max: 1
        age:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/patient-age', index: 4}
          min: 0
          max: 1
        ageGrouping:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/patient-age-grouping', index: 5}
          min: 0
          max: 1
  photo: {index: 23}
  language: {index: 0}
  link:
    elements:
      other:
        type: Reference
        mustSupport: true
        refers: ['https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-relatedperson']
        index: 28
      type:
        pattern: {type: Code, value: refer}
        index: 29
  communication: {index: 25}
  identifier:
    mustSupport: true
    index: 6
    elements:
      type:
        binding: {strength: required, valueSet: 'https://starsapi.csiro.au/fhir-ig/stars/ValueSet/stars-identifiertype-value-set'}
        index: 7
      value: {index: 8}
  telecom: {index: 16}
  generalPractitioner: {index: 26}
  gender: {mustSupport: true, index: 17}
  maritalStatus: {index: 20}
  contact: {index: 24}
package_version: 0.5.1
extensions:
  isHuman: {url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/is-human', min: 1, max: 1, type: Extension, mustSupport: true, index: 2}
  animal: {url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient-animal', min: 0, max: 1, type: Extension, mustSupport: true, index: 3}
  age: {url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/patient-age', min: 0, max: 1, type: Extension, mustSupport: true, index: 4}
  ageGrouping: {url: 'https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/patient-age-grouping', min: 0, max: 1, type: Extension, mustSupport: true, index: 5}
class: profile
kind: resource
url: https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-patient
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.5.1
required: [extension, identifier]