HL7 Portugal FHIR Implementation Guide para alergias e reacções adversas ao medicamento
1.0.0 - CI Build International flag

HL7 Portugal FHIR Implementation Guide para alergias e reacções adversas ao medicamento, 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/hl7-pt/adr-ig/ and changes regularly. See the Directory of published versions

: Notifi-1 - XML Representation

Raw xml | Download


<AdverseEvent xmlns="http://hl7.org/fhir">
  <id value="Notifi-1"/>
  <meta>
    <profile
             value="https://hl7.pt/fhir/ADR/StructureDefinition/ReacaoAdversa"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AdverseEvent Notifi-1</b></p><a name="Notifi-1"> </a><a name="hcNotifi-1"> </a><a name="Notifi-1-en-US"> </a><p><b>identifier</b>: <code>http:/example.org</code>/1</p><p><b>status</b>: Completed</p><p><b>actuality</b>: Adverse Event</p><p><b>code</b>: <span title="Codes:{http://example.org 1}">aftas orais</span></p><p><b>subject</b>: Identifier: <code>https://instituição.pt/ids</code>/xxx</p><p><b>detected</b>: 2024-11-14</p><p><b>recordedDate</b>: 2024-11-14</p><p><b>seriousness</b>: <span title="Codes:{http://example.org serious}">serious</span></p><h3>SuspectEntities</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Instance[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://example.org 1}">Evrysdi / Risdiplam</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="http:/example.org"/>
    <value value="1"/>
  </identifier>
  <status value="completed"/>
  <actuality value="actual"/>
  <code>
    <coding>
      <system value="http://example.org"/>
      <code value="1"/>
      <display value="aftas orais"/>
    </coding>
  </code>
  <subject>
    <identifier>
      <system value="https://instituição.pt/ids"/>
      <value value="xxx"/>
    </identifier>
  </subject>
  <detected value="2024-11-14"/>
  <recordedDate value="2024-11-14"/>
  <seriousness>
    <coding>
      <system value="http://example.org"/>
      <code value="serious"/>
    </coding>
  </seriousness>
  <suspectEntity>
    <instanceCodeableConcept>
      <coding>
        <system value="http://example.org"/>
        <code value="1"/>
        <display value="Evrysdi / Risdiplam"/>
      </coding>
    </instanceCodeableConcept>
  </suspectEntity>
</AdverseEvent>