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 MessageHeader for Transfusion - 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:MessageHeader ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-messageheader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-messageheader>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a\"> </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 MessageHeader &quot;US-IBM-Transfusion-fad94c04-29e7-5b37-e535-a8aad123cf9a&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-icsr-messageheader.html\">ICSR MessageHeader</a></p></div><p><b>Message Processing Category</b>: notification</p><p><b>event</b>: Patient Adverse Event (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code PAT_ADV_EVNT = 'patient adverse event', stated as 'Patient Adverse Event')</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/CBERTransfusion\">http://example.org/CBERTransfusion</a></td><td><a href=\"Organization-ReceiverOrganization.html\">Organization/ReceiverOrganization</a> &quot;FDA&quot;</td></tr></table><p><b>sender</b>: <a href=\"Organization-SenderOrganization.html\">Organization/SenderOrganization</a> &quot;sender organization&quot;</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://example.org/SENDER-IDENTIFIER\">http://example.org/SENDER-IDENTIFIER</a></td></tr></table><p><b>reason</b>: Indicates receipt of a public health report <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/medmorph/2021Jan/CodeSystem-us-ph-triggerdefinition-namedevents.html\">US Public Health TriggerDefinition Named Events</a>#received-public-health-report)</span></p><p><b>focus</b>: <a href=\"Composition-SampleTransfusionReport.html\">Composition/SampleTransfusionReport</a></p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-messageProcessingCategory"^^xsd:anyURI ] ;
fhir:value [ fhir:v "notification" ]
  ] ) ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PAT_ADV_EVNT" ] ;
fhir:display [ fhir:v "Patient Adverse Event" ]
  ] ; # 
  fhir:destination ( [
fhir:endpoint [ fhir:v "http://example.org/CBERTransfusion"^^xsd:anyURI ] ;
fhir:receiver [
fhir:reference [ fhir:v "Organization/ReceiverOrganization" ]     ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Organization/SenderOrganization" ]
  ] ; # 
  fhir:source [
fhir:endpoint [ fhir:v "http://example.org/SENDER-IDENTIFIER"^^xsd:anyURI ]
  ] ; # 
  fhir:reason [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents"^^xsd:anyURI ] ;
fhir:code [ fhir:v "received-public-health-report" ]     ] )
  ] ; # 
  fhir:focus ( [
fhir:reference [ fhir:v "Composition/SampleTransfusionReport" ]
  ] ) . #