Guide d'implémentation du médicament
0.1.0 - ci-build
Guide d'implémentation du médicament - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="14652"/>
<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 14652</b></p><a name="14652"> </a><a name="hc14652"> </a><a name="14652-en-US"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="#hc14652/med-331">Medication médicament contenant seulement capécitabine</a></p><p><b>subject</b>: <a href="Patient/phast-14602">Patient/phast-14602</a></p><p><b>authoredOn</b>: 2021-10-15 20:06:12+0000</p><p><b>requester</b>: <a href="Practitioner/smart-Practitioner-71482713">Practitioner/smart-Practitioner-71482713</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>timing</b>: Once</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 26643006}">Voie orale</span></p><blockquote><p><b>doseAndRate</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type calculated}">Calculated</span></p><p><b>dose</b>: 1000 mg/m²<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg/m2 = 'mg/m2')</span></p></blockquote><blockquote><p><b>doseAndRate</b></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}">Ordered</span></p><p><b>dose</b>: 1800 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM codemg = 'mg')</span></p></blockquote></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Medication #med-331</b></p><a name="14652/med-331"> </a><a name="hc14652/med-331"> </a><a name="14652/med-331-en-US"> </a><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 775034000}">CAPECITABINE</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></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 386906001}">CAPECITABINE</span></td><td>true</td></tr></table></blockquote></div>
</text>
<contained>
<Medication>
<id value="med-331"/>
<meta>
<profile
value="http://interopsante.org/fhir/StructureDefinition/FrMedicationNonproprietaryName"/>
</meta>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="775034000"/>
<display value="médicament contenant seulement capécitabine"/>
</coding>
<text value="CAPECITABINE"/>
</code>
<ingredient>
<itemCodeableConcept>
<coding>
<system value="http://snomed.info/sct"/>
<code value="386906001"/>
<display value="capécitabine"/>
</coding>
<text value="CAPECITABINE"/>
</itemCodeableConcept>
<isActive value="true"/>
</ingredient>
</Medication>
</contained>
<status value="active"/>
<intent value="order"/>
<medicationReference>
<reference value="#med-331"/>
</medicationReference>
<subject>
<reference value="Patient/phast-14602"/>
</subject>
<authoredOn value="2021-10-15T20:06:12.345Z"/>
<requester>
<reference value="Practitioner/smart-Practitioner-71482713"/>
</requester>
<dosageInstruction>
<sequence value="1"/>
<timing>
<repeat>
<boundsPeriod>
<start value="2021-10-15T20:06:00Z"/>
<end value="2021-10-29T20:05:59Z"/>
</boundsPeriod>
<timeOfDay value="07:00:00"/>
<timeOfDay value="18:00:00"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Voie orale"/>
</coding>
<text value="Voie orale"/>
</route>
<doseAndRate>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
<code value="calculated"/>
<display value="Calculated"/>
</coding>
<text value="Calculated"/>
</type>
<doseQuantity>
<value value="1000"/>
<unit value="mg/m²"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg/m2"/>
</doseQuantity>
</doseAndRate>
<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="1800"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>