FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.korder
Resource TypeStructureDefinition
IdStructureDefinition-logEnBodyKOrder.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/k-order/StructureDefinition-logEnBodyKOrder.html
URLhttps://hl7.cz/fhir/korder/StructureDefinition/logEnBodyKOrder
Version0.0.3
Statusdraft
Date2026-02-10T12:39:03+00:00
NameLogEnBodyKOrder
TitleA.2 – Document Body
Realmcz
Authorityhl7
DescriptionBody of the K-order document containing clinical data, diagnoses, clinical reasons for the request, and specification of requested examinations and procedures.
Typehttps://hl7.cz/fhir/korder/StructureDefinition/logEnBodyKOrder
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
logAdditionalClinicalInfoKOrderCzA.2.5 – Additional Clinical Information
logEnClinicalReasonKOrderA.2.2 – Clinical reason for the request
logEnRecommendationKOrderA.2.4 – Recommendation
logEnRequestedServiceKOrderA.2.3 – Requested examinations / procedures
logKOrderInformationA.2.1 - Order information and A.2.2 - Order reason

Narrative

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

Generated Narrative: StructureDefinition logEnBodyKOrder

NameFlagsCard.TypeDescription & Constraintsdoco
.. logEnBodyKOrder 0..*BaseA.2 – Document Body
... informationOrder 1..1logKOrderInformationA.2.1 – Diagnoses
... clinicalReason 1..1logEnClinicalReasonKOrderA.2.2 – Clinical reason for the request
... requestedServices 1..*logEnRequestedServiceKOrderA.2.3 – Requested examinations / procedures
... recommendation 0..1logEnRecommendationKOrderA.2.4 – Recommendation
... additionalClinicalInformation 0..1logAdditionalClinicalInfoKOrderCzA.2.5 – Additional clinical information

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "logEnBodyKOrder",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/korder/StructureDefinition/logEnBodyKOrder",
  "version": "0.0.3",
  "name": "LogEnBodyKOrder",
  "title": "A.2 – Document Body",
  "status": "draft",
  "date": "2026-02-10T12:39:03+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Body of the K-order document containing clinical data, diagnoses,\nclinical reasons for the request, and specification of requested examinations\nand procedures.",
  "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/korder/StructureDefinition/logEnBodyKOrder",
  "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": "logEnBodyKOrder",
        "path": "logEnBodyKOrder",
        "short": "A.2 – Document Body",
        "definition": "Body of the K-order document containing clinical data, diagnoses,\nclinical reasons for the request, and specification of requested examinations\nand procedures.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "logEnBodyKOrder.informationOrder",
        "path": "logEnBodyKOrder.informationOrder",
        "short": "A.2.1 – Diagnoses",
        "definition": "Diagnoses justifying the request for a consultation\nor other healthcare service.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "logEnBodyKOrder.informationOrder",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logKOrderInformation"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.clinicalReason",
        "path": "logEnBodyKOrder.clinicalReason",
        "short": "A.2.2 – Clinical reason for the request",
        "definition": "Clinical justification of the request including medical history,\nobjective findings, and related clinical information.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "logEnBodyKOrder.clinicalReason",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logEnClinicalReasonKOrder"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.requestedServices",
        "path": "logEnBodyKOrder.requestedServices",
        "short": "A.2.3 – Requested examinations / procedures",
        "definition": "Specification of requested consultation examinations,\ntreatments, or healthcare procedures.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "logEnBodyKOrder.requestedServices",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logEnRequestedServiceKOrder"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.recommendation",
        "path": "logEnBodyKOrder.recommendation",
        "short": "A.2.4 – Recommendation",
        "definition": "Recommendation for further management, transfer of care,\nor hospitalization.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logEnBodyKOrder.recommendation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logEnRecommendationKOrder"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.additionalClinicalInformation",
        "path": "logEnBodyKOrder.additionalClinicalInformation",
        "short": "A.2.5 – Additional clinical information",
        "definition": "Additional clinically relevant information related to the request.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logEnBodyKOrder.additionalClinicalInformation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logAdditionalClinicalInfoKOrderCz"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "logEnBodyKOrder",
        "path": "logEnBodyKOrder",
        "short": "A.2 – Document Body",
        "definition": "Body of the K-order document containing clinical data, diagnoses,\nclinical reasons for the request, and specification of requested examinations\nand procedures."
      },
      {
        "id": "logEnBodyKOrder.informationOrder",
        "path": "logEnBodyKOrder.informationOrder",
        "short": "A.2.1 – Diagnoses",
        "definition": "Diagnoses justifying the request for a consultation\nor other healthcare service.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logKOrderInformation"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.clinicalReason",
        "path": "logEnBodyKOrder.clinicalReason",
        "short": "A.2.2 – Clinical reason for the request",
        "definition": "Clinical justification of the request including medical history,\nobjective findings, and related clinical information.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logEnClinicalReasonKOrder"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.requestedServices",
        "path": "logEnBodyKOrder.requestedServices",
        "short": "A.2.3 – Requested examinations / procedures",
        "definition": "Specification of requested consultation examinations,\ntreatments, or healthcare procedures.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logEnRequestedServiceKOrder"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.recommendation",
        "path": "logEnBodyKOrder.recommendation",
        "short": "A.2.4 – Recommendation",
        "definition": "Recommendation for further management, transfer of care,\nor hospitalization.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logEnRecommendationKOrder"
          }
        ]
      },
      {
        "id": "logEnBodyKOrder.additionalClinicalInformation",
        "path": "logEnBodyKOrder.additionalClinicalInformation",
        "short": "A.2.5 – Additional clinical information",
        "definition": "Additional clinically relevant information related to the request.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/korder/StructureDefinition/logAdditionalClinicalInfoKOrderCz"
          }
        ]
      }
    ]
  }
}