...
HL7 | e-Health | Comparison result | To change DM | |
---|---|---|---|---|
MedicationRequest | medication_request | |||
"identifier" : [{ Identifier }], // External ids for this request | id | uuid | not null | Ok | ||
"definition" : [{ Reference(ActivityDefinition|PlanDefinition) }], // Protocol or definition | ??? план действий | Small problem | - | |
"basedOn" : [{ Reference(CarePlan|MedicationRequest| ProcedureRequest| ReferralRequest) }], // What request fulfills | ??? основание | Small problem | - | |
"groupIdentifier" : { Identifier }, // Composite request this is part of | ??? групповой ИД | Small problem | ??? можно использовать | |
"status" : "<code>", // active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown | status | enum() | not null | Ok | ||
"intent" : "<code>", // R! proposal | plan | order | instance-order | ??? Тип исползования | Small problem | - | |
"category" : { CodeableConcept }, // Type of medication usage | ??? категория (Стационар, амбулатория, групповой) | Small problem | +, = inpatient | |
"priority" : "<code>", // routine | urgent | stat | asap | ??? приоритет (routine | urgent | stat | asap) | Small problem | - | |
// medication[x]: Medication to be taken. One of these 2: | ||||
"medicationCodeableConcept" : { CodeableConcept }, | ||||
"medicationReference" : { Reference(Medication) }, | ||||
"subject" : { Reference(Patient|Group) }, // R! Who or group medication request is for | person_id | uuid | not null | Ok | ||
"context" : { Reference(Encounter|EpisodeOfCare) }, // Created during encounter/admission/stay | ??? визит - сreated during encounter/admission/stay | Small problem | - | |
"supportingInformation" : [{ Reference(Any) }], // Information to support ordering of the medication | ??? примечание | Small problem | - | |
"authoredOn" : "<dateTime>", // When request was initially authored | created_date | date | not null | Ok | ||
"requester" : { // Who/What requested the Request | ??? кто запрашивает | Small problemOk | ||
"agent" : { Reference(Practitioner|Organization|Patient|RelatedPerson|Device) }, // R! Who ordered the initial medication(s) | ??? агент ??? legal_entity_id | uuid | not null | Ok | ||
"onBehalfOf" : { Reference(Organization) } // C? Organization agent is acting for | ??? | |||
}, | ||||
"recorder" : { Reference(Practitioner) }, // Person who entered the request | employee_id | uuid | not null | Ok | ||
"reasonCode" : [{ CodeableConcept }], // Reason or indication for writing the prescription | ??? | Small problem | - | |
"reasonReference" : [{ Reference(Condition|Observation) }], // Condition or Observation that supports why the prescription is being written | ??? | Small problem | - | |
"note" : [{ Annotation }], // Information about the prescription | ??? | Small problem | + | |
"dosageInstruction" : [{ Dosage }], // How the medication should be taken | innm_dosage_instuction | jsonb | null | Ok | !!!! ---- | |
"dispenseRequest" : { // Medication supply authorization[medication_dispenses] | OkOk | - Но делаем кол-во | ||
"validityPeriod" : { Period }, // Time period supply is authorized for | start_date | date| not null end_date | date| not null | Ok | ||
"numberOfRepeatsAllowed" : "<positiveInt>", // Number of refills authorized | ||||
"quantity" : { Quantity(SimpleQuantity) }, // Amount of medication to supply per dispense | innm_dose_qty | number | not null | |||
"expectedSupplyDuration" : { Duration }, // Number of days supply per dispense | ??? | Small problem | ||
"performer" : { Reference(Organization) } // Intended dispenser | ??? | Small problem | ||
"substitution" : { // Any restrictions on medication substitution | ??? заменители | Small problem | ||
→"allowed" : <boolean>, // R! Whether substitution is allowed or not | Small problem | |||
→"reason" : { CodeableConcept } // Why should (not) substitution be made | Small problem | |||
"priorPrescription" : { Reference(MedicationRequest) }, // An order/prescription that is being replaced | ??? предшествующий рецепт | Small problem | ||
"detectedIssue" : [{ Reference(DetectedIssue) }], // Clinical Issue with action | ??? | Small problem | ||
"eventHistory" : [{ Reference(Provenance) }] // A list of events of interest in the lifecycle | ??? | Small problem |
...