PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@0.3.0
    http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-ca-ps
description: This profile represents the constraints applied to the Condition resource by the PS-CA project, which is informed by the constraints of the [Condition IPS-UV 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.infoway.io.psca
derivation: constraint
name: ConditionPSCA
type: Condition
elements:
  onset:
    choices: [onsetPeriod]
    index: 22
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema:
            choices: [onsetPeriod]
            index: 22
  category: {index: 2}
  clinicalStatus: {mustSupport: true, index: 0}
  onsetPeriod:
    type: Period
    choiceOf: onset
    index: 23
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema: {type: Period, choiceOf: onset, index: 23}
  abatement:
    choices: [abatementPeriod]
    index: 30
    slicing:
      slices:
        abatementPeriod:
          match: {}
          schema:
            choices: [abatementPeriod]
            index: 30
  abatementPeriod:
    type: Period
    choiceOf: abatement
    index: 31
    slicing:
      slices:
        abatementPeriod:
          match: {}
          schema: {type: Period, choiceOf: abatement, index: 31}
  asserter: {index: 32}
  severity:
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/severitycode'}
    index: 3
    elements:
      coding:
        index: 4
        slicing:
          rules: open
          description: Discriminated by the bound value set
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            severityLOINC:
              match: {}
              schema:
                short: Optional slice for representing the severity of a problem using the LOINC value set defined by IPS.
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/condition-severity-uv-ips'}
                index: 5
            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: 6
  code:
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
    index: 7
    elements:
      coding:
        index: 8
        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'}
                index: 9
            codeICD9CM:
              match: {}
              schema:
                short: Optional slice to reflect that ICD-9 CM is used in some Canadian jurisdictions for conditions
                binding: {strength: required, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/ICD9CM'}
                index: 10
            codeICD10CA:
              match: {}
              schema:
                short: Optional slice to reflect that ICD-10 CA is used in some Canadian jurisdictions for conditions
                binding: {strength: required, valueSet: 'http://fhir.infoway-inforoute.ca/io/psca/ValueSet/ICD10CA'}
                index: 11
            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: 12
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 20
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 20}
  bodySite:
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/anatomicaloracquiredbodystructurecode'}
    index: 13
  abatementDateTime:
    type: dateTime
    choiceOf: abatement
    index: 28
    slicing:
      slices:
        abatementDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: abatement, index: 28}
  verificationStatus: {index: 1}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps']
    index: 14
    elements:
      reference: {mustSupport: true, index: 15}
    required: [reference]
package_version: 0.3.0
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-ca-ps
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.3.0
required: [clinicalStatus, code]