PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@2.0.1-DFT-Ballot
    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: 14
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema:
            choices: [onsetPeriod]
            index: 14
  category:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/condition-category'}
    index: 2
  clinicalStatus: {mustSupport: true, index: 0}
  onsetPeriod:
    type: Period
    choiceOf: onset
    index: 15
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema: {type: Period, choiceOf: onset, index: 15}
  severity:
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/severitycode'}
    index: 3
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/clinicalfindingcode'}
    mustSupport: true
    index: 4
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 12
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 12}
  bodySite:
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/anatomicaloracquiredbodystructurecode'}
    index: 5
  verificationStatus: {index: 1}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps']
    index: 6
    elements:
      reference: {mustSupport: true, index: 7}
    required: [reference]
package_version: 2.0.1-DFT-Ballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/condition-ca-ps
base: http://hl7.org/fhir/StructureDefinition/Condition
version: null
required: [code]