HL7 Europe Extensions
0.1.1-ballotRecon - ci-build 150

HL7 Europe Extensions, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.1-ballotRecon built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/extensions/ and changes regularly. See the Directory of published versions

: Medication: example with extensions. - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="04A-FirmagonBranded"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication 04A-FirmagonBranded</b></p><a name="04A-FirmagonBranded"> </a><a name="hc04A-FirmagonBranded"> </a><p><b>Medication: Package type</b>: <span title="Codes:{https://standardterms.edqm.eu 30009000}">Box</span></p><p><b>identifier</b>: <code>https://www.ravimiregister.ee</code>/1400601</p><p><b>marketingAuthorizationHolder</b>: Ferring Pharmaceuticals A/S</p><p><b>totalVolume</b>: 2 Vial<span style="background: LightGoldenRodYellow"> (Details: standardterms.edqm.eu  code15060000 = '15060000')</span></p><blockquote><p><b>ingredient</b></p><h3>Items</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 441864003}">Degarelix</span></td></tr></table><p><b>isActive</b>: true</p><p><b>strength</b>: 120 milligram<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/1 Vial<span style="background: LightGoldenRodYellow"> (Details: standardterms.edqm.eu  code15060000 = '15060000')</span></p></blockquote></div>
  </text>
  <extension
             url="http://hl7.eu/fhir/StructureDefinition/medication-package-type">
    <valueCodeableConcept>
      <coding>
        <system value="https://standardterms.edqm.eu"/>
        <code value="30009000"/>
        <display value="Box"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="https://www.ravimiregister.ee"/>
    <value value="1400601"/>
  </identifier>
  <marketingAuthorizationHolder>
    <display value="Ferring Pharmaceuticals A/S"/>
  </marketingAuthorizationHolder>
  <totalVolume>
    <value value="2"/>
    <unit value="Vial"/>
    <system value="https://standardterms.edqm.eu"/>
    <code value="15060000"/>
  </totalVolume>
  <ingredient>
    <item>
      <concept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="441864003"/>
          <display value="Degarelix"/>
        </coding>
      </concept>
    </item>
    <isActive value="true"/>
    <strengthRatio>
      <numerator>
        <value value="120"/>
        <unit value="milligram"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="Vial"/>
        <system value="https://standardterms.edqm.eu"/>
        <code value="15060000"/>
      </denominator>
    </strengthRatio>
  </ingredient>
</Medication>