PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.5.0
    http://hl7.org/fhir/StructureDefinition/patient-animal
description: This patient is known to be an animal.
package_name: hl7.fhir.core
derivation: constraint
name: animal
type: Extension
elements:
  extension:
    short: The animal species.  E.g. Dog, Cow.
    type: Extension
    index: 0
    slicing:
      slices:
        species:
          match: {}
          schema:
            short: The animal species.  E.g. Dog, Cow.
            type: Extension
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: species}
                index: 2
              valueCodeableConcept:
                type: CodeableConcept
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-species'}
                index: 3
        breed:
          match: {}
          schema:
            short: The animal breed.  E.g. Poodle, Angus.
            type: Extension
            index: 4
            extensions: {}
            elements:
              extension: {index: 5}
              url:
                type: uri
                pattern: {type: Uri, value: breed}
                index: 6
              valueCodeableConcept:
                type: CodeableConcept
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-breeds'}
                index: 7
        genderStatus:
          match: {}
          schema:
            short: The status of the animal's reproductive parts.  E.g. Neutered, Intact.
            type: Extension
            index: 8
            extensions: {}
            elements:
              extension: {index: 9}
              url:
                type: uri
                pattern: {type: Uri, value: genderStatus}
                index: 10
              valueCodeableConcept:
                type: CodeableConcept
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-genderstatus'}
                index: 11
  url:
    type: uri
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/patient-animal'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 3.5.0
extensions:
  species:
    url: null
    short: The animal species.  E.g. Dog, Cow.
    type: Extension
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: species}
        index: 2
      valueCodeableConcept:
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-species'}
        index: 3
  breed:
    url: null
    short: The animal breed.  E.g. Poodle, Angus.
    type: Extension
    index: 4
    extensions: {}
    elements:
      extension: {index: 5}
      url:
        type: uri
        pattern: {type: Uri, value: breed}
        index: 6
      valueCodeableConcept:
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-breeds'}
        index: 7
  genderStatus:
    url: null
    short: The status of the animal's reproductive parts.  E.g. Neutered, Intact.
    type: Extension
    index: 8
    extensions: {}
    elements:
      extension: {index: 9}
      url:
        type: uri
        pattern: {type: Uri, value: genderStatus}
        index: 10
      valueCodeableConcept:
        type: CodeableConcept
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/animal-genderstatus'}
        index: 11
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/patient-animal
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]