FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ObjectiveFindings

Packagehl7.fhir.eu.hdr
TypeStructureDefinition
IdObjectiveFindings
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/StructureDefinition-ObjectiveFindings.html
URLhttp://hl7.eu/fhir/hdr/StructureDefinition/ObjectiveFindings
Version0.1.0-ballot
Statusdraft
Date2025-06-01T06:10:09+00:00
NameObjectiveFindingsHdrEhn
TitleA.2.7.1 - Objective findings
Realmeu
Authorityhl7
DescriptionHospital Discharge Report - Objective Findings- A.2.7.1 eHN
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/hdr/StructureDefinition/ObjectiveFindings
Kindlogical

Resources that use this resource

ConceptMap
objectiveFindings2FHIR-eu-hdreHN Objective Findings Model to this guide Map
StructureDefinition
HospitalDischargeReportCzA - Hospital Discharge Report (eHN)
AdmissionEvaluationA.2.4 - Admission evaluation (eHN)
HospitalDischargeReportA - Hospital Discharge Report (eHN)

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition ObjectiveFindings

NameFlagsCard.TypeDescription & Constraintsdoco
.. ObjectiveFindings 0..*BaseA.2.7.1 - Objective findings
... date 1..1dateTimeA.2.8.1.1 - Date
... anthropometricObservations 0..*BaseA.2.8.1.3 - Anthropometric observations
.... description 0..1stringA.2.8.1.3.1 - Result description
.... details 1..1BaseA.2.8.1.3.2 - Observation details
.... result 1..1BaseA.2.8.1.3.3 - Observation result
... vitalSigns 0..*BaseA.2.8.1.4 - Vital signs
.... description 0..1stringA.2.8.1.4.1 - Result description
.... details 1..1BaseA.2.8.1.4.2 - Observation details
.... result 1..1BaseA.2.8.1.4.3 - Observation result
... physicalExamination 0..1BaseA.2.8.1.5 - Physical examination
.... description 1..1stringA.2.8.1.5.1 - Observation Note

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "ObjectiveFindings",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/hdr/StructureDefinition/ObjectiveFindings",
  "version": "0.1.0-ballot",
  "name": "ObjectiveFindingsHdrEhn",
  "title": "A.2.7.1 - Objective findings",
  "status": "draft",
  "date": "2025-06-01T06:10:09+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Hospital Discharge Report - Objective Findings- A.2.7.1 eHN",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/hdr/StructureDefinition/ObjectiveFindings",
  "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": "ObjectiveFindings",
        "path": "ObjectiveFindings",
        "short": "A.2.7.1 - Objective findings",
        "definition": "Hospital Discharge Report - Objective Findings- A.2.7.1 eHN",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "ObjectiveFindings.date",
        "path": "ObjectiveFindings.date",
        "short": "A.2.8.1.1 - Date",
        "definition": "Date and time of the examination at or before discharge",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ObjectiveFindings.date",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations",
        "path": "ObjectiveFindings.anthropometricObservations",
        "short": "A.2.8.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.Result 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": "ObjectiveFindings.anthropometricObservations",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations.description",
        "path": "ObjectiveFindings.anthropometricObservations.description",
        "short": "A.2.8.1.3.1 - Result description",
        "definition": "Narrative representation of the observation result and findings.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ObjectiveFindings.anthropometricObservations.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations.details",
        "path": "ObjectiveFindings.anthropometricObservations.details",
        "short": "A.2.8.1.3.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": "ObjectiveFindings.anthropometricObservations.details",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations.result",
        "path": "ObjectiveFindings.anthropometricObservations.result",
        "short": "A.2.8.1.3.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": "ObjectiveFindings.anthropometricObservations.result",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns",
        "path": "ObjectiveFindings.vitalSigns",
        "short": "A.2.8.1.4 - Vital signs",
        "definition": "Observation of Vital signs:\n• Recommended: systolic and diastolic blood pressure including site of measurement, pulse rate, respiratory rate\n• Optional: 02 saturation, temperature, pain (scale), ...",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ObjectiveFindings.vitalSigns",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns.description",
        "path": "ObjectiveFindings.vitalSigns.description",
        "short": "A.2.8.1.4.1 - Result description",
        "definition": "Narrative representation of the observation result and findings.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ObjectiveFindings.vitalSigns.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns.details",
        "path": "ObjectiveFindings.vitalSigns.details",
        "short": "A.2.8.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": "ObjectiveFindings.vitalSigns.details",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns.result",
        "path": "ObjectiveFindings.vitalSigns.result",
        "short": "A.2.8.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": "ObjectiveFindings.vitalSigns.result",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.physicalExamination",
        "path": "ObjectiveFindings.physicalExamination",
        "short": "A.2.8.1.5 - Physical examination",
        "definition": "Physical examination (at discharge) is the process of evaluating objective anatomical findings. Physical examination can be performed through observation, palpation, percussion, and auscultation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "ObjectiveFindings.physicalExamination",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.physicalExamination.description",
        "path": "ObjectiveFindings.physicalExamination.description",
        "short": "A.2.8.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": "ObjectiveFindings.physicalExamination.description",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ObjectiveFindings",
        "path": "ObjectiveFindings",
        "short": "A.2.7.1 - Objective findings",
        "definition": "Hospital Discharge Report - Objective Findings- A.2.7.1 eHN"
      },
      {
        "id": "ObjectiveFindings.date",
        "path": "ObjectiveFindings.date",
        "short": "A.2.8.1.1 - Date",
        "definition": "Date and time of the examination at or before discharge",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations",
        "path": "ObjectiveFindings.anthropometricObservations",
        "short": "A.2.8.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.Result 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": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations.description",
        "path": "ObjectiveFindings.anthropometricObservations.description",
        "short": "A.2.8.1.3.1 - Result description",
        "definition": "Narrative representation of the observation result and findings.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations.details",
        "path": "ObjectiveFindings.anthropometricObservations.details",
        "short": "A.2.8.1.3.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": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.anthropometricObservations.result",
        "path": "ObjectiveFindings.anthropometricObservations.result",
        "short": "A.2.8.1.3.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": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns",
        "path": "ObjectiveFindings.vitalSigns",
        "short": "A.2.8.1.4 - Vital signs",
        "definition": "Observation of Vital signs:\n• Recommended: systolic and diastolic blood pressure including site of measurement, pulse rate, respiratory rate\n• Optional: 02 saturation, temperature, pain (scale), ...",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns.description",
        "path": "ObjectiveFindings.vitalSigns.description",
        "short": "A.2.8.1.4.1 - Result description",
        "definition": "Narrative representation of the observation result and findings.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns.details",
        "path": "ObjectiveFindings.vitalSigns.details",
        "short": "A.2.8.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": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.vitalSigns.result",
        "path": "ObjectiveFindings.vitalSigns.result",
        "short": "A.2.8.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": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.physicalExamination",
        "path": "ObjectiveFindings.physicalExamination",
        "short": "A.2.8.1.5 - Physical examination",
        "definition": "Physical examination (at discharge) is the process of evaluating objective anatomical findings. Physical examination can be performed through observation, palpation, percussion, and auscultation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "ObjectiveFindings.physicalExamination.description",
        "path": "ObjectiveFindings.physicalExamination.description",
        "short": "A.2.8.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"
          }
        ]
      }
    ]
  }
}