IL Core Implementation Guide
0.18.0 - draft Israel flag

This page is part of the IL-Core IG (v0.18.0: draft-1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Resource Profile: ILCore Condition Profile

Official URL: http://fhir.health.gov.il/StructureDefinition/il-core-condition Version: 0.18.0
Standards status: Trial-use Maturity Level: 1 Computable Name: ILCoreCondition

Israel Core proposed constraints and extensions on the Condition Resource

כללי

משאב Condition משמש לתיעוד מידע אודות מצב רפואי, בעיה, אבחנה או כל אירוע או סיטואציה הדורשים התייחסות, ניהול ו/או מעקב. בדומה לשאר משאבי הבסיס, הגדרת הבסיס של משאב Condition היא פתוחה ולא אוכפת מגבלות רבות.

פרופיל ILCoreCondtion מגדיר מספר כללים והגבלות על משאב הבסיס ובכך מסדיר סט מינימלי של חוקים במטרה להגביר את האחידות בשימוש במשאב זה במדינת ישראל, תוך התחשבות גם במגבלות שהוגדרו בפרופילי Core אחרים ובפרט ה-US Core.

עוד מידע על פרופיל זה ניתן למצוא באתר הקהילה

שדות חובה

בכל משאב התואם לפרופיל ILCoreCondition חייבים להיות האלמנטים הבאים:

  • קטגוריה אחת לפחות עם אחד מהערכים הבאים:
    • Problem List Item – פריט מתוך רשימת אבחנות המיועדות לניהול ומעקב לאורך זמן
    • Encounter Diagnosis – אבחנה\בעיה נקודתית שתועדה במהלך ביקור
    • Death diagnosis – אבחנה המהווה סיבת פטירה
    • ערך אחר – אך ורק במידה והערכים לעיל אינם מתאימים
  • קוד המזהה את האבחנה, בעיה או מצב רפואי
  • מטופל או קבוצה של מטופלים, התואמים לפרופילי ILCorePatient או ILCoreGroup בהתאמה

Must Suppot

בנוסף לאמנטים שהוגדרו כחובה, כל מערכת חייבת לתמוך גם באלמנטים הבאים במידה והם קיימים במופע ה-Condition שהתקבל:

  • clinicalStatus
  • verificationStatus

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Condition

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition 0..* Condition ILCore Condition Profile
... clinicalStatus S 0..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved
... verificationStatus S 0..1 CodeableConcept unconfirmed | provisional | differential | confirmed | refuted | entered-in-error
... category S 1..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: IL Core Condition Category Codes (extensible)
Example Valid Example: {"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}
... bodySite 0..* CodeableConcept Anatomical location, if relevant
Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"49521004","display":"Left external ear structure"}]}
... subject S 1..1 Reference(ILCore Patient Profile | ILCore Group Profile) Who has the condition?
... encounter 0..1 Reference(ILCore Encounter Profile) Encounter created as part of
... recorder 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Who recorded the condition
... asserter 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Person who asserts this condition
... stage
.... assessment 0..* Reference(ClinicalImpression | ILCore DiagnosticReport Profile | ILCore Observation Profile) Formal record of assessment

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Condition.categoryextensibleILCoreConditionCategory
http://fhir.health.gov.il/ValueSet/il-core-condition-category
from this IG
Condition.codeextensibleILCoreConditionCode
http://fhir.health.gov.il/ValueSet/il-core-condition-code
from this IG

Constraints

IdGradePath(s)DetailsRequirements
il-condition-sctwarningCondition.codeCondition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
: coding.where(system='http://snomed.info/sct' and code.exists()).exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition C 0..* Condition ILCore Condition Profile
con-3: Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item
con-4: If condition is abated, then clinicalStatus must be either inactive, resolved, or remission
con-5: Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... clinicalStatus ?!SΣC 0..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved
Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.

... category S 1..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: IL Core Condition Category Codes (extensible)

Example Valid Example: {"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}
... code SΣC 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: IL Core Condition Code (extensible)
il-condition-sct: Condition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"39065001","display":"Burn of ear"}]}
... bodySite Σ 0..* CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.



Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"49521004","display":"Left external ear structure"}]}
... subject SΣ 1..1 Reference(ILCore Patient Profile | ILCore Group Profile) Who has the condition?
... encounter Σ 0..1 Reference(ILCore Encounter Profile) Encounter created as part of
... recorder Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Who recorded the condition
... asserter Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Person who asserts this condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.clinicalStatusrequiredConditionClinicalStatusCodes
http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1
from the FHIR Standard
Condition.verificationStatusrequiredConditionVerificationStatus
http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1
from the FHIR Standard
Condition.categoryextensibleILCoreConditionCategory
http://fhir.health.gov.il/ValueSet/il-core-condition-category
from this IG
Condition.codeextensibleILCoreConditionCode
http://fhir.health.gov.il/ValueSet/il-core-condition-code
from this IG
Condition.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
il-condition-sctwarningCondition.codeCondition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
: coding.where(system='http://snomed.info/sct' and code.exists()).exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition C 0..* Condition ILCore Condition Profile
con-3: Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item
con-4: If condition is abated, then clinicalStatus must be either inactive, resolved, or remission
con-5: Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier External Ids for this condition
... clinicalStatus ?!SΣC 0..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved
Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.

... verificationStatus ?!SΣC 0..1 CodeableConcept unconfirmed | provisional | differential | confirmed | refuted | entered-in-error
Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.

... category S 1..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: IL Core Condition Category Codes (extensible)

Example Valid Example: {"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}
... severity 0..1 CodeableConcept Subjective severity of condition
Binding: Condition/DiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.

... code SΣC 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: IL Core Condition Code (extensible)
il-condition-sct: Condition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"39065001","display":"Burn of ear"}]}
... bodySite Σ 0..* CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.



Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"49521004","display":"Left external ear structure"}]}
... subject SΣ 1..1 Reference(ILCore Patient Profile | ILCore Group Profile) Who has the condition?
... encounter Σ 0..1 Reference(ILCore Encounter Profile) Encounter created as part of
... onset[x] Σ 0..1 Estimated or actual date, date-time, or age
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... abatement[x] C 0..1 When in resolution/remission
.... abatementDateTime dateTime
.... abatementAge Age
.... abatementPeriod Period
.... abatementRange Range
.... abatementString string
... recordedDate Σ 0..1 dateTime Date record was first recorded
... recorder Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Who recorded the condition
... asserter Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Person who asserts this condition
... stage C 0..* BackboneElement Stage/grade, usually assessed formally
con-1: Stage SHALL have summary or assessment
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... summary C 0..1 CodeableConcept Simple summary (disease specific)
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).

.... assessment C 0..* Reference(ClinicalImpression | ILCore DiagnosticReport Profile | ILCore Observation Profile) Formal record of assessment
.... type 0..1 CodeableConcept Kind of staging
Binding: ConditionStageType (example): Codes describing the kind of condition staging (e.g. clinical or pathological).

... evidence C 0..* BackboneElement Supporting evidence
con-2: evidence SHALL have code or details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code ΣC 0..* CodeableConcept Manifestation/symptom
Binding: ManifestationAndSymptomCodes (example): Codes that describe the manifestation or symptoms of a condition.


.... detail ΣC 0..* Reference(Resource) Supporting information found elsewhere
... note 0..* Annotation Additional information about the Condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Condition.clinicalStatusrequiredConditionClinicalStatusCodes
http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1
from the FHIR Standard
Condition.verificationStatusrequiredConditionVerificationStatus
http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1
from the FHIR Standard
Condition.categoryextensibleILCoreConditionCategory
http://fhir.health.gov.il/ValueSet/il-core-condition-category
from this IG
Condition.severitypreferredCondition/DiagnosisSeverity
http://hl7.org/fhir/ValueSet/condition-severity
from the FHIR Standard
Condition.codeextensibleILCoreConditionCode
http://fhir.health.gov.il/ValueSet/il-core-condition-code
from this IG
Condition.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard
Condition.stage.summaryexampleConditionStage
http://hl7.org/fhir/ValueSet/condition-stage
from the FHIR Standard
Condition.stage.typeexampleConditionStageType
http://hl7.org/fhir/ValueSet/condition-stage-type
from the FHIR Standard
Condition.evidence.codeexampleManifestationAndSymptomCodes
http://hl7.org/fhir/ValueSet/manifestation-or-symptom
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
il-condition-sctwarningCondition.codeCondition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
: coding.where(system='http://snomed.info/sct' and code.exists()).exists()

This structure is derived from Condition

Differential View

This structure is derived from Condition

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition 0..* Condition ILCore Condition Profile
... clinicalStatus S 0..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved
... verificationStatus S 0..1 CodeableConcept unconfirmed | provisional | differential | confirmed | refuted | entered-in-error
... category S 1..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: IL Core Condition Category Codes (extensible)
Example Valid Example: {"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}
... bodySite 0..* CodeableConcept Anatomical location, if relevant
Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"49521004","display":"Left external ear structure"}]}
... subject S 1..1 Reference(ILCore Patient Profile | ILCore Group Profile) Who has the condition?
... encounter 0..1 Reference(ILCore Encounter Profile) Encounter created as part of
... recorder 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Who recorded the condition
... asserter 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Person who asserts this condition
... stage
.... assessment 0..* Reference(ClinicalImpression | ILCore DiagnosticReport Profile | ILCore Observation Profile) Formal record of assessment

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Condition.categoryextensibleILCoreConditionCategory
http://fhir.health.gov.il/ValueSet/il-core-condition-category
from this IG
Condition.codeextensibleILCoreConditionCode
http://fhir.health.gov.il/ValueSet/il-core-condition-code
from this IG

Constraints

IdGradePath(s)DetailsRequirements
il-condition-sctwarningCondition.codeCondition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
: coding.where(system='http://snomed.info/sct' and code.exists()).exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition C 0..* Condition ILCore Condition Profile
con-3: Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item
con-4: If condition is abated, then clinicalStatus must be either inactive, resolved, or remission
con-5: Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... clinicalStatus ?!SΣC 0..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved
Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.

... category S 1..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: IL Core Condition Category Codes (extensible)

Example Valid Example: {"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}
... code SΣC 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: IL Core Condition Code (extensible)
il-condition-sct: Condition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"39065001","display":"Burn of ear"}]}
... bodySite Σ 0..* CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.



Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"49521004","display":"Left external ear structure"}]}
... subject SΣ 1..1 Reference(ILCore Patient Profile | ILCore Group Profile) Who has the condition?
... encounter Σ 0..1 Reference(ILCore Encounter Profile) Encounter created as part of
... recorder Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Who recorded the condition
... asserter Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Person who asserts this condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.clinicalStatusrequiredConditionClinicalStatusCodes
http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1
from the FHIR Standard
Condition.verificationStatusrequiredConditionVerificationStatus
http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1
from the FHIR Standard
Condition.categoryextensibleILCoreConditionCategory
http://fhir.health.gov.il/ValueSet/il-core-condition-category
from this IG
Condition.codeextensibleILCoreConditionCode
http://fhir.health.gov.il/ValueSet/il-core-condition-code
from this IG
Condition.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
il-condition-sctwarningCondition.codeCondition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
: coding.where(system='http://snomed.info/sct' and code.exists()).exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Condition C 0..* Condition ILCore Condition Profile
con-3: Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error and category is problem-list-item
con-4: If condition is abated, then clinicalStatus must be either inactive, resolved, or remission
con-5: Condition.clinicalStatus SHALL NOT be present if verification Status is entered-in-error
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier External Ids for this condition
... clinicalStatus ?!SΣC 0..1 CodeableConcept active | recurrence | relapse | inactive | remission | resolved
Binding: ConditionClinicalStatusCodes (required): The clinical status of the condition or diagnosis.

... verificationStatus ?!SΣC 0..1 CodeableConcept unconfirmed | provisional | differential | confirmed | refuted | entered-in-error
Binding: ConditionVerificationStatus (required): The verification status to support or decline the clinical status of the condition or diagnosis.

... category S 1..* CodeableConcept problem-list-item | encounter-diagnosis
Binding: IL Core Condition Category Codes (extensible)

Example Valid Example: {"coding":[{"system":"http://terminology.hl7.org/CodeSystem/condition-category","code":"encounter-diagnosis","display":"Encounter Diagnosis"}]}
... severity 0..1 CodeableConcept Subjective severity of condition
Binding: Condition/DiagnosisSeverity (preferred): A subjective assessment of the severity of the condition as evaluated by the clinician.

... code SΣC 1..1 CodeableConcept Identification of the condition, problem or diagnosis
Binding: IL Core Condition Code (extensible)
il-condition-sct: Condition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"39065001","display":"Burn of ear"}]}
... bodySite Σ 0..* CodeableConcept Anatomical location, if relevant
Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality.



Example Valid Example: {"coding":[{"system":"http://snomed.info/sct","code":"49521004","display":"Left external ear structure"}]}
... subject SΣ 1..1 Reference(ILCore Patient Profile | ILCore Group Profile) Who has the condition?
... encounter Σ 0..1 Reference(ILCore Encounter Profile) Encounter created as part of
... onset[x] Σ 0..1 Estimated or actual date, date-time, or age
.... onsetDateTime dateTime
.... onsetAge Age
.... onsetPeriod Period
.... onsetRange Range
.... onsetString string
... abatement[x] C 0..1 When in resolution/remission
.... abatementDateTime dateTime
.... abatementAge Age
.... abatementPeriod Period
.... abatementRange Range
.... abatementString string
... recordedDate Σ 0..1 dateTime Date record was first recorded
... recorder Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Who recorded the condition
... asserter Σ 0..1 Reference(ILCore Practitioner Profile | ILCore PractitionerRole Profile | ILCore Patient Profile | ILCore RelatedPerson Profile) Person who asserts this condition
... stage C 0..* BackboneElement Stage/grade, usually assessed formally
con-1: Stage SHALL have summary or assessment
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... summary C 0..1 CodeableConcept Simple summary (disease specific)
Binding: ConditionStage (example): Codes describing condition stages (e.g. Cancer stages).

.... assessment C 0..* Reference(ClinicalImpression | ILCore DiagnosticReport Profile | ILCore Observation Profile) Formal record of assessment
.... type 0..1 CodeableConcept Kind of staging
Binding: ConditionStageType (example): Codes describing the kind of condition staging (e.g. clinical or pathological).

... evidence C 0..* BackboneElement Supporting evidence
con-2: evidence SHALL have code or details
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code ΣC 0..* CodeableConcept Manifestation/symptom
Binding: ManifestationAndSymptomCodes (example): Codes that describe the manifestation or symptoms of a condition.


.... detail ΣC 0..* Reference(Resource) Supporting information found elsewhere
... note 0..* Annotation Additional information about the Condition

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Condition.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Condition.clinicalStatusrequiredConditionClinicalStatusCodes
http://hl7.org/fhir/ValueSet/condition-clinical|4.0.1
from the FHIR Standard
Condition.verificationStatusrequiredConditionVerificationStatus
http://hl7.org/fhir/ValueSet/condition-ver-status|4.0.1
from the FHIR Standard
Condition.categoryextensibleILCoreConditionCategory
http://fhir.health.gov.il/ValueSet/il-core-condition-category
from this IG
Condition.severitypreferredCondition/DiagnosisSeverity
http://hl7.org/fhir/ValueSet/condition-severity
from the FHIR Standard
Condition.codeextensibleILCoreConditionCode
http://fhir.health.gov.il/ValueSet/il-core-condition-code
from this IG
Condition.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
from the FHIR Standard
Condition.stage.summaryexampleConditionStage
http://hl7.org/fhir/ValueSet/condition-stage
from the FHIR Standard
Condition.stage.typeexampleConditionStageType
http://hl7.org/fhir/ValueSet/condition-stage-type
from the FHIR Standard
Condition.evidence.codeexampleManifestationAndSymptomCodes
http://hl7.org/fhir/ValueSet/manifestation-or-symptom
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
il-condition-sctwarningCondition.codeCondition.code.coding SHOULD contain a SNOMED-CT code. Other code systems included in the ValueSet are for historical purposes only
: coding.where(system='http://snomed.info/sct' and code.exists()).exists()

This structure is derived from Condition

 

Other representations of profile: CSV, Excel, Schematron