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 Hydrocortisone Administration - XML Representation

Raw xml | Download



<MedicationAdministration xmlns="http://hl7.org/fhir">
  <id value="VAERSHydrocortisoneAdministration"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-icsr-medicationadministration"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>medication</b>: <span title="Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 197782}">hydrocortisone 10 MG Oral Tablet</span></p><p><b>subject</b>: <a href="Patient-VAERSPatient.html">Generated Summary: id: 123456789; FNAME LNAME ; gender: male; birthDate: 1955-07-22</a></p><p><b>effective</b>: 2017-04-23</p></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
      <code value="197782"/>
    </coding>
  </medicationCodeableConcept>
  <subject>
    <reference value="Patient/VAERSPatient"/>
  </subject>
  <effectiveDateTime value="2017-04-23"/>
</MedicationAdministration>