0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример назначения лекарства - парацетамол Иванова И.П. - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="example-core-medicationrequest-ivanov-paracetamol"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3>Назначение лекарства: Парацетамол Иванова И.П.</h3><p><em>Минимальный пример для использования в ссылках</em></p><ul><li><strong>Пациент:</strong> Иванов Иван Петрович</li><li><strong>Препарат:</strong> Парацетамол</li><li><strong>Дозировка:</strong> 500 мг 3 раза в день</li><li><strong>Статус:</strong> Активное</li><li><strong>Дата назначения:</strong> 15.01.2024</li></ul></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.ru/ig/core/systems/medicationrequest"/>
    <value value="MR-2024-001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
      <display value="Outpatient"/>
    </coding>
  </category>
  <priority value="routine"/>
  <medication>
    <concept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="313782"/>
        <display value="Acetaminophen 500 MG Oral Tablet"/>
      </coding>
    </concept>
  </medication>
  <subject>🔗 
    <reference value="Patient/example-core-patient-ivanov"/>
    <display value="Иванов Иван Петрович"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/example-core-encounter-consultation"/>
    <display value="Консультация терапевта"/>
  </encounter>
  <authoredOn value="2024-01-15T10:30:00Z"/>
  <requester>🔗 
    <reference
               value="PractitionerRole/example-core-practitionerrole-smirnov-therapist"/>
    <display value="Смирнов Александр Иванович"/>
  </requester>
  <dosageInstruction>
    <text value="500 мг 3 раза в день"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>