PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.base@2.0.0-ballot
    http://hl7.eu/fhir/base/StructureDefinition/condition-eu-core
description: This profile sets minimum expectations for the Condition resource common to most of the use cases.
package_name: hl7.fhir.eu.base
derivation: constraint
name: ConditionEuCore
type: Condition
elements:
  onset:
    choices: []
    index: 20
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        onsetDateTime:
          match: {}
          schema:
            choices: [onsetDateTime]
            index: 22
          min: 0
          max: 1
  category: {short: Category, index: 9}
  clinicalStatus:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-clinical'}
    index: 7
  stage:
    short: Stage/grade
    index: 31
    elements:
      summary: {short: Most recent Stage Group, index: 32}
      assessment: {index: 33}
      type: {short: Staging system used., index: 34}
  abatement:
    choices: []
    index: 25
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        abatementDateTime:
          match: {}
          schema:
            choices: [abatementDateTime]
            index: 27
          min: 0
          max: 1
  note: {index: 35}
  extension:
    index: 1
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        assertedDate:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.org/fhir/StructureDefinition/condition-assertedDate
            index: 2
            elements:
              value:
                short: Date and time of the diagnosis assertion
                choices: []
                index: 4
        relatedArtifact:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact', index: 5}
          min: 0
  recordedDate: {short: Date when the condition record was created, index: 29}
  recorder:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core', 'http://hl7.eu/fhir/base/StructureDefinition/practitioner-eu', 'http://hl7.eu/fhir/base/StructureDefinition/practitionerRole-eu', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 30
  severity:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/condition-severity'}
    index: 10
  code:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/problems-uv-ips'}
    index: 11
  identifier: {index: 6}
  onsetDateTime:
    type: dateTime
    choiceOf: onset
    index: 23
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: onset, index: 23}
          min: 0
          max: 1
  bodySite:
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    index: 12
    extensions:
      bodySite:
        url: http://hl7.org/fhir/StructureDefinition/bodySite
        type: Extension
        index: 13
        elements:
          value:
            choices: [valueReference]
            index: 15
          valueReference:
            type: Reference
            choiceOf: value
            refers: ['http://hl7.eu/fhir/base/StructureDefinition/bodyStructure-eu-core']
            index: 16
    elements:
      extension:
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/bodySite
        index: 13
        slicing:
          slices:
            bodySite:
              match: {}
              schema:
                type: Extension
                url: http://hl7.org/fhir/StructureDefinition/bodySite
                index: 13
                elements:
                  value:
                    choices: [valueReference]
                    index: 15
                  valueReference:
                    type: Reference
                    choiceOf: value
                    refers: ['http://hl7.eu/fhir/base/StructureDefinition/bodyStructure-eu-core']
                    index: 16
  abatementDateTime:
    type: dateTime
    choiceOf: abatement
    index: 28
    slicing:
      slices:
        abatementDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: abatement, index: 28}
          min: 0
          max: 1
  verificationStatus:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/condition-ver-status'}
    index: 8
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core']
    index: 17
    elements:
      reference: {index: 18}
    required: [reference]
  text: {index: 0}
package_version: 2.0.0-ballot
extensions:
  assertedDate:
    url: http://hl7.org/fhir/StructureDefinition/condition-assertedDate
    type: Extension
    index: 2
    elements:
      value:
        short: Date and time of the diagnosis assertion
        choices: []
        index: 4
  relatedArtifact: {url: 'http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact', min: 0, type: Extension, index: 5}
class: profile
kind: resource
url: http://hl7.eu/fhir/base/StructureDefinition/condition-eu-core
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 2.0.0-ballot
required: [code]