http://hl7.org/fhir/StructureDefinition/patient-animal|5.2.0

This patient is known to be an animal.
description: This patient is known to be an animal.
derivation: constraint
name: PatAnimal
type: Extension
elements:
  extension:
    short: The animal species.  E.g. Dog, Cow.
    index: 0
    slicing:
      slices:
        species:
          match: {}
          schema:
            short: The animal species.  E.g. Dog, Cow.
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: species}
                index: 2
              value:
                choices: []
                index: 4
            required: [value]
        breed:
          match: {}
          schema:
            short: The animal breed.  E.g. Poodle, Angus.
            index: 5
            extensions: {}
            elements:
              extension: {index: 6}
              url:
                pattern: {type: Uri, value: breed}
                index: 7
              value:
                choices: []
                index: 9
            required: [value]
        genderStatus:
          match: {}
          schema:
            short: The status of the animal's reproductive parts.  E.g. Neutered, Intact.
            index: 10
            extensions: {}
            elements:
              extension: {index: 11}
              url:
                pattern: {type: Uri, value: genderStatus}
                index: 12
              value:
                choices: []
                index: 14
            required: [value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/patient-animal'}
    index: 15
  value:
    choices: []
    index: 17
extensions:
  species:
    url: null
    short: The animal species.  E.g. Dog, Cow.
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: species}
        index: 2
      value:
        choices: []
        index: 4
    required: [value]
  breed:
    url: null
    short: The animal breed.  E.g. Poodle, Angus.
    index: 5
    extensions: {}
    elements:
      extension: {index: 6}
      url:
        pattern: {type: Uri, value: breed}
        index: 7
      value:
        choices: []
        index: 9
    required: [value]
  genderStatus:
    url: null
    short: The status of the animal's reproductive parts.  E.g. Neutered, Intact.
    index: 10
    extensions: {}
    elements:
      extension: {index: 11}
      url:
        pattern: {type: Uri, value: genderStatus}
        index: 12
      value:
        choices: []
        index: 14
    required: [value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/patient-animal
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]