This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Defining URL: | http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbidities-elixhauser |
Version: | 1.16.0 |
Name: | ComorbiditiesElixhauser |
Title: | Comorbidities Elixhauser |
Status: | Active as of 2021-04-15T12:44:45+00:00 |
Definition: | Comorbid condition checklist and optional risk score, using Elixhauser comorbidity categories as defined by the Agency for Healthcare Research and Quality (AHRQ) Healthcare Cost and Utilization Project (H-CUP). |
Publisher: | HL7 International Clinical Interoperability Council |
Source Resource: | XML / JSON / Turtle |
The official URL for this profile is:
http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbidities-elixhauser
“Comorbidity” speaks to the presence of more than one distinct condition in an individual. Typically, the term refers to additional disorders relative to a current “index” disease (Valderas, et al.).
Co-occurring disorders are typically treated as high-level categories, for example, “dementia” or “renal disease”. Comorbidity categories are not universal, but rather, selected because of their clinical significance to the diagnosis, prognosis, or treatment of the index disease. The comorbidities significant in COVID-19 treatment are different than those for congestive heart failure.
Notwithstanding, there are several general models used to note the presence of multiple disease categories in one individual, typically used to calculate a morbidity burden or risk score.The Charlson Index is one of the most widely used indices, but there are dozens of others (DeGroot et al.).
The current profile captures comorbidities in the form of a checklist, based on one of these general models, the Elixhauser Comorbidity Index.
The Elixhauser Index categorizes comorbidities using International Classification of Diseases (ICD) diagnosis codes. Each comorbidity category is dichotomous – it is either present or it is not. The Index can be used to predict hospital resource use and in-hospital mortality (see https://pubmed.ncbi.nlm.nih.gov/9431328).
Over time, there have been changes to the Index. The list of specific ICD diagnosis codes was updated from ICD-9-CM to ICD-10, and categories have been been revised. As a result, there are different versions of the categories and associated ICD-10 codes. The particular version used here was defined by the Agency for Healthcare Research and Quality (AHRQ) Healthcare Cost and Utilization Project (H-CUP) (see https://www.hcup-us.ahrq.gov/toolssoftware/comorbidityicd10/comorbidity_icd10.jsp).
In this profile, each comorbidity category is represented by a component (Observation.component
). Each component is identified by a code, and has the same set of coded values: present, absent, or unknown.
If a comorbidity is present, the user can optionally supply a specific code detailing the disease, or provide link to an existing Condition resource.
For any component, “present” or “absent” refers back to a comorbidity category defined by Observation.component
.code. Since there are no existing codes for individual Elixhauser categories, mCODE provides them. For example, a component relating to congestive heart failure (CHF) will have component.code.coding.system
of http://hl7.org/fhir/us/mcode/CodeSystem/mcode-elixhauser-category-cs
and component.code.coding.code
“CHF”. The implication is that the patient has a disease found in the specific version of Elixhauser CHF codes corresponding to the definition of the “CHF” code; in this case, one of the codes in Elixhauser Comorbid Condition Value Set for Congestive Heart Failure.
If an overall score is calculated, it should be recorded in Observation.value[x]
. This is not required.
This profile assumes the current focus or “index” condition is the patient’s cancer. Typically, a cancer condition would not be considered a comorbidity in a cancer patient, but it is possible that there could be pre-existing or concurrent cancer condition could be included in the list of comorbidities. There are many comorbidity categories, and usually only the comorbidities that are present are worth recording. However, if there is a need to know a comorbidity is not present, it can be documented using the current structure. Reporting of the actual condition, by reference or by code, is not required.
Observation resources associated with an mCODE patient with Observation.code
of LNC#78923-0 MUST conform to this profile. Beyond this requirement, a producer of resources SHOULD ensure that any resource instance associated with an mCODE patient that would reasonably be expected to conform to this profile SHOULD be published in this form.
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from ComorbiditiesParent
Summary
Must-Support: 272 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
This structure is derived from ComorbiditiesParent
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Observation | 0..* | ComorbiditiesParent | Measurements and simple assertions | |
status | S | 1..1 | code | registered | preliminary | final | amended + |
code | S | 1..1 | CodeableConcept | Type of observation (code / type) Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://loinc.org | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 78923-0 | |
display | 1..1 | string | Representation defined by the system Fixed Value: Comorbid condition panel | |
subject | S | 0..1 | Reference(Patient | Group | Device | Location) | Who and/or what the observation is about |
focus | S | 0..* | Reference(Primary Cancer Condition) | The Index Condition |
effective[x] | S | 0..1 | dateTime, Period, Timing, instant | Clinically relevant time/time-period for observation |
component | S | 0..* | (Slice Definition) | Component results Slice: Unordered, Closed by pattern:code |
component:All Slices | Content/Rules for all slices | |||
value[x] | 0..1 | CodeableConcept | Actual component result Binding: Present-Absent-Unknown (required) | |
component:aids | S | 0..1 | BackboneElement | Acquired Immune Deficiency Syndrome |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for HIV-AIDS (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: AIDS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:alcoholAbuse | S | 0..1 | BackboneElement | Alcohol Abuse |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Alcohol Abuse (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALCOHOL | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:deficiencyAnemia | S | 0..1 | BackboneElement | DeficiencyAnemia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Deficiency Anemia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ANEMDF | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:arthropathy | S | 0..1 | BackboneElement | Arthropathy |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Rheumatoid Arthritis and collagen vascular diseases. (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ARTH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:bloodLossAnemia | S | 0..1 | BackboneElement | Chronic Blood Loss Anemia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Blood Loss Anemia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BLDLOSS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerLeukemia | S | 0..1 | BackboneElement | Leukemia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Leukemia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LEUK | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerLymphoma | S | 0..1 | BackboneElement | Lymphoma |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Lymphoma (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LYMPH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerMetastatic | S | 0..1 | BackboneElement | Metastatic Cancer |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Metastatic cancer (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_METS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerSolidInSitu | S | 0..1 | BackboneElement | Solid tumor without metastasis, in situ |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors in situ (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_NSITU | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerSolidMalignant | S | 0..1 | BackboneElement | Solid tumor without metastasis, malignant |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors without metastases (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_SOLID | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cerebrovascular | S | 0..1 | BackboneElement | Cerebrovascular disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Cerebrovascular Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CBVD | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:congestiveHeartFailure | S | 0..1 | BackboneElement | CongestiveHeartFailure |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Congestive Heart Failure (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CHF | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:coagulopathy | S | 0..1 | BackboneElement | Coagulation Deficiency |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Coagulation Deficiency (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: COAG | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:dementia | S | 0..1 | BackboneElement | Dementia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Dementia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEMENTIA | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:depression | S | 0..1 | BackboneElement | Depression |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Depression (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEPRESS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:diabetesUncomplicated | S | 0..1 | BackboneElement | Diabetes with chronic complications |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes without chronic complications (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_CX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:diabetesComplicated | S | 0..1 | BackboneElement | Diabetes without chronic complications |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes with chronic complications (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_UNCX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:drugAbuse | S | 0..1 | BackboneElement | Drug Abuse |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for drug abuse (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DRUG_ABUSE | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:hypertensionComplicated | S | 0..1 | BackboneElement | Hypertension, Complicated |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Complicated (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_CX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:hypertensionUncomplicated | S | 0..1 | BackboneElement | Hypertension, Uncomplicated |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Uncomplicated (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_UNCX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:liverDiseaseMild | S | 0..1 | BackboneElement | Mild Liver Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Mild Liver Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_MLD | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:liverDiseaseSevere | S | 0..1 | BackboneElement | Moderate to Severe Liver Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate to Severe Liver Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_SEV | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:chronicPulmonaryDisease | S | 0..1 | BackboneElement | Chronic pulmonary disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic Pulmonary Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LUNG_CHRONIC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:neurologicalMovement | S | 0..1 | BackboneElement | Neurological disorders affecting movement |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Movement Disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_MOVT | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:neurologicalOther | S | 0..1 | BackboneElement | Other neurological disorders |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Neurological Disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_OTH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:neurologicalSeizure | S | 0..1 | BackboneElement | Seizures and epilepsy |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Seizure Disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_SEIZ | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:obesity | S | 0..1 | BackboneElement | Obesity |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Obesity (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: OBESE | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:paralysis | S | 0..1 | BackboneElement | Paralysis |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Paralysis (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PARALYSIS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:peripheralVascularDisease | S | 0..1 | BackboneElement | Peripheral Vascular Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Peripheral vascular disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PERIVASC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:psychosis | S | 0..1 | BackboneElement | Psychosis |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Psychosis (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PSYCHOSIS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:pulmonaryCirculationDisorder | S | 0..1 | BackboneElement | Pulmonary Circulation Disorders |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Pulmonary circulation disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PULMCIRC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:renalFailureModerate | S | 0..1 | BackboneElement | Moderate Renal Failure |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate Renal Failure (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_MOD | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:renalFailureSevere | S | 0..1 | BackboneElement | Severe Renal Failure |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Severe Renal Failure (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_SEV | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:hypothyroidism | S | 0..1 | BackboneElement | Hypothyroidism |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypothyroidism (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_HYPO | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:thyroidOther | S | 0..1 | BackboneElement | Other Thyroid Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Thyroid Disorder (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_OTH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:ulcer | S | 0..1 | BackboneElement | Ulcer |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic peptic ulcer disease. (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ULCER_PEPTIC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:valvularDisease | S | 0..1 | BackboneElement | Valvular Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Valvular disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VALVE | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:weightLoss | S | 0..1 | BackboneElement | Weight Loss |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Weight loss (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: WGHTLOSS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Observation | I | 0..* | ComorbiditiesParent | Measurements and simple assertions |
id | Σ | 0..1 | string | 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 |
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages: A human language. | |
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 | Business Identifier for observation |
basedOn | Σ | 0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Fulfills plan, proposal or order |
partOf | Σ | 0..* | Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy) | Part of referenced event |
status | ?!SΣ | 1..1 | code | registered | preliminary | final | amended + Binding: ObservationStatus (required): Codes providing the status of an observation. |
category | 0..* | CodeableConcept | Classification of type of observation Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories. | |
code | SΣ | 1..1 | CodeableConcept | Type of observation (code / type) Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://loinc.org | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 78923-0 | |
display | 1..1 | string | Representation defined by the system Fixed Value: Comorbid condition panel | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
subject | SΣ | 0..1 | Reference(Patient | Group | Device | Location) | Who and/or what the observation is about |
focus | SΣ | 0..* | Reference(Primary Cancer Condition) | The Index Condition |
encounter | Σ | 0..1 | Reference(Encounter) | Healthcare event during which this observation is made |
effective[x] | SΣ | 0..1 | Clinically relevant time/time-period for observation | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
effectiveTiming | Timing | |||
effectiveInstant | instant | |||
issued | Σ | 0..1 | instant | Date/Time this version was made available |
performer | Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson) | Who is responsible for the observation |
value[x] | ΣI | 0..1 | Actual result | |
valueQuantity | Quantity | |||
valueCodeableConcept | CodeableConcept | |||
valueString | string | |||
valueBoolean | boolean | |||
valueInteger | integer | |||
valueRange | Range | |||
valueRatio | Ratio | |||
valueSampledData | SampledData | |||
valueTime | time | |||
valueDateTime | dateTime | |||
valuePeriod | Period | |||
dataAbsentReason | I | 0..1 | CodeableConcept | Why the result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
note | 0..* | Annotation | Comments about the observation | |
bodySite | 0..1 | CodeableConcept | Not used in this profile Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality. | |
method | 0..1 | CodeableConcept | How it was done Binding: ObservationMethods (example): Methods for simple observations. | |
specimen | 0..1 | Reference(Specimen) | Not used in this profile | |
device | 0..1 | Reference(Device | DeviceMetric) | Not used in this profile | |
referenceRange | I | 0..* | BackboneElement | Provides guide for interpretation obs-3: Must have at least a low or a high or text |
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 |
low | I | 0..1 | SimpleQuantity | Low Range, if relevant |
high | I | 0..1 | SimpleQuantity | High Range, if relevant |
type | 0..1 | CodeableConcept | Reference range qualifier Binding: ObservationReferenceRangeMeaningCodes (preferred): Code for the meaning of a reference range. | |
appliesTo | 0..* | CodeableConcept | Reference range population Binding: ObservationReferenceRangeAppliesToCodes (example): Codes identifying the population the reference range applies to. | |
age | 0..1 | Range | Applicable age range, if relevant | |
text | 0..1 | string | Text based reference range in an observation | |
hasMember | Σ | 0..* | Reference(Observation | QuestionnaireResponse | MolecularSequence) | Related resource that belongs to the Observation group |
derivedFrom | Σ | 0..* | Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence) | Related measurements the observation is made from |
component | SΣ | 0..* | (Slice Definition) | Component results Slice: Unordered, Closed by pattern:code |
component:All Slices | Content/Rules for all slices | |||
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Extensions to capture specific conditions that fall into the given category. Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result Binding: Present-Absent-Unknown (required) |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:aids | SΣ | 0..1 | BackboneElement | Acquired Immune Deficiency Syndrome |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for HIV-AIDS (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: AIDS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:alcoholAbuse | SΣ | 0..1 | BackboneElement | Alcohol Abuse |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Alcohol Abuse (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALCOHOL | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:deficiencyAnemia | SΣ | 0..1 | BackboneElement | DeficiencyAnemia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Deficiency Anemia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ANEMDF | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:arthropathy | SΣ | 0..1 | BackboneElement | Arthropathy |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Rheumatoid Arthritis and collagen vascular diseases. (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ARTH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:bloodLossAnemia | SΣ | 0..1 | BackboneElement | Chronic Blood Loss Anemia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Blood Loss Anemia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BLDLOSS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerLeukemia | SΣ | 0..1 | BackboneElement | Leukemia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Leukemia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LEUK | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerLymphoma | SΣ | 0..1 | BackboneElement | Lymphoma |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Lymphoma (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LYMPH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerMetastatic | SΣ | 0..1 | BackboneElement | Metastatic Cancer |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Metastatic cancer (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_METS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerSolidInSitu | SΣ | 0..1 | BackboneElement | Solid tumor without metastasis, in situ |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors in situ (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_NSITU | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerSolidMalignant | SΣ | 0..1 | BackboneElement | Solid tumor without metastasis, malignant |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors without metastases (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_SOLID | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cerebrovascular | SΣ | 0..1 | BackboneElement | Cerebrovascular disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Cerebrovascular Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CBVD | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:congestiveHeartFailure | SΣ | 0..1 | BackboneElement | CongestiveHeartFailure |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Congestive Heart Failure (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CHF | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:coagulopathy | SΣ | 0..1 | BackboneElement | Coagulation Deficiency |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Coagulation Deficiency (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: COAG | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:dementia | SΣ | 0..1 | BackboneElement | Dementia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Dementia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEMENTIA | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:depression | SΣ | 0..1 | BackboneElement | Depression |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Depression (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEPRESS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:diabetesUncomplicated | SΣ | 0..1 | BackboneElement | Diabetes with chronic complications |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes without chronic complications (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_CX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:diabetesComplicated | SΣ | 0..1 | BackboneElement | Diabetes without chronic complications |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes with chronic complications (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_UNCX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:drugAbuse | SΣ | 0..1 | BackboneElement | Drug Abuse |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for drug abuse (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DRUG_ABUSE | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:hypertensionComplicated | SΣ | 0..1 | BackboneElement | Hypertension, Complicated |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Complicated (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_CX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:hypertensionUncomplicated | SΣ | 0..1 | BackboneElement | Hypertension, Uncomplicated |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Uncomplicated (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_UNCX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:liverDiseaseMild | SΣ | 0..1 | BackboneElement | Mild Liver Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Mild Liver Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_MLD | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:liverDiseaseSevere | SΣ | 0..1 | BackboneElement | Moderate to Severe Liver Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate to Severe Liver Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_SEV | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:chronicPulmonaryDisease | SΣ | 0..1 | BackboneElement | Chronic pulmonary disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic Pulmonary Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LUNG_CHRONIC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:neurologicalMovement | SΣ | 0..1 | BackboneElement | Neurological disorders affecting movement |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Movement Disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_MOVT | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:neurologicalOther | SΣ | 0..1 | BackboneElement | Other neurological disorders |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Neurological Disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_OTH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:neurologicalSeizure | SΣ | 0..1 | BackboneElement | Seizures and epilepsy |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Seizure Disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_SEIZ | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:obesity | SΣ | 0..1 | BackboneElement | Obesity |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Obesity (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: OBESE | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:paralysis | SΣ | 0..1 | BackboneElement | Paralysis |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Paralysis (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PARALYSIS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:peripheralVascularDisease | SΣ | 0..1 | BackboneElement | Peripheral Vascular Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Peripheral vascular disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PERIVASC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:psychosis | SΣ | 0..1 | BackboneElement | Psychosis |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Psychosis (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PSYCHOSIS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:pulmonaryCirculationDisorder | SΣ | 0..1 | BackboneElement | Pulmonary Circulation Disorders |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Pulmonary circulation disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PULMCIRC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:renalFailureModerate | SΣ | 0..1 | BackboneElement | Moderate Renal Failure |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate Renal Failure (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_MOD | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:renalFailureSevere | SΣ | 0..1 | BackboneElement | Severe Renal Failure |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Severe Renal Failure (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_SEV | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:hypothyroidism | SΣ | 0..1 | BackboneElement | Hypothyroidism |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypothyroidism (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_HYPO | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:thyroidOther | SΣ | 0..1 | BackboneElement | Other Thyroid Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Thyroid Disorder (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_OTH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:ulcer | SΣ | 0..1 | BackboneElement | Ulcer |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic peptic ulcer disease. (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ULCER_PEPTIC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:valvularDisease | SΣ | 0..1 | BackboneElement | Valvular Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Valvular disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VALVE | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:weightLoss | SΣ | 0..1 | BackboneElement | Weight Loss |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Weight loss (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: WGHTLOSS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Observation | I | 0..* | ComorbiditiesParent | Measurements and simple assertions |
status | ?!Σ | 1..1 | code | registered | preliminary | final | amended + Binding: ObservationStatus (required): Codes providing the status of an observation. |
code | Σ | 1..1 | CodeableConcept | Type of observation (code / type) Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://loinc.org | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 78923-0 | |
display | 1..1 | string | Representation defined by the system Fixed Value: Comorbid condition panel | |
subject | Σ | 0..1 | Reference(Patient | Group | Device | Location) | Who and/or what the observation is about |
focus | Σ | 0..* | Reference(Primary Cancer Condition) | The Index Condition |
effective[x] | Σ | 0..1 | Clinically relevant time/time-period for observation | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
effectiveTiming | Timing | |||
effectiveInstant | instant | |||
component | Σ | 0..* | (Slice Definition) | Component results Slice: Unordered, Closed by pattern:code |
component:aids | Σ | 0..1 | BackboneElement | Acquired Immune Deficiency Syndrome |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: AIDS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:alcoholAbuse | Σ | 0..1 | BackboneElement | Alcohol Abuse |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALCOHOL | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:deficiencyAnemia | Σ | 0..1 | BackboneElement | DeficiencyAnemia |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ANEMDF | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:arthropathy | Σ | 0..1 | BackboneElement | Arthropathy |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ARTH | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:bloodLossAnemia | Σ | 0..1 | BackboneElement | Chronic Blood Loss Anemia |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BLDLOSS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:cancerLeukemia | Σ | 0..1 | BackboneElement | Leukemia |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LEUK | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:cancerLymphoma | Σ | 0..1 | BackboneElement | Lymphoma |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LYMPH | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:cancerMetastatic | Σ | 0..1 | BackboneElement | Metastatic Cancer |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_METS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:cancerSolidInSitu | Σ | 0..1 | BackboneElement | Solid tumor without metastasis, in situ |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_NSITU | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:cancerSolidMalignant | Σ | 0..1 | BackboneElement | Solid tumor without metastasis, malignant |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_SOLID | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:cerebrovascular | Σ | 0..1 | BackboneElement | Cerebrovascular disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CBVD | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:congestiveHeartFailure | Σ | 0..1 | BackboneElement | CongestiveHeartFailure |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CHF | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:coagulopathy | Σ | 0..1 | BackboneElement | Coagulation Deficiency |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: COAG | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:dementia | Σ | 0..1 | BackboneElement | Dementia |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEMENTIA | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:depression | Σ | 0..1 | BackboneElement | Depression |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEPRESS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:diabetesUncomplicated | Σ | 0..1 | BackboneElement | Diabetes with chronic complications |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_CX | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:diabetesComplicated | Σ | 0..1 | BackboneElement | Diabetes without chronic complications |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_UNCX | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:drugAbuse | Σ | 0..1 | BackboneElement | Drug Abuse |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DRUG_ABUSE | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:hypertensionComplicated | Σ | 0..1 | BackboneElement | Hypertension, Complicated |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_CX | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:hypertensionUncomplicated | Σ | 0..1 | BackboneElement | Hypertension, Uncomplicated |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_UNCX | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:liverDiseaseMild | Σ | 0..1 | BackboneElement | Mild Liver Disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_MLD | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:liverDiseaseSevere | Σ | 0..1 | BackboneElement | Moderate to Severe Liver Disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_SEV | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:chronicPulmonaryDisease | Σ | 0..1 | BackboneElement | Chronic pulmonary disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LUNG_CHRONIC | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:neurologicalMovement | Σ | 0..1 | BackboneElement | Neurological disorders affecting movement |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_MOVT | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:neurologicalOther | Σ | 0..1 | BackboneElement | Other neurological disorders |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_OTH | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:neurologicalSeizure | Σ | 0..1 | BackboneElement | Seizures and epilepsy |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_SEIZ | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:obesity | Σ | 0..1 | BackboneElement | Obesity |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: OBESE | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:paralysis | Σ | 0..1 | BackboneElement | Paralysis |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PARALYSIS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:peripheralVascularDisease | Σ | 0..1 | BackboneElement | Peripheral Vascular Disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PERIVASC | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:psychosis | Σ | 0..1 | BackboneElement | Psychosis |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PSYCHOSIS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:pulmonaryCirculationDisorder | Σ | 0..1 | BackboneElement | Pulmonary Circulation Disorders |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PULMCIRC | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:renalFailureModerate | Σ | 0..1 | BackboneElement | Moderate Renal Failure |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_MOD | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:renalFailureSevere | Σ | 0..1 | BackboneElement | Severe Renal Failure |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_SEV | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:hypothyroidism | Σ | 0..1 | BackboneElement | Hypothyroidism |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_HYPO | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:thyroidOther | Σ | 0..1 | BackboneElement | Other Thyroid Disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_OTH | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:ulcer | Σ | 0..1 | BackboneElement | Ulcer |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ULCER_PEPTIC | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:valvularDisease | Σ | 0..1 | BackboneElement | Valvular Disease |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VALVE | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
component:weightLoss | Σ | 0..1 | BackboneElement | Weight Loss |
extension | 0..* | Extension | Extension Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: WGHTLOSS | |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
Documentation for this format |
This structure is derived from ComorbiditiesParent
Summary
Must-Support: 272 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Differential View
This structure is derived from ComorbiditiesParent
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Observation | 0..* | ComorbiditiesParent | Measurements and simple assertions | |
status | S | 1..1 | code | registered | preliminary | final | amended + |
code | S | 1..1 | CodeableConcept | Type of observation (code / type) Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://loinc.org | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 78923-0 | |
display | 1..1 | string | Representation defined by the system Fixed Value: Comorbid condition panel | |
subject | S | 0..1 | Reference(Patient | Group | Device | Location) | Who and/or what the observation is about |
focus | S | 0..* | Reference(Primary Cancer Condition) | The Index Condition |
effective[x] | S | 0..1 | dateTime, Period, Timing, instant | Clinically relevant time/time-period for observation |
component | S | 0..* | (Slice Definition) | Component results Slice: Unordered, Closed by pattern:code |
component:All Slices | Content/Rules for all slices | |||
value[x] | 0..1 | CodeableConcept | Actual component result Binding: Present-Absent-Unknown (required) | |
component:aids | S | 0..1 | BackboneElement | Acquired Immune Deficiency Syndrome |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for HIV-AIDS (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: AIDS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:alcoholAbuse | S | 0..1 | BackboneElement | Alcohol Abuse |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Alcohol Abuse (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALCOHOL | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:deficiencyAnemia | S | 0..1 | BackboneElement | DeficiencyAnemia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Deficiency Anemia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ANEMDF | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:arthropathy | S | 0..1 | BackboneElement | Arthropathy |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Rheumatoid Arthritis and collagen vascular diseases. (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ARTH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:bloodLossAnemia | S | 0..1 | BackboneElement | Chronic Blood Loss Anemia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Blood Loss Anemia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BLDLOSS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerLeukemia | S | 0..1 | BackboneElement | Leukemia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Leukemia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LEUK | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerLymphoma | S | 0..1 | BackboneElement | Lymphoma |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Lymphoma (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LYMPH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerMetastatic | S | 0..1 | BackboneElement | Metastatic Cancer |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Metastatic cancer (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_METS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerSolidInSitu | S | 0..1 | BackboneElement | Solid tumor without metastasis, in situ |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors in situ (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_NSITU | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cancerSolidMalignant | S | 0..1 | BackboneElement | Solid tumor without metastasis, malignant |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors without metastases (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_SOLID | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:cerebrovascular | S | 0..1 | BackboneElement | Cerebrovascular disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Cerebrovascular Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CBVD | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:congestiveHeartFailure | S | 0..1 | BackboneElement | CongestiveHeartFailure |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Congestive Heart Failure (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CHF | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:coagulopathy | S | 0..1 | BackboneElement | Coagulation Deficiency |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Coagulation Deficiency (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: COAG | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:dementia | S | 0..1 | BackboneElement | Dementia |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Dementia (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEMENTIA | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:depression | S | 0..1 | BackboneElement | Depression |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Depression (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEPRESS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:diabetesUncomplicated | S | 0..1 | BackboneElement | Diabetes with chronic complications |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes without chronic complications (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_CX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:diabetesComplicated | S | 0..1 | BackboneElement | Diabetes without chronic complications |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes with chronic complications (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_UNCX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:drugAbuse | S | 0..1 | BackboneElement | Drug Abuse |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for drug abuse (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DRUG_ABUSE | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:hypertensionComplicated | S | 0..1 | BackboneElement | Hypertension, Complicated |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Complicated (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_CX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:hypertensionUncomplicated | S | 0..1 | BackboneElement | Hypertension, Uncomplicated |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Uncomplicated (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_UNCX | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:liverDiseaseMild | S | 0..1 | BackboneElement | Mild Liver Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Mild Liver Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_MLD | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:liverDiseaseSevere | S | 0..1 | BackboneElement | Moderate to Severe Liver Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate to Severe Liver Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_SEV | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:chronicPulmonaryDisease | S | 0..1 | BackboneElement | Chronic pulmonary disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic Pulmonary Disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LUNG_CHRONIC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:neurologicalMovement | S | 0..1 | BackboneElement | Neurological disorders affecting movement |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Movement Disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_MOVT | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:neurologicalOther | S | 0..1 | BackboneElement | Other neurological disorders |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Neurological Disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_OTH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:neurologicalSeizure | S | 0..1 | BackboneElement | Seizures and epilepsy |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Seizure Disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_SEIZ | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:obesity | S | 0..1 | BackboneElement | Obesity |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Obesity (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: OBESE | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:paralysis | S | 0..1 | BackboneElement | Paralysis |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Paralysis (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PARALYSIS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:peripheralVascularDisease | S | 0..1 | BackboneElement | Peripheral Vascular Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Peripheral vascular disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PERIVASC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:psychosis | S | 0..1 | BackboneElement | Psychosis |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Psychosis (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PSYCHOSIS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:pulmonaryCirculationDisorder | S | 0..1 | BackboneElement | Pulmonary Circulation Disorders |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Pulmonary circulation disorders (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PULMCIRC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:renalFailureModerate | S | 0..1 | BackboneElement | Moderate Renal Failure |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate Renal Failure (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_MOD | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:renalFailureSevere | S | 0..1 | BackboneElement | Severe Renal Failure |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Severe Renal Failure (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_SEV | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:hypothyroidism | S | 0..1 | BackboneElement | Hypothyroidism |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypothyroidism (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_HYPO | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:thyroidOther | S | 0..1 | BackboneElement | Other Thyroid Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Thyroid Disorder (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_OTH | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:ulcer | S | 0..1 | BackboneElement | Ulcer |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic peptic ulcer disease. (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ULCER_PEPTIC | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:valvularDisease | S | 0..1 | BackboneElement | Valvular Disease |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Valvular disease (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VALVE | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
component:weightLoss | S | 0..1 | BackboneElement | Weight Loss |
extension | S | 0..* | Extension | Extension |
extension:conditionCode | S | 0..* | ComorbidConditionCode | Specific Condition Code for Comorbidity |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Weight loss (required) | |
extension:conditionReference | S | 0..* | ComorbidConditionReference | Specific Condition Reference for Comorbidity |
code | S | 1..1 | CodeableConcept | Code representing the comorbidity category Required Pattern: At least the following |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: WGHTLOSS | |
value[x] | S | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | S | 0..1 | CodeableConcept | Why the component result is missing |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Observation | I | 0..* | ComorbiditiesParent | Measurements and simple assertions |
id | Σ | 0..1 | string | 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 |
language | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred) Max Binding: AllLanguages: A human language. | |
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 | Business Identifier for observation |
basedOn | Σ | 0..* | Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest) | Fulfills plan, proposal or order |
partOf | Σ | 0..* | Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy) | Part of referenced event |
status | ?!SΣ | 1..1 | code | registered | preliminary | final | amended + Binding: ObservationStatus (required): Codes providing the status of an observation. |
category | 0..* | CodeableConcept | Classification of type of observation Binding: ObservationCategoryCodes (preferred): Codes for high level observation categories. | |
code | SΣ | 1..1 | CodeableConcept | Type of observation (code / type) Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://loinc.org | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: 78923-0 | |
display | 1..1 | string | Representation defined by the system Fixed Value: Comorbid condition panel | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
subject | SΣ | 0..1 | Reference(Patient | Group | Device | Location) | Who and/or what the observation is about |
focus | SΣ | 0..* | Reference(Primary Cancer Condition) | The Index Condition |
encounter | Σ | 0..1 | Reference(Encounter) | Healthcare event during which this observation is made |
effective[x] | SΣ | 0..1 | Clinically relevant time/time-period for observation | |
effectiveDateTime | dateTime | |||
effectivePeriod | Period | |||
effectiveTiming | Timing | |||
effectiveInstant | instant | |||
issued | Σ | 0..1 | instant | Date/Time this version was made available |
performer | Σ | 0..* | Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson) | Who is responsible for the observation |
value[x] | ΣI | 0..1 | Actual result | |
valueQuantity | Quantity | |||
valueCodeableConcept | CodeableConcept | |||
valueString | string | |||
valueBoolean | boolean | |||
valueInteger | integer | |||
valueRange | Range | |||
valueRatio | Ratio | |||
valueSampledData | SampledData | |||
valueTime | time | |||
valueDateTime | dateTime | |||
valuePeriod | Period | |||
dataAbsentReason | I | 0..1 | CodeableConcept | Why the result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
note | 0..* | Annotation | Comments about the observation | |
bodySite | 0..1 | CodeableConcept | Not used in this profile Binding: SNOMEDCTBodyStructures (example): Codes describing anatomical locations. May include laterality. | |
method | 0..1 | CodeableConcept | How it was done Binding: ObservationMethods (example): Methods for simple observations. | |
specimen | 0..1 | Reference(Specimen) | Not used in this profile | |
device | 0..1 | Reference(Device | DeviceMetric) | Not used in this profile | |
referenceRange | I | 0..* | BackboneElement | Provides guide for interpretation obs-3: Must have at least a low or a high or text |
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 |
low | I | 0..1 | SimpleQuantity | Low Range, if relevant |
high | I | 0..1 | SimpleQuantity | High Range, if relevant |
type | 0..1 | CodeableConcept | Reference range qualifier Binding: ObservationReferenceRangeMeaningCodes (preferred): Code for the meaning of a reference range. | |
appliesTo | 0..* | CodeableConcept | Reference range population Binding: ObservationReferenceRangeAppliesToCodes (example): Codes identifying the population the reference range applies to. | |
age | 0..1 | Range | Applicable age range, if relevant | |
text | 0..1 | string | Text based reference range in an observation | |
hasMember | Σ | 0..* | Reference(Observation | QuestionnaireResponse | MolecularSequence) | Related resource that belongs to the Observation group |
derivedFrom | Σ | 0..* | Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence) | Related measurements the observation is made from |
component | SΣ | 0..* | (Slice Definition) | Component results Slice: Unordered, Closed by pattern:code |
component:All Slices | Content/Rules for all slices | |||
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Extensions to capture specific conditions that fall into the given category. Slice: Unordered, Open by value:url | |
mcode-comorbid-condition-code | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code | |
mcode-comorbid-condition-reference | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference | |
code | Σ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. |
value[x] | Σ | 0..1 | CodeableConcept | Actual component result Binding: Present-Absent-Unknown (required) |
dataAbsentReason | I | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:aids | SΣ | 0..1 | BackboneElement | Acquired Immune Deficiency Syndrome |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for HIV-AIDS (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: AIDS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:alcoholAbuse | SΣ | 0..1 | BackboneElement | Alcohol Abuse |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Alcohol Abuse (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ALCOHOL | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:deficiencyAnemia | SΣ | 0..1 | BackboneElement | DeficiencyAnemia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Deficiency Anemia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ANEMDF | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:arthropathy | SΣ | 0..1 | BackboneElement | Arthropathy |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Rheumatoid Arthritis and collagen vascular diseases. (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ARTH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:bloodLossAnemia | SΣ | 0..1 | BackboneElement | Chronic Blood Loss Anemia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Blood Loss Anemia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: BLDLOSS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerLeukemia | SΣ | 0..1 | BackboneElement | Leukemia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Leukemia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LEUK | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerLymphoma | SΣ | 0..1 | BackboneElement | Lymphoma |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Lymphoma (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_LYMPH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerMetastatic | SΣ | 0..1 | BackboneElement | Metastatic Cancer |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Metastatic cancer (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_METS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerSolidInSitu | SΣ | 0..1 | BackboneElement | Solid tumor without metastasis, in situ |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors in situ (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_NSITU | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cancerSolidMalignant | SΣ | 0..1 | BackboneElement | Solid tumor without metastasis, malignant |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for malignant solid tumors without metastases (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CANCER_SOLID | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:cerebrovascular | SΣ | 0..1 | BackboneElement | Cerebrovascular disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Cerebrovascular Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CBVD | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:congestiveHeartFailure | SΣ | 0..1 | BackboneElement | CongestiveHeartFailure |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Congestive Heart Failure (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: CHF | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:coagulopathy | SΣ | 0..1 | BackboneElement | Coagulation Deficiency |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Coagulation Deficiency (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: COAG | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:dementia | SΣ | 0..1 | BackboneElement | Dementia |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Dementia (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEMENTIA | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:depression | SΣ | 0..1 | BackboneElement | Depression |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Depression (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DEPRESS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:diabetesUncomplicated | SΣ | 0..1 | BackboneElement | Diabetes with chronic complications |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes without chronic complications (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_CX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:diabetesComplicated | SΣ | 0..1 | BackboneElement | Diabetes without chronic complications |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for diabetes with chronic complications (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DIAB_UNCX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:drugAbuse | SΣ | 0..1 | BackboneElement | Drug Abuse |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for drug abuse (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: DRUG_ABUSE | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:hypertensionComplicated | SΣ | 0..1 | BackboneElement | Hypertension, Complicated |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Complicated (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_CX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:hypertensionUncomplicated | SΣ | 0..1 | BackboneElement | Hypertension, Uncomplicated |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypertension, Uncomplicated (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: HTN_UNCX | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:liverDiseaseMild | SΣ | 0..1 | BackboneElement | Mild Liver Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Mild Liver Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_MLD | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:liverDiseaseSevere | SΣ | 0..1 | BackboneElement | Moderate to Severe Liver Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate to Severe Liver Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LIVER_SEV | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:chronicPulmonaryDisease | SΣ | 0..1 | BackboneElement | Chronic pulmonary disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic Pulmonary Disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: LUNG_CHRONIC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:neurologicalMovement | SΣ | 0..1 | BackboneElement | Neurological disorders affecting movement |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Movement Disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_MOVT | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:neurologicalOther | SΣ | 0..1 | BackboneElement | Other neurological disorders |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Neurological Disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_OTH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:neurologicalSeizure | SΣ | 0..1 | BackboneElement | Seizures and epilepsy |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Neurological Seizure Disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: NEURO_SEIZ | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:obesity | SΣ | 0..1 | BackboneElement | Obesity |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Obesity (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: OBESE | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:paralysis | SΣ | 0..1 | BackboneElement | Paralysis |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Paralysis (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PARALYSIS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:peripheralVascularDisease | SΣ | 0..1 | BackboneElement | Peripheral Vascular Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Peripheral vascular disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PERIVASC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:psychosis | SΣ | 0..1 | BackboneElement | Psychosis |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Psychosis (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PSYCHOSIS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:pulmonaryCirculationDisorder | SΣ | 0..1 | BackboneElement | Pulmonary Circulation Disorders |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Pulmonary circulation disorders (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: PULMCIRC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:renalFailureModerate | SΣ | 0..1 | BackboneElement | Moderate Renal Failure |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Moderate Renal Failure (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_MOD | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:renalFailureSevere | SΣ | 0..1 | BackboneElement | Severe Renal Failure |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Severe Renal Failure (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: RENLFL_SEV | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:hypothyroidism | SΣ | 0..1 | BackboneElement | Hypothyroidism |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Hypothyroidism (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_HYPO | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:thyroidOther | SΣ | 0..1 | BackboneElement | Other Thyroid Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Other Thyroid Disorder (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: THYROID_OTH | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:ulcer | SΣ | 0..1 | BackboneElement | Ulcer |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Chronic peptic ulcer disease. (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: ULCER_PEPTIC | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:valvularDisease | SΣ | 0..1 | BackboneElement | Valvular Disease |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Valvular disease (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: VALVE | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
component:weightLoss | SΣ | 0..1 | BackboneElement | Weight Loss |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | S | 0..* | Extension | Extension Slice: Unordered, Open by value:url |
mcode-comorbid-condition-code | S | 0..* | CodeableConcept | Specific Condition Code for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..0 | |||
url | 1..1 | uri | "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-code" | |
value[x] | 0..1 | CodeableConcept | Code for a specific condition in the named comorbidity category. Binding: Elixhauser Comorbid Condition Value Set for Weight loss (required) | |
mcode-comorbid-condition-reference | S | 0..* | Reference(Condition) | Specific Condition Reference for Comorbidity URL: http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-comorbid-condition-reference |
code | SΣ | 1..1 | CodeableConcept | Code representing the comorbidity category Binding: LOINCCodes (example): Codes identifying names of simple observations. Required Pattern: At least the following |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
coding | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
id | 0..1 | string | Unique id for inter-element referencing | |
extension | 0..* | Extension | Additional content defined by implementations | |
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/comorbidities-elixhauser | |
version | 0..1 | string | Version of the system - if relevant | |
code | 1..1 | code | Symbol in syntax defined by the system Fixed Value: WGHTLOSS | |
display | 0..1 | string | Representation defined by the system | |
userSelected | 0..1 | boolean | If this coding was chosen directly by the user | |
text | 0..1 | string | Plain text representation of the concept | |
value[x] | SΣ | 0..1 | CodeableConcept | Actual component result |
dataAbsentReason | SI | 0..1 | CodeableConcept | Why the component result is missing Binding: DataAbsentReason (extensible): Codes specifying why the result (Observation.value[x]) is missing. |
interpretation | 0..* | CodeableConcept | High, low, normal, etc. Binding: ObservationInterpretationCodes (extensible): Codes identifying interpretations of observations. | |
referenceRange | 0..* | See referenceRange (Observation) | Provides guide for interpretation of component result | |
Documentation for this format |
Other representations of profile: Schematron
Path | Conformance | ValueSet / Code |
Observation.language | preferred | CommonLanguages Max Binding: AllLanguages |
Observation.status | required | ObservationStatus |
Observation.category | preferred | ObservationCategoryCodes |
Observation.code | example | Pattern: LOINC code 78923-0("Comorbid condition panel") |
Observation.dataAbsentReason | extensible | DataAbsentReason |
Observation.interpretation | extensible | ObservationInterpretationCodes |
Observation.bodySite | example | SNOMEDCTBodyStructures |
Observation.method | example | ObservationMethods |
Observation.referenceRange.type | preferred | ObservationReferenceRangeMeaningCodes |
Observation.referenceRange.appliesTo | example | ObservationReferenceRangeAppliesToCodes |
Observation.component.code | example | LOINCCodes |
Observation.component.value[x] | required | PresentAbsentUnknownVS |
Observation.component.dataAbsentReason | extensible | DataAbsentReason |
Observation.component.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:aids.extension:conditionCode.value[x] | required | ElixhauserAidsVS |
Observation.component:aids.code | example | Pattern: AIDS |
Observation.component:aids.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:aids.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:alcoholAbuse.extension:conditionCode.value[x] | required | ElixhauserAlcoholAbuseVS |
Observation.component:alcoholAbuse.code | example | Pattern: ALCOHOL |
Observation.component:alcoholAbuse.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:alcoholAbuse.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:deficiencyAnemia.extension:conditionCode.value[x] | required | ElixhauserDeficiencyAnemiaVS |
Observation.component:deficiencyAnemia.code | example | Pattern: ANEMDF |
Observation.component:deficiencyAnemia.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:deficiencyAnemia.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:arthropathy.extension:conditionCode.value[x] | required | ElixhauserRheumatoidArthritisVS |
Observation.component:arthropathy.code | example | Pattern: ARTH |
Observation.component:arthropathy.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:arthropathy.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:bloodLossAnemia.extension:conditionCode.value[x] | required | ElixhauserBloodLossAnemiaVS |
Observation.component:bloodLossAnemia.code | example | Pattern: BLDLOSS |
Observation.component:bloodLossAnemia.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:bloodLossAnemia.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:cancerLeukemia.extension:conditionCode.value[x] | required | ElixhauserCancerLeukemiaVS |
Observation.component:cancerLeukemia.code | example | Pattern: CANCER_LEUK |
Observation.component:cancerLeukemia.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:cancerLeukemia.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:cancerLymphoma.extension:conditionCode.value[x] | required | ElixhauserCancerLymphomaVS |
Observation.component:cancerLymphoma.code | example | Pattern: CANCER_LYMPH |
Observation.component:cancerLymphoma.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:cancerLymphoma.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:cancerMetastatic.extension:conditionCode.value[x] | required | ElixhauserCancerMetastaticVS |
Observation.component:cancerMetastatic.code | example | Pattern: CANCER_METS |
Observation.component:cancerMetastatic.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:cancerMetastatic.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:cancerSolidInSitu.extension:conditionCode.value[x] | required | ElixhauserCancerSolidTumorInSituVS |
Observation.component:cancerSolidInSitu.code | example | Pattern: CANCER_NSITU |
Observation.component:cancerSolidInSitu.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:cancerSolidInSitu.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:cancerSolidMalignant.extension:conditionCode.value[x] | required | ElixhauserCancerSolidTumorMalignantVS |
Observation.component:cancerSolidMalignant.code | example | Pattern: CANCER_SOLID |
Observation.component:cancerSolidMalignant.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:cancerSolidMalignant.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:cerebrovascular.extension:conditionCode.value[x] | required | ElixhauserCerebrovascularDiseaseVS |
Observation.component:cerebrovascular.code | example | Pattern: CBVD |
Observation.component:cerebrovascular.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:cerebrovascular.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:congestiveHeartFailure.extension:conditionCode.value[x] | required | ElixhauserCongestiveHeartFailureVS |
Observation.component:congestiveHeartFailure.code | example | Pattern: CHF |
Observation.component:congestiveHeartFailure.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:congestiveHeartFailure.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:coagulopathy.extension:conditionCode.value[x] | required | ElixhauserCoagulationDeficiencyVS |
Observation.component:coagulopathy.code | example | Pattern: COAG |
Observation.component:coagulopathy.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:coagulopathy.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:dementia.extension:conditionCode.value[x] | required | ElixhauserDementiaVS |
Observation.component:dementia.code | example | Pattern: DEMENTIA |
Observation.component:dementia.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:dementia.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:depression.extension:conditionCode.value[x] | required | ElixhauserDepressionVS |
Observation.component:depression.code | example | Pattern: DEPRESS |
Observation.component:depression.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:depression.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:diabetesUncomplicated.extension:conditionCode.value[x] | required | ElixhauserDiabetesUncomplicatedVS |
Observation.component:diabetesUncomplicated.code | example | Pattern: DIAB_CX |
Observation.component:diabetesUncomplicated.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:diabetesUncomplicated.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:diabetesComplicated.extension:conditionCode.value[x] | required | ElixhauserDiabetesComplicatedVS |
Observation.component:diabetesComplicated.code | example | Pattern: DIAB_UNCX |
Observation.component:diabetesComplicated.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:diabetesComplicated.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:drugAbuse.extension:conditionCode.value[x] | required | ElixhauserDrugAbuseVS |
Observation.component:drugAbuse.code | example | Pattern: DRUG_ABUSE |
Observation.component:drugAbuse.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:drugAbuse.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:hypertensionComplicated.extension:conditionCode.value[x] | required | ElixhauserHypertensionComplicatedVS |
Observation.component:hypertensionComplicated.code | example | Pattern: HTN_CX |
Observation.component:hypertensionComplicated.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:hypertensionComplicated.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:hypertensionUncomplicated.extension:conditionCode.value[x] | required | ElixhauserHypertensionUncomplicatedVS |
Observation.component:hypertensionUncomplicated.code | example | Pattern: HTN_UNCX |
Observation.component:hypertensionUncomplicated.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:hypertensionUncomplicated.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:liverDiseaseMild.extension:conditionCode.value[x] | required | ElixhauserLiverDiseaseMildVS |
Observation.component:liverDiseaseMild.code | example | Pattern: LIVER_MLD |
Observation.component:liverDiseaseMild.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:liverDiseaseMild.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:liverDiseaseSevere.extension:conditionCode.value[x] | required | ElixhauserLiverDiseaseSevereVS |
Observation.component:liverDiseaseSevere.code | example | Pattern: LIVER_SEV |
Observation.component:liverDiseaseSevere.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:liverDiseaseSevere.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:chronicPulmonaryDisease.extension:conditionCode.value[x] | required | ElixhauserChronicPulmonaryDiseaseVS |
Observation.component:chronicPulmonaryDisease.code | example | Pattern: LUNG_CHRONIC |
Observation.component:chronicPulmonaryDisease.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:chronicPulmonaryDisease.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:neurologicalMovement.extension:conditionCode.value[x] | required | ElixhauserNeurologicalMovementDisorderVS |
Observation.component:neurologicalMovement.code | example | Pattern: NEURO_MOVT |
Observation.component:neurologicalMovement.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:neurologicalMovement.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:neurologicalOther.extension:conditionCode.value[x] | required | ElixhauserOtherNeurologicalVS |
Observation.component:neurologicalOther.code | example | Pattern: NEURO_OTH |
Observation.component:neurologicalOther.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:neurologicalOther.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:neurologicalSeizure.extension:conditionCode.value[x] | required | ElixhauserNeurologicalSeizureDisorderVS |
Observation.component:neurologicalSeizure.code | example | Pattern: NEURO_SEIZ |
Observation.component:neurologicalSeizure.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:neurologicalSeizure.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:obesity.extension:conditionCode.value[x] | required | ElixhauserObesityVS |
Observation.component:obesity.code | example | Pattern: OBESE |
Observation.component:obesity.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:obesity.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:paralysis.extension:conditionCode.value[x] | required | ElixhauserParalysisVS |
Observation.component:paralysis.code | example | Pattern: PARALYSIS |
Observation.component:paralysis.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:paralysis.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:peripheralVascularDisease.extension:conditionCode.value[x] | required | ElixhauserPeripheralVascularDiseaseVS |
Observation.component:peripheralVascularDisease.code | example | Pattern: PERIVASC |
Observation.component:peripheralVascularDisease.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:peripheralVascularDisease.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:psychosis.extension:conditionCode.value[x] | required | ElixhauserPsychosisVS |
Observation.component:psychosis.code | example | Pattern: PSYCHOSIS |
Observation.component:psychosis.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:psychosis.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:pulmonaryCirculationDisorder.extension:conditionCode.value[x] | required | ElixhauserPulmonaryCirculationDisorderVS |
Observation.component:pulmonaryCirculationDisorder.code | example | Pattern: PULMCIRC |
Observation.component:pulmonaryCirculationDisorder.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:pulmonaryCirculationDisorder.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:renalFailureModerate.extension:conditionCode.value[x] | required | ElixhauserRenalFailureModerateVS |
Observation.component:renalFailureModerate.code | example | Pattern: RENLFL_MOD |
Observation.component:renalFailureModerate.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:renalFailureModerate.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:renalFailureSevere.extension:conditionCode.value[x] | required | ElixhauserRenalFailureSevereVS |
Observation.component:renalFailureSevere.code | example | Pattern: RENLFL_SEV |
Observation.component:renalFailureSevere.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:renalFailureSevere.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:hypothyroidism.extension:conditionCode.value[x] | required | ElixhauserHypothyroidismVS |
Observation.component:hypothyroidism.code | example | Pattern: THYROID_HYPO |
Observation.component:hypothyroidism.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:hypothyroidism.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:thyroidOther.extension:conditionCode.value[x] | required | ElixhauserOtherThyroidDisorderVS |
Observation.component:thyroidOther.code | example | Pattern: THYROID_OTH |
Observation.component:thyroidOther.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:thyroidOther.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:ulcer.extension:conditionCode.value[x] | required | ElixhauserUlcerVS |
Observation.component:ulcer.code | example | Pattern: ULCER_PEPTIC |
Observation.component:ulcer.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:ulcer.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:valvularDisease.extension:conditionCode.value[x] | required | ElixhauserValvularDiseaseVS |
Observation.component:valvularDisease.code | example | Pattern: VALVE |
Observation.component:valvularDisease.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:valvularDisease.interpretation | extensible | ObservationInterpretationCodes |
Observation.component:weightLoss.extension:conditionCode.value[x] | required | ElixhauserWeightLossVS |
Observation.component:weightLoss.code | example | Pattern: WGHTLOSS |
Observation.component:weightLoss.dataAbsentReason | extensible | DataAbsentReason |
Observation.component:weightLoss.interpretation | extensible | ObservationInterpretationCodes |
Id | Path | Details | Requirements |
obs-3 | Observation.referenceRange | Must have at least a low or a high or text : low.exists() or high.exists() or text.exists() |