PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient@summary-0.0.9-alpha-1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-condition
description: This profile defines a set of constraints to the FHIR Condition resource for use in Ontario Patient Summaries (PS-ON).  It refines constraints applied  constraints applied to the Condition resource by the PS-CA project, which is informed by the constraints of the [Condition-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Condition-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-condition.html) to allow for cross-border and cross-jurisdiction sharing of A record of a problem is represented in the patient summary as an instance of the Condition resource constrained by this profile.
package_name: ca.on.oh.patient
derivation: constraint
name: ConditionPSON
type: Condition
elements:
  onset:
    mustSupport: true
    choices: []
    index: 16
  category:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/condition-category'}
    index: 5
  clinicalStatus: {mustSupport: true, index: 3}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {mustSupport: true, index: 2}
    required: [profile]
  onsetPeriod:
    type: Period
    mustSupport: false
    index: 18
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema: {type: Period, mustSupport: false, index: 18}
  abatement:
    mustSupport: false
    choices: [abatementPeriod]
    index: 25
    slicing:
      slices:
        abatementPeriod:
          match: {}
          schema:
            mustSupport: false
            choices: [abatementPeriod]
            index: 25
  abatementPeriod:
    type: Period
    mustSupport: false
    choiceOf: abatement
    index: 26
    slicing:
      slices:
        abatementPeriod:
          match: {}
          schema: {type: Period, mustSupport: false, choiceOf: abatement, index: 26}
  asserter: {mustSupport: true, index: 27}
  id: {index: 0}
  severity:
    type: CodeableConcept
    mustSupport: false
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/severitycode'}
    index: 6
    slicing:
      rules: open
      description: Discriminated by value set
      discriminator:
      - {path: $this, type: pattern}
      min: 0
      max: 1
      slices:
        severitySCTCA:
          match: {}
          schema:
            short: Optional slice for representing the severity of a problem from the SNOMED CT Canadian edition value set.
            binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/severitycode'}
            index: 7
          max: 1
  code:
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
    index: 8
    slicing:
      rules: open
      description: Discriminated by the bound value set
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      max: 1
      slices:
        problemGPSCode:
          match: {}
          schema:
            short: Optional slice for representing the code for a problem from the SNOMED CT GPS code set
            mustSupport: false
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/core-problem-finding-situation-event-gps-uv-ips'}
            index: 9
          min: 0
          max: 1
        codeSCTCA:
          match: {}
          schema:
            short: Optional slice for representing the code for a problem from the SNOMED CT Canadian edition value set
            binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
            mustSupport: true
            index: 10
          max: 1
        absentOrUnknownProblem:
          match: {}
          schema:
            short: Optional slice for representing the code for absent problem or for unknown problem
            mustSupport: true
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips'}
            index: 11
          min: 0
          max: 1
  onsetDateTime:
    type: dateTime
    mustSupport: true
    index: 17
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, index: 17}
  bodySite:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/AnatomicalOrAcquiredBodyStructure'}
    mustSupport: false
    index: 12
  abatementDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: abatement
    index: 23
    slicing:
      slices:
        abatementDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 23}
  verificationStatus: {mustSupport: false, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient']
    index: 13
    elements:
      reference: {mustSupport: true, index: 14}
    required: [reference]
package_version: summary-0.0.9-alpha-1
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-condition
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.0.1
required: [clinicalStatus, meta, code]