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

FHIR IG analytics

Packagextehr.eu.ehds.models
Resource TypeStructureDefinition
IdStructureDefinition-EHDSServiceRequestLaboratoryObligations.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSServiceRequestLaboratoryObligations.html
URLhttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations
Version0.4.0
Statusdraft
Date2026-03-25T12:28:36+00:00
NameEHDSServiceRequestLaboratoryObligations
TitleService request laboratory specific obligations
DescriptionObligations for the logical model of service request in the scope of laboratory use case
Typehttp://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
xtehr.eu.ehds.models#currentEHDSServiceRequestService request model

Narrative

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

Generated Narrative: StructureDefinition EHDSServiceRequestLaboratoryObligations

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSServiceRequest 0..*EHDSServiceRequestService request model
... header
.... subject O1..1EHDSPatientPatient/subject information
ObligationsActor
SHALL:able-to-populateProducer
.... identifier O0..*IdentifierBusiness identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries).
ObligationsActor
SHOULD:able-to-populateProducer
.... author[x] O0..*EHDSHealthProfessional, EHDSOrganisation, EHDSDeviceAuthor(s) responsible for the provided information.
ObligationsActor
SHALL:able-to-populateProducer
.... date O0..1dateTimeDate and optionally time of authoring/issuing
ObligationsActor
SHALL:able-to-populateProducer
.... status O1..1CodeableConceptStatus of the resource or document
ObligationsActor
SHALL:able-to-populateProducer
... description O0..1stringTextual description of the requested service
ObligationsActor
SHOULD:able-to-populateProducer
SHALL:displayConsumer
... code O0..1CodeableConceptA code and name that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.
ObligationsActor
SHALL:able-to-populateProducer
SHALL:displayConsumer
... quantity O0..1QuantityAmount of requested services of the same type
ObligationsActor
SHALL:able-to-populateProducer
... reason[x] O0..*EHDSObservation, EHDSCondition, EHDSMedication, stringReason why this service is being requested.
ObligationsActor
SHOULD:able-to-populateProducer
... priority O0..1CodeableConceptIndicates how quickly the request should be addressed with respect to other requests.
ObligationsActor
SHOULD:able-to-populateProducer
... supportingInformation[x] O0..*EHDSObservation, EHDSCondition, EHDSProcedure, EHDSMedicationAdministrationHealth conditions relevant for the results interpretation, e.g. fasting status, sex for clinical use, etc.
ObligationsActor
SHOULD:able-to-populateProducer
... specimen O0..*EHDSSpecimenSpecimens to be used by the laboratory procedure
ObligationsActor
SHALL:able-to-populateProducer

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSServiceRequestLaboratoryObligations",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations",
  "version": "0.4.0",
  "name": "EHDSServiceRequestLaboratoryObligations",
  "title": "Service request laboratory specific obligations",
  "status": "draft",
  "date": "2026-03-25T12:28:36+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.xt-ehr.eu/"
        }
      ]
    }
  ],
  "description": "Obligations for the logical model of service request in the scope of laboratory use case",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest",
  "baseDefinition": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest",
  "derivation": "constraint",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.4.0"
      }
    ],
    "element": [
      {
        "id": "EHDSServiceRequest",
        "path": "EHDSServiceRequest",
        "short": "Service request model",
        "definition": "The model covers details about a requested service or services. One order may include several requests.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header",
        "path": "EHDSServiceRequest.header",
        "short": "Basic metadata for this information",
        "definition": "Basic metadata for this information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.subject",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "EHR systems SHALL provide information about the subject of care (patient)."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.subject",
        "short": "Patient/subject information",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.identifier",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "A business identifier SHALL be populated, if known."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.identifier",
        "short": "Business identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries).",
        "definition": "Business identifier for the object, unique within its system. Supporting disambiguation between different contexts (systems/countries).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.header.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.author[x]",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Service request authorship SHALL be present."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.author[x]",
        "short": "Author(s) responsible for the provided information.",
        "definition": "Author(s) responsible for the provided information. The exact role of the responsible author varies across use cases and is specific to individual models.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.header.author[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.date",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Issue date SHALL be present."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.date",
        "short": "Date and optionally time of authoring/issuing",
        "definition": "Date and optionally time of authoring/issuing",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.date",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.status",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL be able to populate status of the service request."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.status",
        "short": "Status of the resource or document",
        "definition": "Status of the resource or document",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.source",
        "path": "EHDSServiceRequest.header.source",
        "short": "Source of information (e.g. patient, patient's proxy). Used in case the patient has authored the information or the author has submitted patient-stated information.",
        "definition": "Source of information (e.g. patient, patient's proxy). Used in case the patient has authored the information or the author has submitted patient-stated information.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.source",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.header.language",
        "path": "EHDSServiceRequest.header.language",
        "short": "Language in which the resource is written. Language is expressed by the IETF language tag.",
        "definition": "Language in which the resource is written. Language is expressed by the IETF language tag.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.language",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "BCP 47"
        }
      },
      {
        "id": "EHDSServiceRequest.description",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate service request note, if known."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          },
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:display"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-consumer"
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.description",
        "short": "Textual description of the requested service",
        "definition": "Textual description of the requested service",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.code",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate type of requested service"
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          },
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:display"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-consumer"
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.code",
        "short": "A code and name that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.",
        "definition": "A code and name that identifies a particular service (i.e., procedure, diagnostic investigation, or panel of investigations) that have been requested.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.code",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "LOINC, NPU, SNOMED CT"
        }
      },
      {
        "id": "EHDSServiceRequest.quantity",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Quantity of requested service SHALL be populated"
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.quantity",
        "short": "Amount of requested services of the same type",
        "definition": "Amount of requested services of the same type",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.quantity",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Quantity"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.bodySite",
        "path": "EHDSServiceRequest.bodySite",
        "short": "Anatomic location and laterality where the procedure should be performed. This is the target site.",
        "definition": "Anatomic location and laterality where the procedure should be performed. This is the target site.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSServiceRequest.bodySite",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSBodyStructure"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.reason[x]",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Reason for service request SHALL be populated"
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.reason[x]",
        "short": "Reason why this service is being requested.",
        "definition": "Reason why this service is being requested.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSServiceRequest.reason[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSMedication"
          },
          {
            "code": "string"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ICD-10, SNOMED CT, Orphacode"
        }
      },
      {
        "id": "EHDSServiceRequest.priority",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL be able to populate service request priority, if known."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.priority",
        "short": "Indicates how quickly the request should be addressed with respect to other requests.",
        "definition": "Indicates how quickly the request should be addressed with respect to other requests.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.priority",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Request Priority"
        }
      },
      {
        "id": "EHDSServiceRequest.supportingInformation[x]",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate supporting information for the servce request, e.g. Medication, Procedure, Observation, etc., if known."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.supportingInformation[x]",
        "short": "Health conditions relevant for the results interpretation, e.g. fasting status, sex for clinical use, etc.",
        "definition": "Health conditions relevant for the results interpretation, e.g. fasting status, sex for clinical use, etc.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSServiceRequest.supportingInformation[x]",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSObservation"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSCondition"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSProcedure"
          },
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSMedicationAdministration"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.specimen",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate related  specimen, if known."
              },
              {
                "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
                "valueCanonical": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequestLaboratoryObligations|0.4.0"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.specimen",
        "short": "Specimens to be used by the laboratory procedure",
        "definition": "Specimens to be used by the laboratory procedure",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSServiceRequest.specimen",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSSpecimen"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.encounter",
        "path": "EHDSServiceRequest.encounter",
        "short": "The encounter that provides additional information about the healthcare context in which this request is made.",
        "definition": "The encounter that provides additional information about the healthcare context in which this request is made.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.encounter",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSEncounter"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.occurrence[x]",
        "path": "EHDSServiceRequest.occurrence[x]",
        "short": "Expected time of the service",
        "definition": "Expected time of the service",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.occurrence[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSServiceRequest.patientInstructions",
        "path": "EHDSServiceRequest.patientInstructions",
        "short": "Patient or consumer-oriented instructions",
        "definition": "Patient or consumer-oriented instructions",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSServiceRequest.patientInstructions",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSServiceRequest",
        "path": "EHDSServiceRequest"
      },
      {
        "id": "EHDSServiceRequest.header.subject",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "EHR systems SHALL provide information about the subject of care (patient)."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.subject"
      },
      {
        "id": "EHDSServiceRequest.header.identifier",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "A business identifier SHALL be populated, if known."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.identifier"
      },
      {
        "id": "EHDSServiceRequest.header.author[x]",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Service request authorship SHALL be present."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.author[x]"
      },
      {
        "id": "EHDSServiceRequest.header.date",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Issue date SHALL be present."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.date"
      },
      {
        "id": "EHDSServiceRequest.header.status",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL be able to populate status of the service request."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.header.status"
      },
      {
        "id": "EHDSServiceRequest.description",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate service request note, if known."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          },
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:display"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-consumer"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.description"
      },
      {
        "id": "EHDSServiceRequest.code",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate type of requested service"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          },
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:display"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-consumer"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.code"
      },
      {
        "id": "EHDSServiceRequest.quantity",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Quantity of requested service SHALL be populated"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.quantity"
      },
      {
        "id": "EHDSServiceRequest.reason[x]",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "Reason for service request SHALL be populated"
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.reason[x]"
      },
      {
        "id": "EHDSServiceRequest.priority",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL be able to populate service request priority, if known."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.priority"
      },
      {
        "id": "EHDSServiceRequest.supportingInformation[x]",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHOULD:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate supporting information for the servce request, e.g. Medication, Procedure, Observation, etc., if known."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.supportingInformation[x]"
      },
      {
        "id": "EHDSServiceRequest.specimen",
        "extension": [
          {
            "extension": [
              {
                "url": "code",
                "valueCode": "SHALL:able-to-populate"
              },
              {
                "url": "actor",
                "valueCanonical": "https://www.xt-ehr.eu/specifications/fhir/actor-producer"
              },
              {
                "url": "documentation",
                "valueMarkdown": "SHALL populate related  specimen, if known."
              }
            ],
            "url": "http://hl7.org/fhir/StructureDefinition/obligation"
          }
        ],
        "path": "EHDSServiceRequest.specimen"
      }
    ]
  }
}