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

FHIR IG Statistics: StructureDefinition/LabOrder

Packagehl7.fhir.cz.lab-order
TypeStructureDefinition
IdLabOrder
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/lab-order/https://build.fhir.org/ig/HL7-cz/lab-order/StructureDefinition-LabOrder.html
URLhttps://hl7.cz/fhir/lab-order/StructureDefinition/LabOrder
Version0.0.1
Statusdraft
Date2025-07-18T09:02:08+00:00
NameLabOrderCz
TitleA - Laboratory Order
Realmcz
Authorityhl7
DescriptionLaboratory Order.
Typehttps://hl7.cz/fhir/lab-order/StructureDefinition/LabOrder
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
LabOrderAttachmentsCzA.4 - Attachments
LabOrderBodyA.2 Laboratory Order body data elements
LabOrderHeaderA.1 Laboratory Order header data elements
PresentedFormCzA.3 - Presented form

Narrative

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

Generated Narrative: StructureDefinition LabOrder

NameFlagsCard.TypeDescription & Constraintsdoco
.. LabOrder 0..*BaseA - Laboratory Order
... header 1..1LabOrderHeaderA.1 Laboratory order header data elements
... body 0..1LabOrderBodyA.2 Laboratory order body data elements
... presentedForm 1..*PresentedFormCzA.3 - Human-readable Form
... attachment 0..*LabOrderAttachmentsCzA.4 - Additional Attachment

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "LabOrder",
  "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/LabOrder",
  "version": "0.0.1",
  "name": "LabOrderCz",
  "title": "A - Laboratory Order",
  "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": "Laboratory Order.",
  "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/LabOrder",
  "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": "LabOrder",
        "path": "LabOrder",
        "short": "A - Laboratory Order",
        "definition": "Laboratory Order.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LabOrder.header",
        "path": "LabOrder.header",
        "short": "A.1 Laboratory order header data elements",
        "definition": "A.1 Laboratory Order header data elements",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LabOrder.header",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderHeader"
          }
        ]
      },
      {
        "id": "LabOrder.body",
        "path": "LabOrder.body",
        "short": "A.2 Laboratory order body data elements",
        "definition": "A.2 Laboratory Order body data elements",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LabOrder.body",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderBody"
          }
        ]
      },
      {
        "id": "LabOrder.presentedForm",
        "path": "LabOrder.presentedForm",
        "short": "A.3 - Human-readable Form",
        "definition": "Entire order as issued. Various formats could be provided,  pdf format is prefered.",
        "min": 1,
        "max": "*",
        "base": {
          "path": "LabOrder.presentedForm",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/PresentedFormCz"
          }
        ]
      },
      {
        "id": "LabOrder.attachment",
        "path": "LabOrder.attachment",
        "short": "A.4 - Additional Attachment",
        "definition": "Additional media attachment",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LabOrder.attachment",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderAttachmentsCz"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LabOrder",
        "path": "LabOrder",
        "short": "A - Laboratory Order",
        "definition": "Laboratory Order."
      },
      {
        "id": "LabOrder.header",
        "path": "LabOrder.header",
        "short": "A.1 Laboratory order header data elements",
        "definition": "A.1 Laboratory Order header data elements",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderHeader"
          }
        ]
      },
      {
        "id": "LabOrder.body",
        "path": "LabOrder.body",
        "short": "A.2 Laboratory order body data elements",
        "definition": "A.2 Laboratory Order body data elements",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderBody"
          }
        ]
      },
      {
        "id": "LabOrder.presentedForm",
        "path": "LabOrder.presentedForm",
        "short": "A.3 - Human-readable Form",
        "definition": "Entire order as issued. Various formats could be provided,  pdf format is prefered.",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/PresentedFormCz"
          }
        ]
      },
      {
        "id": "LabOrder.attachment",
        "path": "LabOrder.attachment",
        "short": "A.4 - Additional Attachment",
        "definition": "Additional media attachment",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderAttachmentsCz"
          }
        ]
      }
    ]
  }
}