HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting
1.0.1 - STU 1 Technical Correction United States of America flag

HL7 FHIR Implementation Guide: Profiles for Transfusion and Vaccination Adverse Event Detection and Reporting, published by Biomedical Research & Regulation WG. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-icsr-ae-reporting/ and changes regularly. See the Directory of published versions

: Sample ICSR Vaccination Report - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SampleVaccinationReport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-composition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"SampleVaccinationReport\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Composition &quot;SampleVaccinationReport&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-icsr-composition.html\">ICSR Composition</a></p></div><blockquote><p><b>AdditionalDocumentInformation</b></p><blockquote><p><b>url</b></p><code>availableFlag</code></blockquote><p><b>value</b>: false</p></blockquote><blockquote><p><b>ExpeditedReport</b></p><blockquote><p><b>url</b></p><code>localCriteriaFlag</code></blockquote><p><b>value</b>: false</p><blockquote><p><b>url</b></p><code>localCriteriaReportType</code></blockquote><p><b>value</b>: Non-Expedited AE <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#C53578)</span></p></blockquote><p><b>FirstSenderType</b>: Other <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#2)</span></p><p><b>CombinationProductReport</b>: false</p><p><b>FirstReceiveDate</b>: 2020-02-10 17:18:00-0500</p><p><b>MostRecentDate</b>: 2020-02-10 17:18:00-0500</p><p><b>CaseIdentifier</b>: id: US-IBM-aed059ac-ef25-6ded-cce2-a8912d6b76ee</p><p><b>PreviousCaseIdentifier</b>: id: Other-case-identifier</p><blockquote><p><b>ReportAmendment</b></p><blockquote><p><b>url</b></p><code>amendmentType</code></blockquote><p><b>value</b>: 2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#2)</span></p><blockquote><p><b>url</b></p><code>amendmentReason</code></blockquote><p><b>value</b>: Fixed some identifiers</p></blockquote><p><b>identifier</b>: id: US-IBM-94209fd1-9b0e-1adc-007a-4f5cecb8ce6a</p><p><b>status</b>: final</p><p><b>type</b>: Adverse event note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85893-6)</span></p><p><b>category</b>: Spontaneous report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#1)</span></p><p><b>date</b>: 2020-02-10 17:18:00-0500</p><p><b>author</b>: <a href=\"PractitionerRole-SampleAuthorRole.html\">PractitionerRole/SampleAuthorRole</a></p><p><b>title</b>: ICSR Submission</p></div>"
  ] ; # 
  fhir:extension ( [
    ( fhir:extension [
fhir:url [ fhir:v "availableFlag"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-additionaldocumentinformation"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "localCriteriaFlag"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:url [ fhir:v "localCriteriaReportType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.1.1003"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C53578" ] ;
fhir:display [ fhir:v "Non-Expedited AE" ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-expeditedreport"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-firstsendertype"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.1.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Other" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-combinationproductreport"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-firstreceivedate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020-02-10T17:18:00-05:00"^^xsd:dateTime ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-mostrecentdate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2020-02-10T17:18:00-05:00"^^xsd:dateTime ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-caseidentifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.3.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "US-IBM-aed059ac-ef25-6ded-cce2-a8912d6b76ee" ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-previouscaseidentifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.3.3"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Other-case-identifier" ] ;
fhir:assigner [
fhir:display [ fhir:v "Case identifier source name" ]       ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "amendmentType"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.1.5"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ]         ] )       ]     ] [
fhir:url [ fhir:v "amendmentReason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Fixed some identifiers" ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-reportamendment"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.3.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "US-IBM-94209fd1-9b0e-1adc-007a-4f5cecb8ce6a" ]
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:85893-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85893-6" ] ;
fhir:display [ fhir:v "Adverse event note" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.989.2.1.1.2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Spontaneous report" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/SampleICSRPatient" ]
  ] ; # 
  fhir:date [ fhir:v "2020-02-10T17:18:00-05:00"^^xsd:dateTime] ; # 
  fhir:author ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-ext-authorprimarysource"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] ) ;
fhir:reference [ fhir:v "PractitionerRole/SampleAuthorRole" ]
  ] ) ; # 
  fhir:title [ fhir:v "ICSR Submission"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Reaction/Event" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/CodeSystem/ICSRSectionCodeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ReactionEvent" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No events</div>"     ]
  ] [
fhir:title [ fhir:v "Drug Information" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/CodeSystem/ICSRSectionCodeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DrugInformation" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No drugs taken</div>"     ]
  ] [
fhir:title [ fhir:v "Case Summary Narrative" ] ;
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/CodeSystem/ICSRSectionCodeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CaseSummaryNarrative" ]       ] )     ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>No adverse event happened. Not sure why I'm sending this report.</div><div lang=\"fr\">il n'y a eu aucun événement indésirable</div></div>"     ]
  ] ) . #