Package | hl7.fhir.cz.hdr |
Type | StructureDefinition |
Id | AdmissionEvaluationEhnEn |
FHIR Version | R4 |
Source | https://hl7.cz/fhir/hdr/https://build.fhir.org/ig/HL7-cz/hdr/StructureDefinition-AdmissionEvaluationEhnEn.html |
URL | https://hl7.cz/fhir/hdr/StructureDefinition/AdmissionEvaluationEhnEn |
Version | 0.0.2 |
Status | draft |
Date | 2025-07-18T09:03:32+00:00 |
Name | AdmissionEvaluationEhnEn |
Title | A.2.4 - Admission evaluation (eHN) |
Realm | cz |
Authority | hl7 |
Description | Hospital Discharge Report - Admission evaluation - A.2.4 eHN |
Type | https://hl7.cz/fhir/hdr/StructureDefinition/AdmissionEvaluationEhnEn |
Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition AdmissionEvaluationEhnEn
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | A.2.4 - Admission evaluation (eHN) | |
![]() ![]() ![]() | 0..1 | BackboneElement | A.2.4.1 - Objective findings | |
![]() ![]() ![]() ![]() | 0..1 | dateTime | A.2.4.1.1 - Date and time | |
![]() ![]() ![]() ![]() | 0..* | BackboneElement | A.2.4.1.3 - Anthropometric observations | |
![]() ![]() ![]() ![]() ![]() | 0..1 | BackboneElement | A.2.4.1.3.1 - Observation details | |
![]() ![]() ![]() ![]() ![]() | 1..1 | BackboneElement | A.2.4.1.3.2 - Observation result | |
![]() ![]() ![]() ![]() | 0..* | BackboneElement | A.2.4.1.4 - Vital signs | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | A.2.4.1.4.1 - Result description | |
![]() ![]() ![]() ![]() ![]() | 1..1 | BackboneElement | A.2.4.1.4.2 - Observation details | |
![]() ![]() ![]() ![]() ![]() | 1..1 | BackboneElement | A.2.4.1.4.3 - Observation result | |
![]() ![]() ![]() ![]() | 0..1 | BackboneElement | A.2.4.1.5 - Physical examination | |
![]() ![]() ![]() ![]() ![]() | 1..1 | string | A.2.4.1.5.1 - Observation Note | |
![]() ![]() ![]() | 0..1 | BackboneElement | A.2.4.2 - Functional status | |
![]() ![]() ![]() ![]() | 1..1 | string | A.2.4.2.1 - Description | |
![]() ![]() ![]() ![]() | 0..1 | dateTime | A.2.4.2.2 - Onset Date | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | A.2.4.2.3 - Functional assessment description | |
![]() ![]() ![]() ![]() | 0..1 | dateTime | A.2.4.2.4 - Functional assessment date | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | A.2.4.2.5 - Functional assessment result | |
{ "resourceType": "StructureDefinition", "id": "AdmissionEvaluationEhnEn", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "https://hl7.cz/fhir/hdr/StructureDefinition/AdmissionEvaluationEhnEn", "version": "0.0.2", "name": "AdmissionEvaluationEhnEn", "title": "A.2.4 - Admission evaluation (eHN)", "status": "draft", "date": "2025-07-18T09:03:32+00:00", "publisher": "HL7 Czech Republic", "contact": [ { "name": "HL7 Czech Republic", "telecom": [ { "system": "url", "value": "https://www.hl7.cz/" } ] } ], "description": "Hospital Discharge Report - Admission evaluation - A.2.4 eHN", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "203", "display": "Czech Republic (CZE)" } ] } ], "fhirVersion": "4.0.1", "kind": "logical", "abstract": false, "type": "https://hl7.cz/fhir/hdr/StructureDefinition/AdmissionEvaluationEhnEn", "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": "AdmissionEvaluationEhnEn", "path": "AdmissionEvaluationEhnEn", "short": "A.2.4 - Admission evaluation (eHN)", "definition": "Hospital Discharge Report - Admission evaluation - A.2.4 eHN", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings", "path": "AdmissionEvaluationEhnEn.objectiveFindings", "short": "A.2.4.1 - Objective findings", "definition": "Objective findings", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings", "min": 0, "max": "1" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.id", "path": "AdmissionEvaluationEhnEn.objectiveFindings.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.extension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the 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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.modifierExtension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "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.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.date", "path": "AdmissionEvaluationEhnEn.objectiveFindings.date", "short": "A.2.4.1.1 - Date and time", "definition": "Date and time of the examination", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.date", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations", "short": "A.2.4.1.3 - Anthropometric observations", "definition": "Observation of Body weight and height of the patient, BMI, circumference of head, waist, hip, limbs and skin fold thickness.\nResult of the observation includes text, numeric and coded results of the measurement including measurement units. Multiple observations could be provided.", "min": 0, "max": "*", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations", "min": 0, "max": "*" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.id", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.extension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the 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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.modifierExtension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "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.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.details", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.details", "short": "A.2.4.1.3.1 - Observation details", "definition": "Observation details include code that identifies observation, specification of the observed body structure or specimen, date and time of the specimen collection, observation method or protocol used and other aspects of the observation..", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.details", "min": 0, "max": "1" }, "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.result", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.result", "short": "A.2.4.1.3.2 - Observation result", "definition": "Result of the observation including numeric and coded results of the measurement, details about how the tests were done to get the result values, information about reference ranges and result interpretation. Content of the observation result will vary according to the type of the observation.", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.result", "min": 1, "max": "1" }, "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns", "short": "A.2.4.1.4 - Vital signs", "definition": "Vital signs observation:", "min": 0, "max": "*", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns", "min": 0, "max": "*" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.id", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.extension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the 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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.modifierExtension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "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.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.description", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.description", "short": "A.2.4.1.4.1 - Result description", "definition": "Narrative representation of the observation result and findings.", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.description", "min": 1, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.details", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.details", "short": "A.2.4.1.4.2 - Observation details", "definition": "Observation details include code that identifies observation, specification of the observed body structure or specimen, date and time of the specimen collection, observation method or protocol used and other aspects of the observation.", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.details", "min": 1, "max": "1" }, "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.result", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.result", "short": "A.2.4.1.4.3 - Observation result", "definition": "Result of the observation including numeric and coded results of the measurement, details about how the tests were done to get the result values, information about reference ranges and result interpretation. Content of the observation result will vary according to the type of the observation.", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.result", "min": 1, "max": "1" }, "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination", "short": "A.2.4.1.5 - Physical examination", "definition": "Physical examination is the process of evaluating objective anatomical findings. It is typically the first diagnostic measure performed after taking the patient's history, which allows an initial assessment of symptoms and is useful for determining the differential diagnoses and further steps. Physical examination can be performed through observation, palpation, percussion, and auscultation.", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination", "min": 0, "max": "1" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.id", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.extension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the 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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.modifierExtension", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "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.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.note", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.note", "short": "A.2.4.1.5.1 - Observation Note", "definition": "A narrative description of the observation. It should be structured by the organ system (e.g. head, neck, body, arms, ...)", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.note", "min": 1, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus", "path": "AdmissionEvaluationEhnEn.functionalStatus", "short": "A.2.4.2 - Functional status", "definition": "Functional status", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.functionalStatus", "min": 0, "max": "1" }, "type": [ { "code": "BackboneElement" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.id", "path": "AdmissionEvaluationEhnEn.functionalStatus.id", "representation": [ "xmlAttr" ], "short": "Unique id for inter-element referencing", "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "min": 0, "max": "1", "base": { "path": "Element.id", "min": 0, "max": "1" }, "type": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ], "code": "http://hl7.org/fhirpath/System.String" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.extension", "path": "AdmissionEvaluationEhnEn.functionalStatus.extension", "slicing": { "discriminator": [ { "type": "value", "path": "url" } ], "description": "Extensions are always sliced by (at least) url", "rules": "open" }, "short": "Additional content defined by implementations", "definition": "May be used to represent additional information that is not part of the basic definition of the element. 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 can define an extension, there is a set of requirements that SHALL be met as part of the definition of the 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.", "alias": [ "extensions", "user content" ], "min": 0, "max": "*", "base": { "path": "Element.extension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": false, "isSummary": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.modifierExtension", "path": "AdmissionEvaluationEhnEn.functionalStatus.modifierExtension", "short": "Extensions that cannot be ignored even if unrecognized", "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 in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 can 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "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.", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "alias": [ "extensions", "user content", "modifiers" ], "min": 0, "max": "*", "base": { "path": "BackboneElement.modifierExtension", "min": 0, "max": "*" }, "type": [ { "code": "Extension" } ], "constraint": [ { "key": "ele-1", "severity": "error", "human": "All FHIR elements must have a @value or children", "expression": "hasValue() or (children().count() > id.count())", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element" }, { "key": "ext-1", "severity": "error", "human": "Must have either extensions or value[x], not both", "expression": "extension.exists() != value.exists()", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension" } ], "isModifier": true, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true, "mapping": [ { "identity": "rim", "map": "N/A" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.description", "path": "AdmissionEvaluationEhnEn.functionalStatus.description", "short": "A.2.4.2.1 - Description", "definition": "Need for the patient to be continuously assessed by third parties; functional status may influence decisions about how to plan and administer treatments", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.functionalStatus.description", "min": 1, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.onsetDate", "path": "AdmissionEvaluationEhnEn.functionalStatus.onsetDate", "short": "A.2.4.2.2 - Onset Date", "definition": "Onset date of a condition", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.functionalStatus.onsetDate", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.assessmentType", "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentType", "short": "A.2.4.2.3 - Functional assessment description", "definition": "Description of the functional assessment", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentType", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.assessmentDate", "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentDate", "short": "A.2.4.2.4 - Functional assessment date", "definition": "Date of the functional assessment", "min": 0, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentDate", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.assessmentResult", "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentResult", "short": "A.2.4.2.5 - Functional assessment result", "definition": "Functional assessment result value", "min": 1, "max": "1", "base": { "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentResult", "min": 1, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] } ] }, "differential": { "element": [ { "id": "AdmissionEvaluationEhnEn", "path": "AdmissionEvaluationEhnEn", "short": "A.2.4 - Admission evaluation (eHN)", "definition": "Hospital Discharge Report - Admission evaluation - A.2.4 eHN" }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings", "path": "AdmissionEvaluationEhnEn.objectiveFindings", "short": "A.2.4.1 - Objective findings", "definition": "Objective findings", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.date", "path": "AdmissionEvaluationEhnEn.objectiveFindings.date", "short": "A.2.4.1.1 - Date and time", "definition": "Date and time of the examination", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations", "short": "A.2.4.1.3 - Anthropometric observations", "definition": "Observation of Body weight and height of the patient, BMI, circumference of head, waist, hip, limbs and skin fold thickness.\nResult of the observation includes text, numeric and coded results of the measurement including measurement units. Multiple observations could be provided.", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.details", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.details", "short": "A.2.4.1.3.1 - Observation details", "definition": "Observation details include code that identifies observation, specification of the observed body structure or specimen, date and time of the specimen collection, observation method or protocol used and other aspects of the observation..", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.result", "path": "AdmissionEvaluationEhnEn.objectiveFindings.anthropometricObservations.result", "short": "A.2.4.1.3.2 - Observation result", "definition": "Result of the observation including numeric and coded results of the measurement, details about how the tests were done to get the result values, information about reference ranges and result interpretation. Content of the observation result will vary according to the type of the observation.", "min": 1, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns", "short": "A.2.4.1.4 - Vital signs", "definition": "Vital signs observation:", "min": 0, "max": "*", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.description", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.description", "short": "A.2.4.1.4.1 - Result description", "definition": "Narrative representation of the observation result and findings.", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.details", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.details", "short": "A.2.4.1.4.2 - Observation details", "definition": "Observation details include code that identifies observation, specification of the observed body structure or specimen, date and time of the specimen collection, observation method or protocol used and other aspects of the observation.", "min": 1, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.result", "path": "AdmissionEvaluationEhnEn.objectiveFindings.vitalSigns.result", "short": "A.2.4.1.4.3 - Observation result", "definition": "Result of the observation including numeric and coded results of the measurement, details about how the tests were done to get the result values, information about reference ranges and result interpretation. Content of the observation result will vary according to the type of the observation.", "min": 1, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination", "short": "A.2.4.1.5 - Physical examination", "definition": "Physical examination is the process of evaluating objective anatomical findings. It is typically the first diagnostic measure performed after taking the patient's history, which allows an initial assessment of symptoms and is useful for determining the differential diagnoses and further steps. Physical examination can be performed through observation, palpation, percussion, and auscultation.", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.note", "path": "AdmissionEvaluationEhnEn.objectiveFindings.physicalExamination.note", "short": "A.2.4.1.5.1 - Observation Note", "definition": "A narrative description of the observation. It should be structured by the organ system (e.g. head, neck, body, arms, ...)", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus", "path": "AdmissionEvaluationEhnEn.functionalStatus", "short": "A.2.4.2 - Functional status", "definition": "Functional status", "min": 0, "max": "1", "type": [ { "code": "BackboneElement" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.description", "path": "AdmissionEvaluationEhnEn.functionalStatus.description", "short": "A.2.4.2.1 - Description", "definition": "Need for the patient to be continuously assessed by third parties; functional status may influence decisions about how to plan and administer treatments", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.onsetDate", "path": "AdmissionEvaluationEhnEn.functionalStatus.onsetDate", "short": "A.2.4.2.2 - Onset Date", "definition": "Onset date of a condition", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.assessmentType", "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentType", "short": "A.2.4.2.3 - Functional assessment description", "definition": "Description of the functional assessment", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.assessmentDate", "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentDate", "short": "A.2.4.2.4 - Functional assessment date", "definition": "Date of the functional assessment", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] }, { "id": "AdmissionEvaluationEhnEn.functionalStatus.assessmentResult", "path": "AdmissionEvaluationEhnEn.functionalStatus.assessmentResult", "short": "A.2.4.2.5 - Functional assessment result", "definition": "Functional assessment result value", "min": 1, "max": "1", "type": [ { "code": "CodeableConcept" } ] } ] } }