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

FHIR IG analytics

Packagehl7.fhir.cz.korder
Resource TypeStructureDefinition
IdStructureDefinition-logKOrderInformation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/k-order/StructureDefinition-logKOrderInformation.html
URLhttps://hl7.cz/fhir/korder/StructureDefinition/logKOrderInformation
Version0.0.3
Statusdraft
Date2026-02-10T12:39:03+00:00
NameLogEnKOrderInformationCz
TitleA.2.1 - Order information and A.2.2 - Order reason
Realmcz
Authorityhl7
DescriptionInformation about order and order reason
Typehttps://hl7.cz/fhir/korder/StructureDefinition/logKOrderInformation
Kindlogical

Resources that use this resource

StructureDefinition
logEnBodyKOrderA.2 – Document Body

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition logKOrderInformation

NameFlagsCard.TypeDescription & Constraintsdoco
.. logKOrderInformation 0..*BaseA.2.1 - Order information and A.2.2 - Order reason
... orderDetails 0..*BaseA.2.1 - Order information
.... identifier 1..*IdentifierA.2.1.1 - Order Id
.... dateTime 1..1dateTimeA.2.1.2 - Order date and time
.... requestedExecdateTime 0..1dateTimeA.2.1.3 - Date and time of requested execution
.... urgency 0..1CodeableConceptA.2.1.4 - Urgency of the order
.... orderText 0..1stringA.2.1.5 - Order text
.... infoForPatient 0..1stringA.2.1.6 - Information for the patient
... diagnoses 1..*BaseA.2.2 – Diagnoses
.... primaryDiagnosis 1..1CodeableConceptA.2.2.1 - Primary diagnosis
.... secondaryDiagnoses 0..*CodeableConceptA.2.2.2 - Secondary diagnoses
... reimbursementCode 0..1CodeableConceptA.2.3 - Reimbursement code

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "logKOrderInformation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://hl7.cz/fhir/korder/StructureDefinition/logKOrderInformation",
  "version": "0.0.3",
  "name": "LogEnKOrderInformationCz",
  "title": "A.2.1 - Order information and A.2.2 - Order reason",
  "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": "Information about order and order reason",
  "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/logKOrderInformation",
  "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": "logKOrderInformation",
        "path": "logKOrderInformation",
        "short": "A.2.1 - Order information and A.2.2 - Order reason",
        "definition": "Information about order and order reason",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "logKOrderInformation.orderDetails",
        "path": "logKOrderInformation.orderDetails",
        "short": "A.2.1 - Order information",
        "definition": "Order information could respond to multiple test orders",
        "min": 0,
        "max": "*",
        "base": {
          "path": "logKOrderInformation.orderDetails",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.identifier",
        "path": "logKOrderInformation.orderDetails.identifier",
        "short": "A.2.1.1 - Order Id",
        "definition": "An identifier of the K-order.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "logKOrderInformation.orderDetails.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.dateTime",
        "path": "logKOrderInformation.orderDetails.dateTime",
        "short": "A.2.1.2 - Order date and time",
        "definition": "Date and time of the order placement.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.orderDetails.dateTime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.requestedExecdateTime",
        "path": "logKOrderInformation.orderDetails.requestedExecdateTime",
        "short": "A.2.1.3 - Date and time of requested execution",
        "definition": "Date and time of requested execution",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.orderDetails.requestedExecdateTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.urgency",
        "path": "logKOrderInformation.orderDetails.urgency",
        "short": "A.2.1.4 - Urgency of the order",
        "definition": "Urgency of the order (routine, urgent, statim). Preferred system(s): HL7:RequestPriority",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.orderDetails.urgency",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.orderText",
        "path": "logKOrderInformation.orderDetails.orderText",
        "short": "A.2.1.5 - Order text",
        "definition": "A textual description of the order or additional requirements, specific to each type of order, if they cannot be expressed formally.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.orderDetails.orderText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.infoForPatient",
        "path": "logKOrderInformation.orderDetails.infoForPatient",
        "short": "A.2.1.6 - Information for the patient",
        "definition": "Patient instructions related to the order. E.g. fasting collection, etc.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.orderDetails.infoForPatient",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "logKOrderInformation.diagnoses",
        "path": "logKOrderInformation.diagnoses",
        "short": "A.2.2 – Diagnoses",
        "definition": "Reason of imaging order",
        "min": 1,
        "max": "*",
        "base": {
          "path": "logKOrderInformation.diagnoses",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "logKOrderInformation.diagnoses.primaryDiagnosis",
        "path": "logKOrderInformation.diagnoses.primaryDiagnosis",
        "short": "A.2.2.1 - Primary diagnosis",
        "definition": "Primary diagnosis justifying the request according to ICD-10 (UZIS).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.diagnoses.primaryDiagnosis",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "logKOrderInformation.diagnoses.secondaryDiagnoses",
        "path": "logKOrderInformation.diagnoses.secondaryDiagnoses",
        "short": "A.2.2.2 - Secondary diagnoses",
        "definition": "Additional relevant patient diagnoses according to ICD-10 (UZIS).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "logKOrderInformation.diagnoses.secondaryDiagnoses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "logKOrderInformation.reimbursementCode",
        "path": "logKOrderInformation.reimbursementCode",
        "short": "A.2.3 - Reimbursement code",
        "definition": "Code of reimbursement type or program according to the VZP reimbursement code list.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "logKOrderInformation.reimbursementCode",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "logKOrderInformation",
        "path": "logKOrderInformation",
        "short": "A.2.1 - Order information and A.2.2 - Order reason",
        "definition": "Information about order and order reason"
      },
      {
        "id": "logKOrderInformation.orderDetails",
        "path": "logKOrderInformation.orderDetails",
        "short": "A.2.1 - Order information",
        "definition": "Order information could respond to multiple test orders ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.identifier",
        "path": "logKOrderInformation.orderDetails.identifier",
        "short": "A.2.1.1 - Order Id",
        "definition": "An identifier of the K-order.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.dateTime",
        "path": "logKOrderInformation.orderDetails.dateTime",
        "short": "A.2.1.2 - Order date and time",
        "definition": "Date and time of the order placement.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.requestedExecdateTime",
        "path": "logKOrderInformation.orderDetails.requestedExecdateTime",
        "short": "A.2.1.3 - Date and time of requested execution",
        "definition": "Date and time of requested execution",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.urgency",
        "path": "logKOrderInformation.orderDetails.urgency",
        "short": "A.2.1.4 - Urgency of the order",
        "definition": "Urgency of the order (routine, urgent, statim). Preferred system(s): HL7:RequestPriority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.orderText",
        "path": "logKOrderInformation.orderDetails.orderText",
        "short": "A.2.1.5 - Order text",
        "definition": "A textual description of the order or additional requirements, specific to each type of order, if they cannot be expressed formally.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "logKOrderInformation.orderDetails.infoForPatient",
        "path": "logKOrderInformation.orderDetails.infoForPatient",
        "short": "A.2.1.6 - Information for the patient",
        "definition": "Patient instructions related to the order. E.g. fasting collection, etc.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "logKOrderInformation.diagnoses",
        "path": "logKOrderInformation.diagnoses",
        "short": "A.2.2 – Diagnoses",
        "definition": "Reason of imaging order",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "logKOrderInformation.diagnoses.primaryDiagnosis",
        "path": "logKOrderInformation.diagnoses.primaryDiagnosis",
        "short": "A.2.2.1 - Primary diagnosis",
        "definition": "Primary diagnosis justifying the request according to ICD-10 (UZIS).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "logKOrderInformation.diagnoses.secondaryDiagnoses",
        "path": "logKOrderInformation.diagnoses.secondaryDiagnoses",
        "short": "A.2.2.2 - Secondary diagnoses",
        "definition": "Additional relevant patient diagnoses according to ICD-10 (UZIS).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "logKOrderInformation.reimbursementCode",
        "path": "logKOrderInformation.reimbursementCode",
        "short": "A.2.3 - Reimbursement code",
        "definition": "Code of reimbursement type or program according to the VZP reimbursement code list.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      }
    ]
  }
}