PackagesCanonicalsLogsProblems
    Packages
    il.core.fhir.r4@0.17.5
    http://fhir.health.gov.il/StructureDefinition/il-core-condition
description: Israel Core proposed constraints and extensions on the Condition Resource
package_name: il.core.fhir.r4
derivation: constraint
name: ILCoreCondition
type: Condition
elements:
  category:
    binding: {strength: extensible, valueSet: 'http://fhir.health.gov.il/ValueSet/il-core-condition-category'}
    mustSupport: true
    index: 2
  clinicalStatus: {mustSupport: true, index: 0}
  stage:
    elements:
      assessment:
        type: Reference
        refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-diagnostic-report', 'http://fhir.health.gov.il/StructureDefinition/il-core-observation', 'http://hl7.org/fhir/StructureDefinition/ClinicalImpression']
        index: 9
  encounter:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-encounter']
    index: 6
  asserter:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-patient', 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role', 'http://fhir.health.gov.il/StructureDefinition/il-core-related-person']
    index: 8
  recorder:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-patient', 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner', 'http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role', 'http://fhir.health.gov.il/StructureDefinition/il-core-related-person']
    index: 7
  code:
    binding: {strength: extensible, valueSet: 'http://fhir.health.gov.il/ValueSet/il-core-condition-code'}
    constraint:
      il-condition-sct: {human: Condition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only, source: 'http://fhir.health.gov.il/StructureDefinition/il-core-condition', severity: warning, expression: 'coding.where(system=''http://snomed.info/sct'' and code.exists()).exists()'}
    mustSupport: true
    index: 3
  bodySite: {index: 4}
  verificationStatus: {mustSupport: true, index: 1}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-group', 'http://fhir.health.gov.il/StructureDefinition/il-core-patient']
    index: 5
package_version: 0.17.5
class: profile
kind: resource
url: http://fhir.health.gov.il/StructureDefinition/il-core-condition
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 0.17.0
required: [category, code]