HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1
1.0.0 - STU1 International flag

HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AnaCeciliaCoimbra/community-health-ig/ and changes regularly. See the Directory of published versions

: paracetamol1000mg - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="paracetamol1000mg"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication paracetamol1000mg</b></p><a name="paracetamol1000mg"> </a><a name="hcparacetamol1000mg"> </a><a name="paracetamol1000mg-en-US"> </a><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1015942}">Paracetamol 1000 mg</span></p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385055001}">Tablet</span></p><p><b style="color: maroon">Exception Generating Narrative: Cannot invoke &quot;org.hl7.fhir.r5.renderers.utils.ResourceWrapper.has(String)&quot; because &quot;q&quot; is null </b></p></div>
  </text>
  <code>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="1015942"/>
      <display value="Paracetamol 1000 mg"/>
    </coding>
    <text value="Paracetamol 1000 mg"/>
  </code>
  <form>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385055001"/>
      <display value="Tablet dose form"/>
    </coding>
    <text value="Tablet"/>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
        <code value="198142"/>
        <display value="Paracetamol"/>
      </coding>
      <text value="Paracetamol"/>
    </itemCodeableConcept>
    <strength/>
  </ingredient>
</Medication>