Skip to main content

Premedication

Premedication is a crucial step before surgery where the patient is prepared and informed about the planned procedure. This page shows how various premedication information is structured in FHIR.

Overview

During premedication, the following information is typically captured:

  • Planned procedures and associated departments
  • Patient information and insurance status
  • Scheduling and preparation status
  • Clinical assessments and risk factors

Planned Procedures

Information about the planned surgical procedure, executing department, and scheduling.

Procedure Planning

💡Context
This documents the details of the planned procedure. The ServiceRequest forms the basis for the entire surgical planning and is validated and supplemented during premedication.
📋FHIR Resource
ServiceRequest: A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.
UI FieldFHIR PathDescriptionData TypeRequiredExample
Planned ProcedureServiceRequest.codeWhat is being requested/orderedCodeableConceptYes{ "text": "Appendectomy", "coding": [ { "system": "http://snomed.info/sct", "code": "80146002", "display": "Appendectomy" } ] }
DepartmentServiceRequest.performerRequested performerReference(Practitioner|PractitionerRole|Organization|CareTeam|HealthcareService|Patient|Device|RelatedPerson)No{ "reference": "Organization/surgery-department", "display": "Surgery Department" }
Surgery DateServiceRequest.occurrenceDateTimeWhen service should occurdateTimeNo2024-03-15T09:00:00Z
StatusServiceRequest.statusCurrent state of the service requestcodeYesactive
Request TypeServiceRequest.intentWhether the request is a proposal, plan, directive or ordercodeYesorder
Common Usage: surgery planning, procedure documentation, premedication, department assignment, surgery scheduling, premedication timing, workflow management, status tracking, workflow classification, authorization levels

Patient Information

Basic demographic and administrative patient data for premedication.

Patient Master Data

💡Context
This patient information is needed during premedication for identification and medical history taking.
📋FHIR Resource
Patient: Demographics and other administrative information about an individual or animal receiving care or other health-related services.
UI FieldFHIR PathDescriptionData TypeRequiredExample
Patient IDPatient.identifierAn identifier for this patientIdentifier[]No[ { "use": "usual", "system": "http://hospital.example.org/patients", "value": "123456789" } ]
Patient NamePatient.nameA name associated with the patientHumanName[]No[ { "use": "official", "family": "Doe", "given": [ "John", "Robert" ] } ]
GenderPatient.genderAdministrative gendercodeNomale
Date of BirthPatient.birthDateThe date of birth for the individualdateNo1980-05-15
Record StatusPatient.activeWhether this patient record is in active usebooleanNo
Common Usage: patient identification, medical record number, display names, demographic data, clinical considerations, age calculation, record status, patient management

Insurance Status

Information about the patient's health insurance, relevant for billing and authorization procedures.

Insurance Information

💡Context
The insurance status is important for cost coverage and must be verified before the procedure.
📋FHIR Resource
Coverage: Financial instrument which may be used to reimburse or pay for health care products and services.
UI FieldFHIR PathDescriptionData TypeRequiredExample
Coverage StatusCoverage.statusThe status of the resource instancecodeYesactive
Insurance TypeCoverage.typeCoverage category such as medical or accidentCodeableConceptNo{ "text": "Gesetzliche Krankenversicherung", "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "EHCPOL", "display": "Extended Healthcare Policy" } ] }
Insured PersonCoverage.beneficiaryPlan beneficiaryReference(Patient)Yes{ "reference": "Patient/123456", "display": "John Doe" }
Insurance CompanyCoverage.payorIssuer of the policyReference(Organization|Patient|RelatedPerson)[]Yes[ { "reference": "Organization/insurance-company-123", "display": "AOK Bayern" } ]
Common Usage: insurance verification, coverage validation, insurance classification, billing categories, patient linking, insurance company identification, billing

Workflow Status

During premedication, patients go through different phases:

PhaseServiceRequest.statusDescription
Planneddraft or activePatient is scheduled for premedication
In ProgressactivePremedication is currently ongoing
CompletedcompletedPremedication successfully performed
Postponedon-holdPremedication has been postponed