FHIR IG analytics
| Package | hl7.fhir.cz.ps |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-LogHealthIssuesCzEn.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7-cz/ps/StructureDefinition-LogHealthIssuesCzEn.html |
| URL | https://hl7.cz/fhir/ps/StructureDefinition/LogHealthIssuesCzEn |
| Version | 0.0.1 |
| Status | draft |
| Date | 2026-01-05T15:11:51+00:00 |
| Name | LogCzHealthIssuesEn |
| Title | A.2.4 Health Issues |
| Realm | cz |
| Authority | hl7 |
| Description | Logical model for health issues in the Patient Summary. |
| Type | https://hl7.cz/fhir/ps/StructureDefinition/LogHealthIssuesCzEn |
| Kind | logical |
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "StructureDefinition",
"id": "LogHealthIssuesCzEn",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.cz/fhir/ps/StructureDefinition/LogHealthIssuesCzEn",
"version": "0.0.1",
"name": "LogCzHealthIssuesEn",
"title": "A.2.4 Health Issues",
"status": "draft",
"date": "2026-01-05T15:11:51+00:00",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.cz/"
}
]
}
],
"description": "Logical model for health issues in the Patient Summary.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "https://hl7.cz/fhir/ps/StructureDefinition/LogHealthIssuesCzEn",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
}
],
"element": [
{
"id": "LogHealthIssuesCzEn",
"path": "LogHealthIssuesCzEn",
"short": "A.2.4 Health Issues",
"definition": "Logical model for health issues in the Patient Summary.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "LogHealthIssuesCzEn.problems",
"path": "LogHealthIssuesCzEn.problems",
"short": "A.2.4.1 Current health problems",
"definition": "Nosological entities (diseases with defined or presumed etiology and pathophysiology), as well as clinical syndromes or other clinically significant conditions not yet classified.",
"min": 1,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.problems",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.description",
"path": "LogHealthIssuesCzEn.problems.description",
"short": "A.2.4.1.1 Problem description",
"definition": "Health conditions affecting the patient that must be known to the healthcare professional. Free-text description.",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.description",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.code",
"path": "LogHealthIssuesCzEn.problems.code",
"short": "A.2.4.1.2 Code",
"definition": "Formal coded representation of the health problem (classification).",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.code",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.onsetDate",
"path": "LogHealthIssuesCzEn.problems.onsetDate",
"short": "A.2.4.1.3 Date of onset",
"definition": "Date of disease onset. Exact or approximate date.",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.onsetDate",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.abatementDate",
"path": "LogHealthIssuesCzEn.problems.abatementDate",
"short": "A.2.4.1.4 Date of resolution or remission",
"definition": "Date when the problem was resolved or went into remission. Problems with an 'active' clinical status do not have this element populated.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.abatementDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.abatementReason",
"path": "LogHealthIssuesCzEn.problems.abatementReason",
"short": "A.2.4.1.5 Circumstances of resolution",
"definition": "Reason why the problem status changed to inactive (e.g., surgical procedure, medical treatment). Used only if not documented elsewhere in the Patient Summary.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.abatementReason",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.severity",
"path": "LogHealthIssuesCzEn.problems.severity",
"short": "A.2.4.1.6 Severity",
"definition": "Clinician’s subjective assessment of the severity of the problem.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.severity",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.stage",
"path": "LogHealthIssuesCzEn.problems.stage",
"short": "A.2.4.1.7 Disease stage",
"definition": "Stage or grading of the disease expressed as text and/or code according to the selected scale (e.g., TNM, ICD-O).",
"min": 0,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.problems.stage",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.verificationStatus",
"path": "LogHealthIssuesCzEn.problems.verificationStatus",
"short": "A.2.4.1.8 Diagnosis confirmation status",
"definition": "Status of diagnostic confirmation (e.g., suspected, provisional, confirmed).",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.problems.verificationStatus",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure",
"path": "LogHealthIssuesCzEn.procedure",
"short": "A.2.4.2 Procedures",
"definition": "Relevant therapeutic and diagnostic or diagnostic-therapeutic procedures with impact on current or future care.",
"min": 1,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.procedure",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.code",
"path": "LogHealthIssuesCzEn.procedure.code",
"short": "A.2.4.2.1 Procedure code",
"definition": "Procedure code in the selected coding system.",
"min": 0,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.procedure.code",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.description",
"path": "LogHealthIssuesCzEn.procedure.description",
"short": "A.2.4.2.2 Procedure description",
"definition": "Free-text description of the",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.description",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.bodySite",
"path": "LogHealthIssuesCzEn.procedure.bodySite",
"short": "A.2.4.2.3 Body site",
"definition": "Anatomical location and laterality of the procedure using controlled terminology.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.bodySite",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.performedDate",
"path": "LogHealthIssuesCzEn.procedure.performedDate",
"short": "A.2.4.2.4 Date performed",
"definition": "Date when the procedure was performed.",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.performedDate",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.reasonCode",
"path": "LogHealthIssuesCzEn.procedure.reasonCode",
"short": "A.2.4.2.5 Reason",
"definition": "Reason for performing the procedure, expressed as text or code.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.reasonCode",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.outcome",
"path": "LogHealthIssuesCzEn.procedure.outcome",
"short": "A.2.4.2.6 Outcome",
"definition": "Formal coded representation of the procedure outcome.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.outcome",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.complication",
"path": "LogHealthIssuesCzEn.procedure.complication",
"short": "A.2.4.2.7 Complication",
"definition": "Complications associated with the procedure.",
"min": 0,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.procedure.complication",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.usedDevice",
"path": "LogHealthIssuesCzEn.procedure.usedDevice",
"short": "A.2.4.2.8 Target medical device",
"definition": "Reference to a medical device that was implanted, removed, or otherwise manipulated during the procedure.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.usedDevice",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Reference"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.performedQuantity",
"path": "LogHealthIssuesCzEn.procedure.performedQuantity",
"short": "A.2.4.2.9 Number of occurrences",
"definition": "Number of times the procedure was performed.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.procedure.performedQuantity",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "LogHealthIssuesCzEn.device",
"path": "LogHealthIssuesCzEn.device",
"short": "A.2.4.3 Medical devices and implants",
"definition": "Implanted or external medical devices on which the patient depends or which significantly affect the health status.",
"min": 1,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.device",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.code",
"path": "LogHealthIssuesCzEn.device.code",
"short": "A.2.4.3.1 Medical device",
"definition": "Coded and/or textual description of the medical device (implanted or external).",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.device.code",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.identifier",
"path": "LogHealthIssuesCzEn.device.identifier",
"short": "A.2.4.3.2 Device identifier",
"definition": "Normalized identifier (e.g., UDI) according to Regulation (EU) 2017/745.",
"min": 0,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.device.identifier",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.useStartDate",
"path": "LogHealthIssuesCzEn.device.useStartDate",
"short": "A.2.4.3.3 Implantation / start of use date",
"definition": "Date of implantation or start of device use (exact or approximate).",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.device.useStartDate",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.useEndDate",
"path": "LogHealthIssuesCzEn.device.useEndDate",
"short": "A.2.4.3.4 Explantation / end of use date",
"definition": "Date of explantation or end of device use (exact or approximate).",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.device.useEndDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.reasonCode",
"path": "LogHealthIssuesCzEn.device.reasonCode",
"short": "A.2.4.3.5 Reason",
"definition": "Clinical reason for implantation or removal of the medical device (text and/or code).",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.device.reasonCode",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus",
"path": "LogHealthIssuesCzEn.functionalStatus",
"short": "A.2.4.4 Functional status",
"definition": "Assessment of the patient’s ability to perform activities of daily living (ADL) and instrumental activities of daily living (IADL).",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.effectiveDateTime",
"path": "LogHealthIssuesCzEn.functionalStatus.effectiveDateTime",
"short": "A.2.4.4.1 Date and time",
"definition": "Date and time of the functional status assessment.",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.effectiveDateTime",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.performer",
"path": "LogHealthIssuesCzEn.functionalStatus.performer",
"short": "A.2.4.4.2 Assessed by",
"definition": "Person who performed the assessment or is the source of the information.",
"min": 0,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.performer",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Practitioner"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.note",
"path": "LogHealthIssuesCzEn.functionalStatus.note",
"short": "A.2.4.4.3 Description",
"definition": "Free-text description of the patient’s functional status.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.note",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment",
"short": "A.2.4.4.4 Formal assessment",
"definition": "Formalized functional status assessment according to a selected evaluation system (e.g., ICF).",
"min": 0,
"max": "*",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.assessment",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.onsetDate",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.onsetDate",
"short": "A.2.4.4.4.1 Date of onset",
"definition": "Date when the functional limitation began.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.onsetDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.valueText",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.valueText",
"short": "A.2.4.4.4.2 Assessment result (text)",
"definition": "Assessment result expressed as free text.",
"min": 0,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.valueText",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.code",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.code",
"short": "A.2.4.4.4.3 Assessment description",
"definition": "Assessment description including code (default system: ICF).",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.code",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.valueCodeableConcept",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.valueCodeableConcept",
"short": "A.2.4.4.4.4 Assessment result (coded)",
"definition": "Coded result of the functional status assessment.",
"min": 1,
"max": "1",
"base": {
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.valueCodeableConcept",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
}
]
},
"differential": {
"element": [
{
"id": "LogHealthIssuesCzEn",
"path": "LogHealthIssuesCzEn",
"short": "A.2.4 Health Issues",
"definition": "Logical model for health issues in the Patient Summary."
},
{
"id": "LogHealthIssuesCzEn.problems",
"path": "LogHealthIssuesCzEn.problems",
"short": "A.2.4.1 Current health problems",
"definition": "Nosological entities (diseases with defined or presumed etiology and pathophysiology), as well as clinical syndromes or other clinically significant conditions not yet classified.",
"min": 1,
"max": "*",
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.description",
"path": "LogHealthIssuesCzEn.problems.description",
"short": "A.2.4.1.1 Problem description",
"definition": "Health conditions affecting the patient that must be known to the healthcare professional. Free-text description.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.code",
"path": "LogHealthIssuesCzEn.problems.code",
"short": "A.2.4.1.2 Code",
"definition": "Formal coded representation of the health problem (classification).",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.onsetDate",
"path": "LogHealthIssuesCzEn.problems.onsetDate",
"short": "A.2.4.1.3 Date of onset",
"definition": "Date of disease onset. Exact or approximate date.",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.abatementDate",
"path": "LogHealthIssuesCzEn.problems.abatementDate",
"short": "A.2.4.1.4 Date of resolution or remission",
"definition": "Date when the problem was resolved or went into remission. Problems with an 'active' clinical status do not have this element populated.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.abatementReason",
"path": "LogHealthIssuesCzEn.problems.abatementReason",
"short": "A.2.4.1.5 Circumstances of resolution",
"definition": "Reason why the problem status changed to inactive (e.g., surgical procedure, medical treatment). Used only if not documented elsewhere in the Patient Summary.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.severity",
"path": "LogHealthIssuesCzEn.problems.severity",
"short": "A.2.4.1.6 Severity",
"definition": "Clinician’s subjective assessment of the severity of the problem.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.stage",
"path": "LogHealthIssuesCzEn.problems.stage",
"short": "A.2.4.1.7 Disease stage",
"definition": "Stage or grading of the disease expressed as text and/or code according to the selected scale (e.g., TNM, ICD-O).",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.problems.verificationStatus",
"path": "LogHealthIssuesCzEn.problems.verificationStatus",
"short": "A.2.4.1.8 Diagnosis confirmation status",
"definition": "Status of diagnostic confirmation (e.g., suspected, provisional, confirmed).",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure",
"path": "LogHealthIssuesCzEn.procedure",
"short": "A.2.4.2 Procedures",
"definition": "Relevant therapeutic and diagnostic or diagnostic-therapeutic procedures with impact on current or future care.",
"min": 1,
"max": "*",
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.code",
"path": "LogHealthIssuesCzEn.procedure.code",
"short": "A.2.4.2.1 Procedure code",
"definition": "Procedure code in the selected coding system.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.description",
"path": "LogHealthIssuesCzEn.procedure.description",
"short": "A.2.4.2.2 Procedure description",
"definition": "Free-text description of the ",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.bodySite",
"path": "LogHealthIssuesCzEn.procedure.bodySite",
"short": "A.2.4.2.3 Body site",
"definition": "Anatomical location and laterality of the procedure using controlled terminology.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.performedDate",
"path": "LogHealthIssuesCzEn.procedure.performedDate",
"short": "A.2.4.2.4 Date performed",
"definition": "Date when the procedure was performed.",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.reasonCode",
"path": "LogHealthIssuesCzEn.procedure.reasonCode",
"short": "A.2.4.2.5 Reason",
"definition": "Reason for performing the procedure, expressed as text or code.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.outcome",
"path": "LogHealthIssuesCzEn.procedure.outcome",
"short": "A.2.4.2.6 Outcome",
"definition": "Formal coded representation of the procedure outcome.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.complication",
"path": "LogHealthIssuesCzEn.procedure.complication",
"short": "A.2.4.2.7 Complication",
"definition": "Complications associated with the procedure.",
"min": 0,
"max": "*",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.usedDevice",
"path": "LogHealthIssuesCzEn.procedure.usedDevice",
"short": "A.2.4.2.8 Target medical device",
"definition": "Reference to a medical device that was implanted, removed, or otherwise manipulated during the procedure.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "LogHealthIssuesCzEn.procedure.performedQuantity",
"path": "LogHealthIssuesCzEn.procedure.performedQuantity",
"short": "A.2.4.2.9 Number of occurrences",
"definition": "Number of times the procedure was performed.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "LogHealthIssuesCzEn.device",
"path": "LogHealthIssuesCzEn.device",
"short": "A.2.4.3 Medical devices and implants",
"definition": "Implanted or external medical devices on which the patient depends or which significantly affect the health status.",
"min": 1,
"max": "*",
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.code",
"path": "LogHealthIssuesCzEn.device.code",
"short": "A.2.4.3.1 Medical device",
"definition": "Coded and/or textual description of the medical device (implanted or external).",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.identifier",
"path": "LogHealthIssuesCzEn.device.identifier",
"short": "A.2.4.3.2 Device identifier",
"definition": "Normalized identifier (e.g., UDI) according to Regulation (EU) 2017/745.",
"min": 0,
"max": "*",
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.useStartDate",
"path": "LogHealthIssuesCzEn.device.useStartDate",
"short": "A.2.4.3.3 Implantation / start of use date",
"definition": "Date of implantation or start of device use (exact or approximate).",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.useEndDate",
"path": "LogHealthIssuesCzEn.device.useEndDate",
"short": "A.2.4.3.4 Explantation / end of use date",
"definition": "Date of explantation or end of device use (exact or approximate).",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.device.reasonCode",
"path": "LogHealthIssuesCzEn.device.reasonCode",
"short": "A.2.4.3.5 Reason",
"definition": "Clinical reason for implantation or removal of the medical device (text and/or code).",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus",
"path": "LogHealthIssuesCzEn.functionalStatus",
"short": "A.2.4.4 Functional status",
"definition": "Assessment of the patient’s ability to perform activities of daily living (ADL) and instrumental activities of daily living (IADL).",
"min": 0,
"max": "1",
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.effectiveDateTime",
"path": "LogHealthIssuesCzEn.functionalStatus.effectiveDateTime",
"short": "A.2.4.4.1 Date and time",
"definition": "Date and time of the functional status assessment.",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.performer",
"path": "LogHealthIssuesCzEn.functionalStatus.performer",
"short": "A.2.4.4.2 Assessed by",
"definition": "Person who performed the assessment or is the source of the information.",
"min": 0,
"max": "*",
"type": [
{
"code": "Practitioner"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.note",
"path": "LogHealthIssuesCzEn.functionalStatus.note",
"short": "A.2.4.4.3 Description",
"definition": "Free-text description of the patient’s functional status.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment",
"short": "A.2.4.4.4 Formal assessment",
"definition": "Formalized functional status assessment according to a selected evaluation system (e.g., ICF).",
"min": 0,
"max": "*",
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.onsetDate",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.onsetDate",
"short": "A.2.4.4.4.1 Date of onset",
"definition": "Date when the functional limitation began.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.valueText",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.valueText",
"short": "A.2.4.4.4.2 Assessment result (text)",
"definition": "Assessment result expressed as free text.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.code",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.code",
"short": "A.2.4.4.4.3 Assessment description",
"definition": "Assessment description including code (default system: ICF).",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogHealthIssuesCzEn.functionalStatus.assessment.valueCodeableConcept",
"path": "LogHealthIssuesCzEn.functionalStatus.assessment.valueCodeableConcept",
"short": "A.2.4.4.4.4 Assessment result (coded)",
"definition": "Coded result of the functional status assessment.",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
}
]
}
}