PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha.pds@2.0.0-alpha-preview-0.1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Condition-v2-draft
description: Proposed constraints and extensions on the Condition Resource
package_name: ca.on.oh.mha.pds
derivation: constraint
name: ConditionProfileV2Draft
type: Condition
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-condition'}
        index: 1
    required: [profile]
  verificationStatus:
    mustSupport: true
    index: 2
    elements:
      coding:
        mustSupport: true
        index: 3
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/condition-ver-status'}
            mustSupport: true
            index: 4
          code: {mustSupport: true, index: 5}
          display: {mustSupport: true, index: 6}
        required: [display, system, code]
    required: [coding]
  category: {index: 7}
  code:
    binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/confirmed-diagnosis'}
    mustSupport: true
    index: 8
    elements:
      coding:
        mustSupport: true
        index: 9
        elements:
          system: {mustSupport: true, index: 10}
          code: {mustSupport: true, index: 11}
          display: {mustSupport: true, index: 12}
        required: [display, system, code]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-patient']
    index: 13
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-encounter']
    index: 14
package_version: 2.0.0-alpha-preview-0.1
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-Condition-v2-draft
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 2.0.0
required: [meta, category, code]