{
"description": null,
"_filename": "StructureDefinition-qicore-condition.json",
"package_name": "hl7.fhir.us.qicore",
"date": "2017-08-21T16:00:00+10:00",
"derivation": "constraint",
"publisher": "Health Level Seven International (Clinical Quality Information - QICore)",
"fhirVersion": "3.0.1",
"name": "QICore-Condition",
"mapping": [ {
"uri": "http://www.healthit.gov/quality-data-model",
"name": "Quality Data Model",
"identity": "qdm"
}, {
"uri": "http://www.hl7.org/implement/standards/product_brief.cfm?product_id=378",
"name": "Quality Improvement Domain Analysis Model",
"identity": "qidam"
}, {
"uri": "http://snomed.info/conceptdomain",
"name": "SNOMED CT Concept Domain Binding",
"identity": "sct-concept"
}, {
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping",
"identity": "v2"
}, {
"uri": "http://hl7.org/v3",
"name": "RIM Mapping",
"identity": "rim"
}, {
"uri": "http://hl7.org/fhir/w5",
"name": "W5 Mapping",
"identity": "w5"
}, {
"uri": "http://snomed.info/sct",
"name": "SNOMED CT Attribute Binding",
"identity": "sct-attr"
} ],
"abstract": false,
"type": "Condition",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "2.1.0",
"snapshot": {
"element": [ {
"constraint": [ {
"key": "dom-2",
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
"xpath": "not(parent::f:contained and f:contained)",
"source": "DomainResource",
"severity": "error",
"expression": "contained.contained.empty()"
}, {
"key": "dom-1",
"human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
"xpath": "not(parent::f:contained and f:text)",
"source": "DomainResource",
"severity": "error",
"expression": "contained.text.empty()"
}, {
"key": "dom-4",
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
"source": "DomainResource",
"severity": "error",
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
}, {
"key": "dom-3",
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
"xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
"source": "DomainResource",
"severity": "error",
"expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
}, {
"key": "con-4",
"human": "If condition is abated, then clinicalStatus must be either inactive, resolved, or remission",
"xpath": "not(f:abatementBoolean/@value=true() or (not(exists(f:abatementBoolean)) and exists(*[starts-with(local-name(.), 'abatement')])) or f:clinicalStatus/@value=('resolved', 'remission', 'inactive'))",
"source": "Condition",
"severity": "error",
"expression": "abatement.empty() or (abatement as boolean).not() or clinicalStatus='resolved' or clinicalStatus='remission' or clinicalStatus='inactive'"
}, {
"key": "con-3",
"human": "Condition.clinicalStatus SHALL be present if verificationStatus is not entered-in-error",
"xpath": "f:verificationStatus/@value='entered-in-error' or exists(f:clinicalStatus)",
"source": "Condition",
"severity": "error",
"expression": "verificationStatus='entered-in-error' or clinicalStatus.exists()"
} ],
"path": "Condition",
"min": 0,
"definition": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.",
"short": "Detailed information about conditions, problems or diagnoses",
"mapping": [ {
"map": "Entity. Role, or Act",
"identity": "rim"
}, {
"map": "< 243796009 |Situation with explicit context|:\n246090004 |Associated finding| =\n((< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) OR\n< 272379006 |Event|)",
"identity": "sct-concept"
}, {
"map": "PPR message",
"identity": "v2"
}, {
"map": "Observation[classCode=OBS, moodCode=EVN, code=ASSERTION, value,
"identity": "rim"
}, {
"map": "clinical.general",
"identity": "w5"
}, {
"map": "Diagnosis (when Condition.clinicalStatus=\"active\")",
"identity": "qdm"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition",
"base": {
"max": "*",
"min": 0,
"path": "Condition"
}
}, {
"path": "Condition.id",
"min": 0,
"definition": "Logical id of this artifact.",
"short": "Logical id of this artifact",
"mapping": [ {
"map": "id",
"identity": "qdm"
} ],
"type": [ {
"code": "id"
} ],
"mustSupport": false,
"max": "1",
"id": "Condition.id",
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.id"
},
"isSummary": true
}, {
"path": "Condition.meta",
"min": 0,
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
"short": "Metadata about the resource",
"type": [ {
"code": "Meta"
} ],
"max": "1",
"id": "Condition.meta",
"base": {
"max": "1",
"min": 0,
"path": "Resource.meta"
},
"isSummary": true
}, {
"path": "Condition.implicitRules",
"min": 0,
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
"isModifier": true,
"short": "A set of rules under which this content was created",
"type": [ {
"code": "uri"
} ],
"max": "1",
"id": "Condition.implicitRules",
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
"base": {
"max": "1",
"min": 0,
"path": "Resource.implicitRules"
},
"isSummary": true
}, {
"path": "Condition.language",
"min": 0,
"definition": "The base language in which the resource is written.",
"short": "Language of the resource content",
"type": [ {
"code": "code"
} ],
"binding": {
"strength": "extensible",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
"valueReference": {
"reference": "http://hl7.org/fhir/ValueSet/all-languages"
}
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString": "Language"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
"valueBoolean": true
} ],
"description": "A human language.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/languages"
}
},
"max": "1",
"id": "Condition.language",
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
"base": {
"max": "1",
"min": 0,
"path": "Resource.language"
}
}, {
"path": "Condition.text",
"min": 0,
"definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
"short": "Text summary of the resource, for human interpretation",
"mapping": [ {
"map": "Act.text?",
"identity": "rim"
} ],
"type": [ {
"code": "Narrative"
} ],
"alias": [ "narrative", "html", "xhtml", "display" ],
"max": "1",
"id": "Condition.text",
"condition": [ "dom-1" ],
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
"base": {
"max": "1",
"min": 0,
"path": "DomainResource.text"
}
}, {
"path": "Condition.contained",
"min": 0,
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
"short": "Contained, inline Resources",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Resource"
} ],
"alias": [ "inline resources", "anonymous resources", "contained resources" ],
"max": "*",
"id": "Condition.contained",
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.contained"
}
}, {
"path": "Condition.extension",
"min": 0,
"definition": "An Extension",
"short": "Extension",
"slicing": {
"id": "4",
"rules": "open",
"ordered": false,
"discriminator": [ {
"path": "url",
"type": "value"
} ]
},
"type": [ {
"code": "Extension"
} ],
"max": "*",
"id": "Condition.extension",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Condition.extension",
"min": 0,
"definition": "Characterizes potential impact of the condition on life, durable physiological function, or quality of life.",
"isModifier": false,
"short": "Extension",
"mapping": [ {
"map": "ManifestedSymptom.criticality",
"identity": "qidam"
} ],
"type": [ {
"code": "Extension",
"profile": "http://hl7.org/fhir/StructureDefinition/condition-criticality"
} ],
"mustSupport": false,
"sliceName": "criticality",
"max": "1",
"id": "Condition.extension:criticality",
"condition": [ "ele-1" ],
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Condition.extension",
"min": 0,
"definition": "Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this Condition.",
"isModifier": false,
"short": "What caused the Condition?",
"type": [ {
"code": "Extension",
"profile": "http://hl7.org/fhir/StructureDefinition/condition-dueTo"
} ],
"mustSupport": false,
"sliceName": "dueTo",
"max": "*",
"id": "Condition.extension:dueto",
"condition": [ "ele-1" ],
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
}, {
"key": "ext-1",
"human": "Must have either extensions or value[x], not both",
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
"source": "Extension",
"severity": "error",
"expression": "extension.exists() != value.exists()"
} ],
"path": "Condition.extension",
"min": 0,
"definition": "An Extension",
"isModifier": false,
"short": "Extension",
"type": [ {
"code": "Extension",
"profile": "http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing"
} ],
"mustSupport": false,
"sliceName": "occurredFollowing",
"max": "*",
"id": "Condition.extension:occurredfollowing",
"condition": [ "ele-1" ],
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.extension"
}
}, {
"path": "Condition.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Condition.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "DomainResource.modifierExtension"
}
}, {
"path": "Condition.identifier",
"requirements": "Need to allow connection to a wider workflow.",
"min": 0,
"definition": "This records identifiers associated with this condition that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).",
"short": "External Ids for this condition",
"mapping": [ {
"map": ".id",
"identity": "rim"
}, {
"map": "id",
"identity": "w5"
} ],
"type": [ {
"code": "Identifier"
} ],
"max": "*",
"id": "Condition.identifier",
"base": {
"max": "*",
"min": 0,
"path": "Condition.identifier"
},
"isSummary": true
}, {
"path": "Condition.clinicalStatus",
"min": 0,
"definition": "The clinical status of the condition.",
"isModifier": true,
"short": "active | recurrence | inactive | remission | resolved",
"mapping": [ {
"map": "< 303105007 |Disease phases|",
"identity": "sct-concept"
}, {
"map": "PRB-14 / DG1-6",
"identity": "v2"
}, {
"map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"clinicalStatus\", moodCode=EVN].value",
"identity": "rim"
}, {
"map": "status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"description": "Preferred value set for Condition Clinical Status.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-clinical"
}
},
"max": "1",
"id": "Condition.clinicalStatus",
"condition": [ "con-3", "con-4" ],
"comment": "This element is labeled as a modifier because the status contains codes that mark the condition as not currently valid or of concern.",
"base": {
"max": "1",
"min": 0,
"path": "Condition.clinicalStatus"
},
"isSummary": true
}, {
"path": "Condition.verificationStatus",
"min": 0,
"definition": "The verification status to support the clinical status of the condition.",
"isModifier": true,
"short": "provisional | differential | confirmed | refuted | entered-in-error | unknown",
"defaultValueCode": "unknown",
"mapping": [ {
"map": "< 410514004 |Finding context value|",
"identity": "sct-concept"
}, {
"map": "PRB-13",
"identity": "v2"
}, {
"map": "Observation ACT\n.inboundRelationship[typeCode=COMP].source[classCode=OBS, code=\"verificationStatus\", moodCode=EVN].value",
"identity": "rim"
}, {
"map": "408729009",
"identity": "sct-attr"
}, {
"map": "status",
"identity": "w5"
} ],
"type": [ {
"code": "code"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"description": "The verification status to support or decline the clinical status of the condition or diagnosis.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-ver-status"
}
},
"max": "1",
"id": "Condition.verificationStatus",
"condition": [ "con-3" ],
"comment": "verificationStatus is not required. For example, when a patient has abdominal pain in the ED, there is not likely going to be a verification status.\n\nThis element is labeled as a modifier because the status contains the code refuted and entered-in-error that mark the Condition as not currently valid.",
"base": {
"max": "1",
"min": 0,
"path": "Condition.verificationStatus"
},
"isSummary": true
}, {
"path": "Condition.category",
"min": 0,
"definition": "A category assigned to the condition.",
"short": "problem-list-item | encounter-diagnosis | problem | health-concern",
"mapping": [ {
"map": "< 404684003 |Clinical finding|",
"identity": "sct-concept"
}, {
"map": "'problem' if from PRB-3. 'diagnosis' if from DG1 segment in PV1 message",
"identity": "v2"
}, {
"map": ".code",
"identity": "rim"
}, {
"map": "class",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "preferred",
"description": "The US core Condition Category Codes support the separate concepts of problems and health concerns in Condition.category in order for API consumers to be able to separate health concerns and problems.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category"
}
},
"max": "*",
"id": "Condition.category",
"comment": "The categorization is often highly contextual and may appear poorly differentiated or not very useful in other contexts.",
"base": {
"max": "*",
"min": 0,
"path": "Condition.category"
}
}, {
"path": "Condition.severity",
"min": 0,
"definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.",
"short": "Subjective severity of condition",
"mapping": [ {
"map": "< 272141005 |Severities|",
"identity": "sct-concept"
}, {
"map": "PRB-26 / ABS-3",
"identity": "v2"
}, {
"map": "Can be pre/post-coordinated into value. Or ./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"severity\"].value",
"identity": "rim"
}, {
"map": "246112005",
"identity": "sct-attr"
}, {
"map": "grade",
"identity": "w5"
}, {
"map": "severity",
"identity": "qdm"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "preferred",
"description": "Preferred value set for Condition/Diagnosis severity grading",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-severity"
}
},
"max": "1",
"id": "Condition.severity",
"comment": "Coding of the severity with a terminology is preferred, where possible.",
"base": {
"max": "1",
"min": 0,
"path": "Condition.severity"
}
}, {
"path": "Condition.code",
"requirements": "0..1 to account for primarily narrative only resources.",
"min": 1,
"definition": "This describes the problem.",
"short": "Identification of the condition, problem or diagnosis",
"mapping": [ {
"map": "code 246090004 |Associated finding| (< 404684003 |Clinical finding| MINUS\n<< 420134006 |Propensity to adverse reactions| MINUS \n<< 473010000 |Hypersensitivity condition| MINUS \n<< 79899007 |Drug interaction| MINUS\n<< 69449002 |Drug action| MINUS \n<< 441742003 |Evaluation finding| MINUS \n<< 307824009 |Administrative status| MINUS \n<< 385356007 |Tumor stage finding|) \nOR < 413350009 |Finding with explicit context|\nOR < 272379006 |Event|",
"identity": "sct-concept"
}, {
"map": "PRB-3",
"identity": "v2"
}, {
"map": ".value",
"identity": "rim"
}, {
"map": "246090004",
"identity": "sct-attr"
}, {
"map": "what",
"identity": "w5"
}, {
"map": "code",
"identity": "qdm"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "preferred",
"description": "The code for the condition",
"valueSetReference": {
"reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-problem"
}
},
"alias": [ "type" ],
"max": "1",
"id": "Condition.code",
"base": {
"max": "1",
"min": 0,
"path": "Condition.code"
},
"isSummary": true
}, {
"path": "Condition.bodySite",
"min": 0,
"definition": "The anatomical location where this condition manifests itself.",
"short": "Anatomical location, if relevant",
"mapping": [ {
"map": "< 442083009 |Anatomical or acquired body structure|",
"identity": "sct-concept"
}, {
"map": ".targetBodySiteCode",
"identity": "rim"
}, {
"map": "363698007",
"identity": "sct-attr"
}, {
"map": "anatomicalLocationSite",
"identity": "qdm"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "example",
"description": "This value set includes all codes from http://snomed.info/sct where concept is-a 442083009 (Anatomical or acquired body site (body structure)).",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/body-site"
}
},
"max": "*",
"id": "Condition.bodySite",
"comment": "Only used if not implicit in code found in Condition.code. If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension [body-site-instance](extension-body-site-instance.html). May be a summary code, or a reference to a very precise definition of the location, or both.",
"base": {
"max": "*",
"min": 0,
"path": "Condition.bodySite"
},
"isSummary": true
}, {
"path": "Condition.subject",
"requirements": "Group is typically used for veterinary or public health use cases.",
"min": 1,
"definition": "Indicates the patient or group who the condition record is associated with.",
"short": "Who has the condition?",
"mapping": [ {
"map": "PID-3",
"identity": "v2"
}, {
"map": ".participation[typeCode=SBJ].role[classCode=PAT]",
"identity": "rim"
}, {
"map": "who.focus",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
} ],
"mustSupport": true,
"alias": [ "patient" ],
"max": "1",
"id": "Condition.subject",
"base": {
"max": "1",
"min": 1,
"path": "Condition.subject"
},
"isSummary": true
}, {
"path": "Condition.context",
"min": 0,
"definition": "Encounter during which the condition was first asserted.",
"short": "Encounter or episode when condition first asserted",
"mapping": [ {
"map": "PV1-19 (+PV1-54)",
"identity": "v2"
}, {
"map": ".inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]",
"identity": "rim"
}, {
"map": "context",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
} ],
"mustSupport": true,
"alias": [ "encounter" ],
"max": "1",
"id": "Condition.context",
"comment": "This record indicates the encounter this particular record is associated with. In the case of a \"new\" diagnosis reflecting ongoing/revised information about the condition, this might be distinct from the first encounter in which the underlying condition was first \"known\".",
"base": {
"max": "1",
"min": 0,
"path": "Condition.context"
},
"isSummary": true
}, {
"path": "Condition.onset[x]",
"min": 0,
"definition": "Estimated or actual date or date-time the condition began, in the opinion of the clinician.",
"short": "Estimated or actual date, date-time, or age",
"mapping": [ {
"map": "PRB-16",
"identity": "v2"
}, {
"map": ".effectiveTime.low or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at onset\"].value",
"identity": "rim"
}, {
"map": "when.init",
"identity": "w5"
}, {
"map": "prevalencePeriod",
"identity": "qdm"
} ],
"type": [ {
"code": "dateTime"
}, {
"code": "Age"
}, {
"code": "Period"
}, {
"code": "Range"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.onset[x]",
"comment": "Age is generally used when the patient reports an age at which the Condition began to occur.",
"base": {
"max": "1",
"min": 0,
"path": "Condition.onset[x]"
},
"isSummary": true
}, {
"path": "Condition.abatement[x]",
"min": 0,
"definition": "The date or estimated date that the condition resolved or went into remission.",
"short": "If/when in resolution/remission",
"mapping": [ {
"map": ".effectiveTime.high or .inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"age at remission\"].value or .inboundRelationship[typeCode=SUBJ]source[classCode=CONC, moodCode=EVN].status=completed",
"identity": "rim"
}, {
"map": "when.done",
"identity": "w5"
}, {
"map": "prevalencePeriod",
"identity": "qdm"
} ],
"type": [ {
"code": "dateTime"
}, {
"code": "Age"
}, {
"code": "boolean"
}, {
"code": "Period"
}, {
"code": "Range"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.abatement[x]",
"condition": [ "con-4" ],
"comment": "There is no explicit distinction between resolution and remission because in many cases the distinction is not clear. Age is generally used when the patient reports an age at which the Condition abated. If there is no abatement element, it is unknown whether the condition has resolved or entered remission; applications and users should generally assume that the condition is still valid. When abatementString exists, it implies the condition is abated.",
"base": {
"max": "1",
"min": 0,
"path": "Condition.abatement[x]"
}
}, {
"path": "Condition.assertedDate",
"min": 0,
"definition": "The date on which the existance of the Condition was first asserted or acknowledged.",
"short": "Date record was believed accurate",
"mapping": [ {
"map": "REL-11",
"identity": "v2"
}, {
"map": ".participation[typeCode=AUT].time",
"identity": "rim"
}, {
"map": "when.recorded",
"identity": "w5"
}, {
"map": "authorDatetime",
"identity": "qdm"
} ],
"type": [ {
"code": "dateTime"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.assertedDate",
"comment": "The assertedDate represents the date when this particular Condition record was created in the EHR, not the date of the most recent update in terms of when severity, abatement, etc. were specified. Â The date of the last record modification can be retrieved from the resource metadata.",
"base": {
"max": "1",
"min": 0,
"path": "Condition.assertedDate"
},
"isSummary": true
}, {
"path": "Condition.asserter",
"min": 0,
"definition": "Individual who is making the condition statement.",
"short": "Person who asserts this condition",
"mapping": [ {
"map": "REL-7.1 identifier + REL-7.12 type code",
"identity": "v2"
}, {
"map": ".participation[typeCode=AUT].role",
"identity": "rim"
}, {
"map": "who.author",
"identity": "w5"
}, {
"map": "source",
"identity": "qdm"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-relatedperson"
} ],
"mustSupport": false,
"max": "1",
"id": "Condition.asserter",
"base": {
"max": "1",
"min": 0,
"path": "Condition.asserter"
},
"isSummary": true
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
}, {
"key": "con-1",
"human": "Stage SHALL have summary or assessment",
"xpath": "exists(f:summary) or exists(f:assessment)",
"source": "Condition.stage",
"severity": "error",
"expression": "summary.exists() or assessment.exists()"
} ],
"path": "Condition.stage",
"min": 0,
"definition": "Clinical stage or grade of a condition. May include formal severity assessments.",
"short": "Stage/grade, usually assessed formally",
"mapping": [ {
"map": "./inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"stage/grade\"]",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.stage",
"base": {
"max": "1",
"min": 0,
"path": "Condition.stage"
}
}, {
"path": "Condition.stage.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Condition.stage.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Condition.stage.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Condition.stage.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Condition.stage.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Condition.stage.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Condition.stage.summary",
"min": 0,
"definition": "A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific.",
"short": "Simple summary (disease specific)",
"mapping": [ {
"map": "< 254291000 |Staging and scales|",
"identity": "sct-concept"
}, {
"map": "PRB-14",
"identity": "v2"
}, {
"map": ".value",
"identity": "rim"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "example",
"description": "Example value set for stages of cancer and other conditions",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-stage"
}
},
"max": "1",
"id": "Condition.stage.summary",
"condition": [ "con-1" ],
"base": {
"max": "1",
"min": 0,
"path": "Condition.stage.summary"
}
}, {
"path": "Condition.stage.assessment",
"min": 0,
"definition": "Reference to a formal record of the evidence on which the staging assessment is based.",
"short": "Formal record of assessment",
"mapping": [ {
"map": ".self",
"identity": "rim"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition.stage.assessment",
"condition": [ "con-1" ],
"base": {
"max": "*",
"min": 0,
"path": "Condition.stage.assessment"
}
}, {
"constraint": [ {
"key": "ele-1",
"human": "All FHIR elements must have a @value or children",
"xpath": "@value|f:*|h:div",
"source": "Element",
"severity": "error",
"expression": "hasValue() | (children().count() > id.count())"
}, {
"key": "con-2",
"human": "evidence SHALL have code or details",
"xpath": "exists(f:code) or exists(f:detail)",
"source": "Condition.evidence",
"severity": "error",
"expression": "code.exists() or detail.exists()"
} ],
"path": "Condition.evidence",
"min": 0,
"definition": "Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed.",
"short": "Supporting evidence",
"mapping": [ {
"map": ".outboundRelationship[typeCode=SPRT].target[classCode=OBS, moodCode=EVN]",
"identity": "rim"
} ],
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition.evidence",
"comment": "The evidence may be a simple list of coded symptoms/manifestations, or references to observations or formal assessments, or both.",
"base": {
"max": "*",
"min": 0,
"path": "Condition.evidence"
}
}, {
"path": "Condition.evidence.id",
"min": 0,
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"short": "xml:id (or equivalent in JSON)",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "string"
} ],
"representation": [ "xmlAttr" ],
"max": "1",
"id": "Condition.evidence.id",
"base": {
"max": "1",
"min": 0,
"path": "Element.id"
}
}, {
"path": "Condition.evidence.extension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"short": "Additional Content defined by implementations",
"mapping": [ {
"map": "n/a",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content" ],
"max": "*",
"id": "Condition.evidence.extension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "Element.extension"
}
}, {
"path": "Condition.evidence.modifierExtension",
"min": 0,
"definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
"isModifier": true,
"short": "Extensions that cannot be ignored",
"mapping": [ {
"map": "N/A",
"identity": "rim"
} ],
"type": [ {
"code": "Extension"
} ],
"alias": [ "extensions", "user content", "modifiers" ],
"max": "*",
"id": "Condition.evidence.modifierExtension",
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"base": {
"max": "*",
"min": 0,
"path": "BackboneElement.modifierExtension"
},
"isSummary": true
}, {
"path": "Condition.evidence.code",
"min": 0,
"definition": "A manifestation or symptom that led to the recording of this condition.",
"short": "Manifestation/symptom",
"mapping": [ {
"map": "< 404684003 |Clinical finding|",
"identity": "sct-concept"
}, {
"map": "[code=\"diagnosis\"].value",
"identity": "rim"
}, {
"map": "why",
"identity": "w5"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": false,
"binding": {
"strength": "example",
"description": "Example value set for Manifestation and Symptom codes.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom"
}
},
"max": "*",
"id": "Condition.evidence.code",
"condition": [ "con-2" ],
"base": {
"max": "*",
"min": 0,
"path": "Condition.evidence.code"
},
"isSummary": true
}, {
"path": "Condition.evidence.detail",
"min": 0,
"definition": "Links to other relevant information, including pathology reports.",
"short": "Supporting information found elsewhere",
"mapping": [ {
"map": ".self",
"identity": "rim"
}, {
"map": "why",
"identity": "w5"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Any"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition.evidence.detail",
"condition": [ "con-2" ],
"base": {
"max": "*",
"min": 0,
"path": "Condition.evidence.detail"
},
"isSummary": true
}, {
"path": "Condition.note",
"min": 0,
"definition": "Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.",
"short": "Additional information about the Condition",
"mapping": [ {
"map": "NTE child of PRB",
"identity": "v2"
}, {
"map": ".inboundRelationship[typeCode=SUBJ].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value",
"identity": "rim"
} ],
"type": [ {
"code": "Annotation"
} ],
"max": "*",
"id": "Condition.note",
"base": {
"max": "*",
"min": 0,
"path": "Condition.note"
}
} ]
},
"status": "draft",
"id": "94ac76ef-2ac8-48af-8064-13d83767e6ba",
"kind": "resource",
"url": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-condition",
"version": "0.1",
"differential": {
"element": [ {
"id": "Condition",
"path": "Condition",
"short": "Detailed information about conditions, problems or diagnoses",
"mapping": [ {
"map": "Diagnosis (when Condition.clinicalStatus=\"active\")",
"identity": "qdm"
} ],
"definition": "A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern.",
"isModifier": false,
"mustSupport": false
}, {
"path": "Condition.id",
"min": 0,
"definition": "Logical id of this artifact.",
"isModifier": false,
"mapping": [ {
"map": "id",
"identity": "qdm"
} ],
"type": [ {
"code": "id"
} ],
"mustSupport": false,
"max": "1",
"id": "Condition.id"
}, {
"path": "Condition.extension",
"min": 0,
"definition": "Characterizes potential impact of the condition on life, durable physiological function, or quality of life.",
"isModifier": false,
"mapping": [ {
"map": "ManifestedSymptom.criticality",
"identity": "qidam"
} ],
"type": [ {
"code": "Extension",
"profile": "http://hl7.org/fhir/StructureDefinition/condition-criticality"
} ],
"mustSupport": false,
"sliceName": "criticality",
"binding": {
"strength": "example",
"description": "Indicates the potential impact of the condition",
"valueSetReference": {
"reference": "http://hl7.org/fhir/us/qicore/ValueSet/qicore-condition-criticality"
}
},
"max": "1",
"id": "Condition.extension:criticality"
}, {
"id": "Condition.extension:dueto",
"path": "Condition.extension",
"type": [ {
"code": "Extension",
"profile": "http://hl7.org/fhir/StructureDefinition/condition-dueTo"
} ],
"short": "What caused the Condition?",
"sliceName": "dueTo",
"definition": "Further conditions, problems, diagnoses, procedures or events or the substance that caused/triggered this Condition.",
"isModifier": false,
"mustSupport": false
}, {
"id": "Condition.extension:occurredfollowing",
"path": "Condition.extension",
"type": [ {
"code": "Extension",
"profile": "http://hl7.org/fhir/StructureDefinition/condition-occurredFollowing"
} ],
"sliceName": "occurredFollowing",
"isModifier": false,
"mustSupport": false
}, {
"path": "Condition.clinicalStatus",
"min": 0,
"definition": "The clinical status of the condition.",
"isModifier": false,
"short": "active | recurrence | inactive | remission | resolved",
"type": [ {
"code": "code"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"description": "Preferred value set for Condition Clinical Status.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-clinical"
}
},
"max": "1",
"id": "Condition.clinicalStatus"
}, {
"path": "Condition.verificationStatus",
"min": 0,
"definition": "The verification status to support the clinical status of the condition.",
"isModifier": false,
"short": "provisional | differential | confirmed | refuted | entered-in-error | unknown",
"type": [ {
"code": "code"
} ],
"mustSupport": true,
"binding": {
"strength": "required",
"description": "The verification status to support or decline the clinical status of the condition or diagnosis.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-ver-status"
}
},
"max": "1",
"id": "Condition.verificationStatus"
}, {
"path": "Condition.category",
"min": 0,
"definition": "A category assigned to the condition.",
"isModifier": false,
"short": "problem-list-item | encounter-diagnosis | problem | health-concern",
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "preferred",
"description": "The US core Condition Category Codes support the separate concepts of problems and health concerns in Condition.category in order for API consumers to be able to separate health concerns and problems.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-condition-category"
}
},
"max": "*",
"id": "Condition.category"
}, {
"path": "Condition.severity",
"min": 0,
"definition": "A subjective assessment of the severity of the condition as evaluated by the clinician.",
"isModifier": false,
"short": "Subjective severity of condition",
"mapping": [ {
"map": "severity",
"identity": "qdm"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "preferred",
"description": "Preferred value set for Condition/Diagnosis severity grading",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-severity"
}
},
"max": "1",
"id": "Condition.severity"
}, {
"path": "Condition.code",
"min": 1,
"definition": "This describes the problem.",
"isModifier": false,
"short": "Identification of the condition, problem or diagnosis",
"mapping": [ {
"map": "code",
"identity": "qdm"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "preferred",
"description": "The code for the condition",
"valueSetReference": {
"reference": "http://hl7.org/fhir/us/core/ValueSet/us-core-problem"
}
},
"max": "1",
"id": "Condition.code"
}, {
"path": "Condition.bodySite",
"min": 0,
"definition": "The anatomical location where this condition manifests itself.",
"isModifier": false,
"short": "Anatomical location, if relevant",
"mapping": [ {
"map": "anatomicalLocationSite",
"identity": "qdm"
} ],
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "example",
"description": "This value set includes all codes from http://snomed.info/sct where concept is-a 442083009 (Anatomical or acquired body site (body structure)).",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/body-site"
}
},
"max": "*",
"id": "Condition.bodySite"
}, {
"path": "Condition.subject",
"min": 1,
"definition": "Indicates the patient or group who the condition record is associated with.",
"isModifier": false,
"short": "Who has the condition?",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.subject"
}, {
"path": "Condition.context",
"min": 0,
"definition": "Encounter during which the condition was first asserted.",
"isModifier": false,
"short": "Encounter or episode when condition first asserted",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.context"
}, {
"path": "Condition.onset[x]",
"min": 0,
"definition": "Estimated or actual date or date-time the condition began, in the opinion of the clinician.",
"isModifier": false,
"short": "Estimated or actual date, date-time, or age",
"mapping": [ {
"map": "prevalencePeriod",
"identity": "qdm"
} ],
"type": [ {
"code": "dateTime"
}, {
"code": "Age"
}, {
"code": "Period"
}, {
"code": "Range"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.onset[x]"
}, {
"path": "Condition.abatement[x]",
"min": 0,
"definition": "The date or estimated date that the condition resolved or went into remission.",
"isModifier": false,
"short": "If/when in resolution/remission",
"mapping": [ {
"map": "prevalencePeriod",
"identity": "qdm"
} ],
"type": [ {
"code": "dateTime"
}, {
"code": "Age"
}, {
"code": "boolean"
}, {
"code": "Period"
}, {
"code": "Range"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.abatement[x]"
}, {
"path": "Condition.assertedDate",
"min": 0,
"definition": "The date on which the existance of the Condition was first asserted or acknowledged.",
"isModifier": false,
"short": "Date record was believed accurate",
"mapping": [ {
"map": "authorDatetime",
"identity": "qdm"
} ],
"mustSupport": true,
"max": "1",
"id": "Condition.assertedDate"
}, {
"path": "Condition.asserter",
"min": 0,
"definition": "Individual who is making the condition statement.",
"isModifier": false,
"short": "Person who asserts this condition",
"mapping": [ {
"map": "source",
"identity": "qdm"
} ],
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-relatedperson"
} ],
"mustSupport": false,
"max": "1",
"id": "Condition.asserter"
}, {
"id": "Condition.stage",
"max": "1",
"min": 0,
"path": "Condition.stage",
"short": "Stage/grade, usually assessed formally",
"definition": "Clinical stage or grade of a condition. May include formal severity assessments.",
"isModifier": false,
"mustSupport": true
}, {
"path": "Condition.stage.summary",
"min": 0,
"definition": "A simple summary of the stage such as \"Stage 3\". The determination of the stage is disease-specific.",
"isModifier": false,
"short": "Simple summary (disease specific)",
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": true,
"binding": {
"strength": "example",
"description": "Example value set for stages of cancer and other conditions",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/condition-stage"
}
},
"max": "1",
"id": "Condition.stage.summary"
}, {
"path": "Condition.stage.assessment",
"min": 0,
"definition": "Reference to a formal record of the evidence on which the staging assessment is based.",
"isModifier": false,
"short": "Formal record of assessment",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport"
}, {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Observation"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition.stage.assessment"
}, {
"path": "Condition.evidence",
"min": 0,
"definition": "Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed.",
"isModifier": false,
"short": "Supporting evidence",
"type": [ {
"code": "BackboneElement"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition.evidence"
}, {
"path": "Condition.evidence.code",
"min": 0,
"definition": "A manifestation or symptom that led to the recording of this condition.",
"isModifier": false,
"short": "Manifestation/symptom",
"type": [ {
"code": "CodeableConcept"
} ],
"mustSupport": false,
"binding": {
"strength": "example",
"description": "Example value set for Manifestation and Symptom codes.",
"valueSetReference": {
"reference": "http://hl7.org/fhir/ValueSet/manifestation-or-symptom"
}
},
"max": "*",
"id": "Condition.evidence.code"
}, {
"path": "Condition.evidence.detail",
"min": 0,
"definition": "Links to other relevant information, including pathology reports.",
"isModifier": false,
"short": "Supporting information found elsewhere",
"type": [ {
"code": "Reference",
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Any"
} ],
"mustSupport": false,
"max": "*",
"id": "Condition.evidence.detail"
} ]
},
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/special/committees/CQI",
"system": "url"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
}