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

FHIR IG analytics

Packagehl7.fhir.cz.korder
Resource TypeStructureDefinition
IdStructureDefinition-LMEnAppointmentCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/k-order/StructureDefinition-LMEnAppointmentCz.html
URLhttps://hl7.cz/fhir/korder/StructureDefinition/LMEnAppointmentCz
Version0.0.3
Statusdraft
Date2026-04-02T06:29:39+00:00
NameLMEnAppointmentCz
TitleA.2.5 - Appointment
Realmcz
Authorityhl7
DescriptionInformation about the booked examination appointment (if reserved).
Typehttps://hl7.cz/fhir/korder/StructureDefinition/LMEnAppointmentCz
Kindlogical

Resources that use this resource

StructureDefinition
hl7.fhir.cz.korder#currentLMEnBodyFTOrderA.2 - Document Body
hl7.fhir.cz.korder#currentLMEnBodyKOrderA.2 A.3“ Document Body

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition LMEnAppointmentCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. LMEnAppointmentCz 0..*BaseA.2.5 - Appointment
... identifier 0..1IdentifierA.2.5.1 - Appointment ID
... status 1..1CodeableConceptA.2.5.2 - Appointment status
... description 1..1stringA.2.5.3 - Description
... dateTime 0..1dateTimeA.2.5.4 - Planned date and time
... duration 0..1DurationA.2.5.5 - Examination duration
... comment 0..1stringA.2.5.6 - Comment
... instructionsForPatient 0..1stringA.2.5.7 - Instructions for patient
... location 1..1BaseA.2.5.8 - Location

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "LMEnAppointmentCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://hl7.cz/fhir/korder/StructureDefinition/LMEnAppointmentCz",
  "version": "0.0.3",
  "name": "LMEnAppointmentCz",
  "title": "A.2.5 - Appointment",
  "status": "draft",
  "date": "2026-04-02T06:29:39+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Information about the booked examination appointment (if reserved).",
  "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/LMEnAppointmentCz",
  "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": "LMEnAppointmentCz",
        "path": "LMEnAppointmentCz",
        "short": "A.2.5 - Appointment",
        "definition": "Information about the booked examination appointment (if reserved).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LMEnAppointmentCz.identifier",
        "path": "LMEnAppointmentCz.identifier",
        "short": "A.2.5.1 - Appointment ID",
        "definition": "Identifier of the appointment record.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.identifier",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.status",
        "path": "LMEnAppointmentCz.status",
        "short": "A.2.5.2 - Appointment status",
        "definition": "Status of appointment (proposed, confirmed, cancelled). Preferred system: hl7:valueset-appointmentstatus.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.description",
        "path": "LMEnAppointmentCz.description",
        "short": "A.2.5.3 - Description",
        "definition": "Short appointment description for list display.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.description",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.dateTime",
        "path": "LMEnAppointmentCz.dateTime",
        "short": "A.2.5.4 - Planned date and time",
        "definition": "Date and time of the appointment.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.dateTime",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.duration",
        "path": "LMEnAppointmentCz.duration",
        "short": "A.2.5.5 - Examination duration",
        "definition": "Expected duration of the examination.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.duration",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.comment",
        "path": "LMEnAppointmentCz.comment",
        "short": "A.2.5.6 - Comment",
        "definition": "Additional comment.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.comment",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.instructionsForPatient",
        "path": "LMEnAppointmentCz.instructionsForPatient",
        "short": "A.2.5.7 - Instructions for patient",
        "definition": "Instructions for the patient (e.g., arrive 15 minutes early, fasting, transport arrangements).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.instructionsForPatient",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.location",
        "path": "LMEnAppointmentCz.location",
        "short": "A.2.5.8 - Location",
        "definition": "Name and address of the workplace where the appointment was booked.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "LMEnAppointmentCz.location",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LMEnAppointmentCz",
        "path": "LMEnAppointmentCz",
        "short": "A.2.5 - Appointment",
        "definition": "Information about the booked examination appointment (if reserved)."
      },
      {
        "id": "LMEnAppointmentCz.identifier",
        "path": "LMEnAppointmentCz.identifier",
        "short": "A.2.5.1 - Appointment ID",
        "definition": "Identifier of the appointment record.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.status",
        "path": "LMEnAppointmentCz.status",
        "short": "A.2.5.2 - Appointment status",
        "definition": "Status of appointment (proposed, confirmed, cancelled). Preferred system: hl7:valueset-appointmentstatus.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.description",
        "path": "LMEnAppointmentCz.description",
        "short": "A.2.5.3 - Description",
        "definition": "Short appointment description for list display.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.dateTime",
        "path": "LMEnAppointmentCz.dateTime",
        "short": "A.2.5.4 - Planned date and time",
        "definition": "Date and time of the appointment.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.duration",
        "path": "LMEnAppointmentCz.duration",
        "short": "A.2.5.5 - Examination duration",
        "definition": "Expected duration of the examination.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Duration"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.comment",
        "path": "LMEnAppointmentCz.comment",
        "short": "A.2.5.6 - Comment",
        "definition": "Additional comment.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.instructionsForPatient",
        "path": "LMEnAppointmentCz.instructionsForPatient",
        "short": "A.2.5.7 - Instructions for patient",
        "definition": "Instructions for the patient (e.g., arrive 15 minutes early, fasting, transport arrangements).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LMEnAppointmentCz.location",
        "path": "LMEnAppointmentCz.location",
        "short": "A.2.5.8 - Location",
        "definition": "Name and address of the workplace where the appointment was booked.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  }
}