Guide d'implémentation du médicament
0.1.0 - ci-build

Guide d'implémentation du médicament, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.medication/ and changes regularly. See the Directory of published versions

: 14620 - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="14620"/>
  <meta>
    <profile
             value="https://hl7.fr/fhir/fr/medication/StructureDefinition/FrInpatientMedicationRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 14620</b></p><a name="14620"> </a><a name="hc14620"> </a><a name="14620-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="#hc14620/med-101">Medication médicament contenant seulement bêtaméthasone</a></p><p><b>subject</b>: <a href="Patient/phast-14602">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-07-13 08:48:39+0000</p><p><b>requester</b>: <a href="Practitioner/smart-Practitioner-71482713">Practitioner/smart-Practitioner-71482713</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Medication  #med-101</b></p><a name="14620/med-101"> </a><a name="hc14620/med-101"> </a><a name="14620/med-101-en-US"> </a><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 774839004}">BETAMETHASONE</span></p><p><b>amount</b>: 1 appln<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{appln} = '{appln}')</span>/1 1<span style="background: LightGoldenRodYellow"> (Details: UCUM  code1 = '1')</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>IsActive</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 116571008}">BETAMETHASONE</span></td><td>true</td><td>0.5 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/ g<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeg = 'g')</span></td></tr></table></blockquote></div>
  </text>
  <contained>
    <Medication>
      <id value="med-101"/>
      <meta>
        <profile
                 value="http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"/>
      </meta>
      <code>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="774839004"/>
          <display value="médicament contenant seulement bêtaméthasone"/>
        </coding>
        <text value="BETAMETHASONE"/>
      </code>
      <amount>
        <numerator>
          <value value="1"/>
          <unit value="appln"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="{appln}"/>
        </numerator>
        <denominator>
          <value value="1"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="1"/>
        </denominator>
      </amount>
      <ingredient>
        <itemCodeableConcept>
          <coding>
            <system value="http://snomed.info/sct"/>
            <code value="116571008"/>
            <display value="bêtaméthasone"/>
          </coding>
          <text value="BETAMETHASONE"/>
        </itemCodeableConcept>
        <isActive value="true"/>
        <strength>
          <numerator>
            <value value="0.5"/>
            <unit value="mg"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="mg"/>
          </numerator>
          <denominator>
            <unit value="g"/>
            <system value="http://unitsofmeasure.org"/>
            <code value="g"/>
          </denominator>
        </strength>
      </ingredient>
    </Medication>
  </contained>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>
    <reference value="#med-101"/>
  </medicationReference>
  <subject>
    <reference value="Patient/phast-14602"/>
  </subject>
  <authoredOn value="2021-07-13T08:48:39.825Z"/>
  <requester>
    <reference value="Practitioner/smart-Practitioner-71482713"/>
  </requester>
  <dosageInstruction>
    <sequence value="1"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2021-07-13T08:48:00Z"/>
          <end value="2021-07-18T08:47:59Z"/>
        </boundsPeriod>
        <timeOfDay value="08:00:00"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="448598008"/>
        <display value="Voie cutanée"/>
      </coding>
      <text value="Voie cutanée"/>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
          <display value="Ordered"/>
        </coding>
        <text value="Ordered"/>
      </type>
      <doseQuantity>
        <value value="1"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="1"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>