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 Sample Event - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AdverseEvent;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "VAERSExampleEvent"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-vaers-adverseevent";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/ibm-fda-vaers-adverseevent>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>actuality</b>: actual</p><p><b>event</b>: <span title=\"Codes: {http://meddra.org 10004223}\">Bell's Palsy</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>date</b>: 2017-04-23</p><p><b>seriousness</b>: <span title=\"Codes: {urn:oid:2.16.840.1.113883.3.989.2.1.1.19 26}\">26</span></p><p><b>outcome</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/adverse-event-outcome recovering}\">Recovering</span></p><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"Immunization-VAERSExampleImmunization.html\">Generated Summary: status: completed; <span title=\"Codes: {http://hl7.org/fhir/sid/ndc 7046101903}\">7046101903</span>; occurrence: 2017-04-23; </a></p><h3>Causalities</h3><table class=\"grid\"><tr><td>-</td><td><b>ProductRelatedness</b></td></tr><tr><td>*</td><td>Suspect</td></tr></table></blockquote><blockquote><p><b>suspectEntity</b></p><p><b>instance</b>: <a href=\"MedicationAdministration-VAERSHydrocortisoneAdministration.html\">Generated Summary: status: completed; <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 197782}\">hydrocortisone 10 MG Oral Tablet</span>; effective: 2017-04-23</a></p><h3>Causalities</h3><table class=\"grid\"><tr><td>-</td><td><b>ProductRelatedness</b></td></tr><tr><td>*</td><td>Concomitant</td></tr></table></blockquote></div>"
  ];
  fhir:AdverseEvent.actuality [ fhir:value "actual"];
  fhir:AdverseEvent.event [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://meddra.org" ];
       fhir:Coding.code [ fhir:value "10004223" ];
       fhir:Coding.display [ fhir:value "Bell's Palsy" ]     ]
  ];
  fhir:AdverseEvent.subject [
     fhir:Reference.reference [ fhir:value "Patient/VAERSPatient" ]
  ];
  fhir:AdverseEvent.date [ fhir:value "2017-04-23"^^xsd:date];
  fhir:AdverseEvent.seriousness [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.3.989.2.1.1.19" ];
       fhir:Coding.code [ fhir:value "26" ]     ]
  ];
  fhir:AdverseEvent.outcome [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adverse-event-outcome" ];
       fhir:Coding.code [ fhir:value "recovering" ]     ]
  ];
  fhir:AdverseEvent.suspectEntity [
     fhir:index 0;
     fhir:AdverseEvent.suspectEntity.instance [
       fhir:Reference.reference [ fhir:value "Immunization/VAERSExampleImmunization" ]     ];
     fhir:AdverseEvent.suspectEntity.causality [
       fhir:index 0;
       fhir:AdverseEvent.suspectEntity.causality.productRelatedness [ fhir:value "Suspect" ]     ]
  ], [
     fhir:index 1;
     fhir:AdverseEvent.suspectEntity.instance [
       fhir:Reference.reference [ fhir:value "MedicationAdministration/VAERSHydrocortisoneAdministration" ]     ];
     fhir:AdverseEvent.suspectEntity.causality [
       fhir:index 0;
       fhir:AdverseEvent.suspectEntity.causality.productRelatedness [ fhir:value "Concomitant" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.