HL7 FHIR Implementation Guide: Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting
0.1.0 - STU 1 Ballot

This page is part of the Profiles for ICSR Transfusion and Vaccination Adverse Event Detection and Reporting (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: VAERS Author Role of ICSR reports - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="VAERSAuthorRole"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-authorpractitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>practitioner</b>: <a href="Practitioner-VAERSAuthor.html">Generated Summary: id: NI; asdhj Admin </a></p><p><b>organization</b>: <a href="Organization-VAERSSender.html">Generated Summary: active; <span title="Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.7 1}">Pharmaceutical Company</span>; name: sender organization; Phone: +01 123 456 78, Fax: +01 123 456 89, email@city.us</a></p><p><b>code</b>: <span title="Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.6 1}">Physician</span></p><p><b>telecom</b>: <a href="mailto:admin@admin.com">admin@admin.com</a>, ph: 3333333333</p></div>
  </text>
  <practitioner>
    <reference value="Practitioner/VAERSAuthor"/>
  </practitioner>
  <organization>
    <reference value="Organization/VAERSSender"/>
  </organization>
  <code>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.3.989.2.1.1.6"/>
      <code value="1"/>
      <display value="Physician"/>
    </coding>
  </code>
  <telecom>
    <system value="email"/>
    <value value="admin@admin.com"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="3333333333"/>
  </telecom>
</PractitionerRole>