PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.base@0.1.0-ballot
    http://hl7.eu/fhir/base/StructureDefinition/Patient-animal-eu
description: This profile defines how to represent an Animal as subject of care in FHIR for the purpose of this guide.\nThis is used to identify the species when a specimen is collected from an animal
package_name: hl7.fhir.eu.base
derivation: constraint
name: PatientAnimalEu
type: Patient
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        patient-animal:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.org/fhir/StructureDefinition/patient-animal
            index: 1
            extensions:
              species:
                url: null
                index: 2
                elements:
                  value:
                    choices: []
                    index: 4
            elements:
              extension:
                index: 2
                slicing:
                  slices:
                    species:
                      match: {}
                      schema:
                        index: 2
                        elements:
                          value:
                            choices: []
                            index: 4
        recordedSexOrGender:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender', index: 5}
          min: 0
          max: 1
  telecom: {short: Use contact.telecom, index: 6}
  maritalStatus: {index: 7}
package_version: 0.1.0-ballot
extensions:
  patient-animal:
    url: http://hl7.org/fhir/StructureDefinition/patient-animal
    type: Extension
    index: 1
    extensions:
      species:
        url: null
        index: 2
        elements:
          value:
            choices: []
            index: 4
    elements:
      extension:
        index: 2
        slicing:
          slices:
            species:
              match: {}
              schema:
                index: 2
                elements:
                  value:
                    choices: []
                    index: 4
  recordedSexOrGender: {url: 'http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender', min: 0, max: 1, type: Extension, index: 5}
class: profile
kind: resource
url: http://hl7.eu/fhir/base/StructureDefinition/Patient-animal-eu
base: http://hl7.org/fhir/StructureDefinition/Patient
version: 0.1.0-ballot
required: [extension]