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

FHIR IG Statistics: StructureDefinition/OrderInformation

Packagehl7.fhir.cz.lab-order
TypeStructureDefinition
IdOrderInformation
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/lab-order/https://build.fhir.org/ig/HL7-cz/lab-order/StructureDefinition-OrderInformation.html
URLhttps://hl7.cz/fhir/lab-order/StructureDefinition/OrderInformation
Version0.0.1
Statusdraft
Date2025-07-18T09:02:08+00:00
NameLabOrderInformationCz
TitleA.2.1 - Order information and A.2.2 - Order reason
Realmcz
Authorityhl7
DescriptionThe laboratory report may correspond to multiple orders
Typehttps://hl7.cz/fhir/lab-order/StructureDefinition/OrderInformation
Kindlogical

Resources that use this resource

StructureDefinition
LabOrderBodyA.2 Laboratory Order body data elements

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition OrderInformation

NameFlagsCard.TypeDescription & Constraintsdoco
.. OrderInformation 0..*BaseA.2.1 - Order information and A.2.2 - Order reason
... orderDetails 0..*BackboneElementA.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
... orderReason 0..1BackboneElementA.2.2 Order reason
.... problem 1..*CodeableConceptA.2.2.1 Problem / diagnosis / condition description
.... questionCode 0..*CodeableConceptA.2.2.2 - Clinical question by code
.... questionText 1..1stringA.2.2.3 - Clinical question by text
.... reasonCode 0..*CodeableConceptA.2.2.4 - Reason for ordering by code
.... reasonText 0..1stringA.2.2.5 - Reason for order by text

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "OrderInformation",
  "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/lab-order/StructureDefinition/OrderInformation",
  "version": "0.0.1",
  "name": "LabOrderInformationCz",
  "title": "A.2.1 - Order information and A.2.2 - Order reason",
  "status": "draft",
  "date": "2025-07-18T09:02:08+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "The laboratory report may correspond to multiple orders",
  "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/lab-order/StructureDefinition/OrderInformation",
  "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": "OrderInformation",
        "path": "OrderInformation",
        "short": "A.2.1 - Order information and A.2.2 - Order reason",
        "definition": "The laboratory report may correspond to multiple orders",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "OrderInformation.orderDetails",
        "path": "OrderInformation.orderDetails",
        "short": "A.2.1 - Order information",
        "definition": "Order information (Laboratory Result Report could respond to multiple test orders)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "OrderInformation.orderDetails",
          "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": "OrderInformation.orderDetails.id",
        "path": "OrderInformation.orderDetails.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": "OrderInformation.orderDetails.extension",
        "path": "OrderInformation.orderDetails.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": "OrderInformation.orderDetails.modifierExtension",
        "path": "OrderInformation.orderDetails.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": "OrderInformation.orderDetails.identifier",
        "path": "OrderInformation.orderDetails.identifier",
        "short": "A.2.1.1 - Order Id",
        "definition": "An identifier of the laboratory test order.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "OrderInformation.orderDetails.identifier",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.dateTime",
        "path": "OrderInformation.orderDetails.dateTime",
        "short": "A.2.1.2 - Order date and time",
        "definition": "Date and time of the order placement. - Preferred system(s): ISO 8601",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OrderInformation.orderDetails.dateTime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.requestedExecdateTime",
        "path": "OrderInformation.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": "OrderInformation.orderDetails.requestedExecdateTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.urgency",
        "path": "OrderInformation.orderDetails.urgency",
        "short": "A.2.1.4 - Urgency of the order",
        "definition": "Urgency of the order (routine, urgent, statim). \n- Preferred system(s): HL7:RequestPriority",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OrderInformation.orderDetails.urgency",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.orderText",
        "path": "OrderInformation.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": "OrderInformation.orderDetails.orderText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.infoForPatient",
        "path": "OrderInformation.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": "OrderInformation.orderDetails.infoForPatient",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason",
        "path": "OrderInformation.orderReason",
        "short": "A.2.2 Order reason",
        "definition": "Order reason (Laboratory Result Report could respond to multiple reasons)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OrderInformation.orderReason",
          "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": "OrderInformation.orderReason.id",
        "path": "OrderInformation.orderReason.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": "OrderInformation.orderReason.extension",
        "path": "OrderInformation.orderReason.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": "OrderInformation.orderReason.modifierExtension",
        "path": "OrderInformation.orderReason.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": "OrderInformation.orderReason.problem",
        "path": "OrderInformation.orderReason.problem",
        "short": "A.2.2.1 Problem / diagnosis / condition description",
        "definition": "The reason for issuing an examination order expressed in structured text and/or code.\n- Preferred system(s): MKN-10\n- Preferred system(s): Orphacode",
        "min": 1,
        "max": "*",
        "base": {
          "path": "OrderInformation.orderReason.problem",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.questionCode",
        "path": "OrderInformation.orderReason.questionCode",
        "short": "A.2.2.2 - Clinical question by code",
        "definition": "Coded information from 2.2.3, if entered\n- Preferred system(s): SNOMED CT",
        "min": 0,
        "max": "*",
        "base": {
          "path": "OrderInformation.orderReason.questionCode",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.questionText",
        "path": "OrderInformation.orderReason.questionText",
        "short": "A.2.2.3 - Clinical question by text",
        "definition": "The clinical question to be answered by imaging. Example: Does the patient have a lung tumour ?",
        "min": 1,
        "max": "1",
        "base": {
          "path": "OrderInformation.orderReason.questionText",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.reasonCode",
        "path": "OrderInformation.orderReason.reasonCode",
        "short": "A.2.2.4 - Reason for ordering by code",
        "definition": "Coded information from 2.2.5, if entered\n- Preferred system(s): SNOMED CT ReasonCodelist 243796009 (Situation with explicit context (situation)",
        "min": 0,
        "max": "*",
        "base": {
          "path": "OrderInformation.orderReason.reasonCode",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.reasonText",
        "path": "OrderInformation.orderReason.reasonText",
        "short": "A.2.2.5 - Reason for order by text",
        "definition": "Reason for the examination order expressed in free text (e.g. 3 weeks of persistent cough)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "OrderInformation.orderReason.reasonText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "OrderInformation",
        "path": "OrderInformation",
        "short": "A.2.1 - Order information and A.2.2 - Order reason",
        "definition": "The laboratory report may correspond to multiple orders"
      },
      {
        "id": "OrderInformation.orderDetails",
        "path": "OrderInformation.orderDetails",
        "short": "A.2.1 - Order information",
        "definition": "Order information (Laboratory Result Report could respond to multiple test orders) ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.identifier",
        "path": "OrderInformation.orderDetails.identifier",
        "short": "A.2.1.1 - Order Id",
        "definition": "An identifier of the laboratory test order.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.dateTime",
        "path": "OrderInformation.orderDetails.dateTime",
        "short": "A.2.1.2 - Order date and time",
        "definition": "Date and time of the order placement. - Preferred system(s): ISO 8601",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.requestedExecdateTime",
        "path": "OrderInformation.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": "OrderInformation.orderDetails.urgency",
        "path": "OrderInformation.orderDetails.urgency",
        "short": "A.2.1.4 - Urgency of the order",
        "definition": "Urgency of the order (routine, urgent, statim). \n- Preferred system(s): HL7:RequestPriority",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderDetails.orderText",
        "path": "OrderInformation.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": "OrderInformation.orderDetails.infoForPatient",
        "path": "OrderInformation.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": "OrderInformation.orderReason",
        "path": "OrderInformation.orderReason",
        "short": "A.2.2 Order reason",
        "definition": "Order reason (Laboratory Result Report could respond to multiple reasons) ",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.problem",
        "path": "OrderInformation.orderReason.problem",
        "short": "A.2.2.1 Problem / diagnosis / condition description",
        "definition": "The reason for issuing an examination order expressed in structured text and/or code.\n- Preferred system(s): MKN-10\n- Preferred system(s): Orphacode",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.questionCode",
        "path": "OrderInformation.orderReason.questionCode",
        "short": "A.2.2.2 - Clinical question by code",
        "definition": "Coded information from 2.2.3, if entered\n- Preferred system(s): SNOMED CT",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.questionText",
        "path": "OrderInformation.orderReason.questionText",
        "short": "A.2.2.3 - Clinical question by text",
        "definition": "The clinical question to be answered by imaging. Example: Does the patient have a lung tumour ?",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.reasonCode",
        "path": "OrderInformation.orderReason.reasonCode",
        "short": "A.2.2.4 - Reason for ordering by code",
        "definition": "Coded information from 2.2.5, if entered\n- Preferred system(s): SNOMED CT ReasonCodelist 243796009 (Situation with explicit context (situation)",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "OrderInformation.orderReason.reasonText",
        "path": "OrderInformation.orderReason.reasonText",
        "short": "A.2.2.5 - Reason for order by text",
        "definition": "Reason for the examination order expressed in free text (e.g. 3 weeks of persistent cough)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}