PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient-summary@0.11.0
    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-summary
derivation: constraint
name: ConditionPSON
type: Condition
elements:
  onset:
    choices: [onsetPeriod]
    index: 23
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema:
            choices: [onsetPeriod]
            index: 23
  category: {type: CodeableConcept, index: 4}
  clinicalStatus: {mustSupport: true, index: 2}
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  onsetPeriod:
    type: Period
    choiceOf: onset
    index: 24
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema: {type: Period, choiceOf: onset, index: 24}
  severity:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/severitycode'}
    index: 5
    elements:
      coding:
        index: 6
        slicing:
          rules: open
          description: Discriminated by value set
          discriminator:
          - {path: $this, type: pattern}
          min: null
          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
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
    mustSupport: true
    index: 8
    elements:
      coding:
        mustSupport: true
        index: 9
        slicing:
          rules: open
          description: Discriminated by the bound value set
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            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
            absentOrUnknownProblem:
              match: {}
              schema:
                short: Optional slice for representing the code for absent problem or for unknown problem
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-problems-uv-ips'}
                mustSupport: true
                index: 11
            codeICD9CM:
              match: {}
              schema:
                short: Code for representing the code for a problem that is selected from ICD-9 CM
                binding: {strength: required, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/ICD9CM'}
                index: 12
            codeICD10CA:
              match: {}
              schema:
                short: Code for representing the code for a problem that is selected from ICD-10 CA
                binding: {strength: required, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/ICD10CA'}
                index: 13
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 21
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 21}
  bodySite:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/anatomicaloracquiredbodystructurecode'}
    index: 14
  verificationStatus: {index: 3}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient']
    index: 15
    elements:
      reference: {mustSupport: true, index: 16}
    required: [reference]
package_version: 0.11.0
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-condition
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.11.0
required: [clinicalStatus, meta, code]