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

FHIR IG Statistics: StructureDefinition/Result

Packagehl7.fhir.eu.eps
TypeStructureDefinition
IdResult
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/eps/https://build.fhir.org/ig/hl7-eu/eps/StructureDefinition-Result.html
URLhttp://hl7.eu/fhir/eps/StructureDefinition/Result
Version0.0.1-ci
Statusdraft
Date2025-06-20T15:31:33+00:00
NameResultPsEhn
TitleA.2.8 - Results
Realmeu
Authorityhl7
DescriptionResults data elements. Section A2.8 of the eHN guideline.
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/eps/StructureDefinition/Result
Kindlogical

Resources that use this resource

StructureDefinition
PatientSummaryA - Patient Summary

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition Result

NameFlagsCard.TypeDescription & Constraintsdoco
.. Result 0..*BaseA.2.8 - Results
... observation 0..1BackboneElementA.2.8.1 Result observations
... date 0..*dateTimeA.2.8.1.1 Date
... type 0..*CodeableConceptA.2.8.1.2 Observation type
... description 0..*NarrativeA.2.8.1.3 Result description
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... details 0..*BackboneElementA.2.8.1.4 Observation details
... result 0..*BackboneElementA.2.8.1.5 Observation results
... performer 0..*BackboneElementA.2.8.1.6 Performer
... reporter 0..*BackboneElementA.2.8.1.7 Reporter

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Result",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/eps/StructureDefinition/Result",
  "version": "0.0.1-ci",
  "name": "ResultPsEhn",
  "title": "A.2.8 - Results",
  "status": "draft",
  "date": "2025-06-20T15:31:33+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Results data elements. Section A2.8 of the eHN guideline.",
  "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/eps/StructureDefinition/Result",
  "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": "Result",
        "path": "Result",
        "short": "A.2.8 - Results",
        "definition": "Results data elements. Section A2.8 of the eHN guideline.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "Result.observation",
        "path": "Result.observation",
        "short": "A.2.8.1 Result observations",
        "definition": "(A list of observation results pertaining to the subject of care's health condition and which might have impact on future treatments)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Result.observation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.date",
        "path": "Result.date",
        "short": "A.2.8.1.1 Date",
        "definition": "Date and time of the observation - Preferred system(s): ISO 8601",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.date",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Result.type",
        "path": "Result.type",
        "short": "A.2.8.1.2 Observation type",
        "definition": "Observation results types that may be measurements, laboratory results, anatomic pathology results, radiology results or other imaging or clinical results. Examples: Diagnostic results (Blood group, Laboratory Observations, Imaging results etc.) Physical findings (Vital signs observations)  - Preferred system(s): HL7 ObservationCategoryCodes",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.type",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Result.description",
        "path": "Result.description",
        "short": "A.2.8.1.3 Result description",
        "definition": "Narrative representation of the observation result and findings.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.description",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Narrative"
          }
        ]
      },
      {
        "id": "Result.details",
        "path": "Result.details",
        "short": "A.2.8.1.4 Observation details",
        "definition": "Observation details including code that identifies observation, specification of the observed body structure or specimen, date and time of the specimen collection. LOINC - Preferred system(s): SNOMED CT GPS NPU",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.details",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.result",
        "path": "Result.result",
        "short": "A.2.8.1.5 Observation results",
        "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 referential ranges and result interpretation. Content of the observation result will vary according to the type of the observation. - Preferred system(s): SNOMED CT GPS (for ordinal or nominal scale results) UCUM (for units)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.result",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.performer",
        "path": "Result.performer",
        "short": "A.2.8.1.6 Performer",
        "definition": "Identifies the originator/author and provides provenance information about the source of the results data that may have not originated with the source of the whole PS document.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.performer",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.reporter",
        "path": "Result.reporter",
        "short": "A.2.8.1.7 Reporter",
        "definition": "With certain observation results, e.g. there may also be an interpreter or a person responsible for validation.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Result.reporter",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Result",
        "path": "Result",
        "short": "A.2.8 - Results",
        "definition": "Results data elements. Section A2.8 of the eHN guideline."
      },
      {
        "id": "Result.observation",
        "path": "Result.observation",
        "short": "A.2.8.1 Result observations",
        "definition": "(A list of observation results pertaining to the subject of care's health condition and which might have impact on future treatments)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.date",
        "path": "Result.date",
        "short": "A.2.8.1.1 Date",
        "definition": "Date and time of the observation - Preferred system(s): ISO 8601",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Result.type",
        "path": "Result.type",
        "short": "A.2.8.1.2 Observation type",
        "definition": "Observation results types that may be measurements, laboratory results, anatomic pathology results, radiology results or other imaging or clinical results. Examples: Diagnostic results (Blood group, Laboratory Observations, Imaging results etc.) Physical findings (Vital signs observations)  - Preferred system(s): HL7 ObservationCategoryCodes",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Result.description",
        "path": "Result.description",
        "short": "A.2.8.1.3 Result description",
        "definition": "Narrative representation of the observation result and findings.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Narrative"
          }
        ]
      },
      {
        "id": "Result.details",
        "path": "Result.details",
        "short": "A.2.8.1.4 Observation details",
        "definition": "Observation details including code that identifies observation, specification of the observed body structure or specimen, date and time of the specimen collection. LOINC - Preferred system(s): SNOMED CT GPS NPU",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.result",
        "path": "Result.result",
        "short": "A.2.8.1.5 Observation results",
        "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 referential ranges and result interpretation. Content of the observation result will vary according to the type of the observation. - Preferred system(s): SNOMED CT GPS (for ordinal or nominal scale results) UCUM (for units)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.performer",
        "path": "Result.performer",
        "short": "A.2.8.1.6 Performer",
        "definition": "Identifies the originator/author and provides provenance information about the source of the results data that may have not originated with the source of the whole PS document.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Result.reporter",
        "path": "Result.reporter",
        "short": "A.2.8.1.7 Reporter",
        "definition": "With certain observation results, e.g. there may also be an interpreter or a person responsible for validation.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      }
    ]
  }
}