HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: RxMedicationRequestExample01 - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="RxMedicationRequestExample01"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest RxMedicationRequestExample01</b></p><a name="RxMedicationRequestExample01"> </a><a name="hcRxMedicationRequestExample01"> </a><a name="RxMedicationRequestExample01-en-US"> </a><p><b>groupIdentifier</b>: <code>http://xxxxxx.com.cn/org-xxxx/prescription</code>/pres123456</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><h3>Medications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct XXXXXX}">洛匹那韦</span></td></tr></table><p><b>subject</b>: <a href="Patient-PatientExample01.html">刘康</a></p><p><b>encounter</b>: <a href="Encounter-EncounterExample01.html">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#45678; status = completed; class = 住院诊疗; type = ; actualPeriod = 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</a></p><p><b>authoredOn</b>: 2002-08-20 16:45:50+0800</p><p><b>requester</b>: <a href="Practitioner-PractitionerExample01.html">赵勇</a></p><p><b>note</b>: 药品用法,备注说明等</p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">口服</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>2 片<span style="background: LightGoldenRodYellow"> (Details: UCUM  code片 = '片')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>20 盒<span style="background: LightGoldenRodYellow"> (Details: UCUM  code盒 = '盒')</span></td></tr></table></div>
  </text>
  <groupIdentifier>
    <system value="http://xxxxxx.com.cn/org-xxxx/prescription"/>
    <value value="pres123456"/>
  </groupIdentifier>
  <status value="active"/>
  <intent value="order"/>
  <medication>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="XXXXXX"/>
        <display value="洛匹那韦"/>
      </coding>
      <text value="洛匹那韦"/>
    </concept>
  </medication>
  <subject>🔗 
    <reference value="Patient/PatientExample01"/>
    <display value="刘康"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/EncounterExample01"/>
  </encounter>
  <authoredOn value="2002-08-20T16:45:50+08:00"/>
  <requester>🔗 
    <reference value="Practitioner/PractitionerExample01"/>
    <display value="赵勇"/>
  </requester>
  <note>
    <text value="药品用法,备注说明等"/>
  </note>
  <dosageInstruction>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2002-08-20T16:45:50+08:00"/>
          <end value="2002-09-20T16:45:50+08:00"/>
        </boundsPeriod>
      </repeat>
      <code>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"/>
          <code value="BID"/>
          <display value="每日两次"/>
        </coding>
      </code>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="口服"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="2"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="片"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="20"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="盒"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>