Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

Health Care Surveys Reporting, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: MessageHeader example used in the HCS Bundle sent from Healthcare org to PHA - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "messageheader-example-reportheader"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader messageheader-example-reportheader</b></p><a name=\"messageheader-example-reportheader\"> </a><a name=\"hcmessageheader-example-reportheader\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/ph-library/STU1/StructureDefinition-us-ph-messageheader.html\">US Public Health MessageHeader</a></p></div><p><b>US Public Health Data Encrypted Extension</b>: false</p><p><b>US Public Health Initiation Type Extension</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-report-initiation-types subscription-notification}\">Indicates a report was initiation based on a Subscription Notification.</span></p><p><b>US Public Health Message Processing Category Extension</b>: notification</p><p><b>event</b>: <a href=\"http://hl7.org/fhir/us/ph-library/STU1/CodeSystem-us-ph-codesystem-message-types.html#us-ph-codesystem-message-types-healthcare-survey-report-message\">US Public Health CodeSystem - Message Types healthcare-survey-report-message</a>: Indicates a message containing healthcare survey data sent from clinical care to PHA.</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>PHA endpoint</td><td><a href=\"http://example.org/pha-fhir\">http://example.org/pha-fhir</a></td></tr></table><p><b>sender</b>: <a href=\"Bundle-healthcare-surveys-reporting-bundle.html#http-//example.org/fhir/Organization/organization-healthcare\">Bundle: type = message; timestamp = 2020-11-20 11:15:33-1000</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Healthcare Organization</td><td>Backend Service App</td><td>3.1.45.AABB</td><td><a href=\"tel:+1(917)1234567\">+1 (917) 123 4567</a></td><td><a href=\"http://example.org/healthcare.org/fhir\">http://example.org/healthcare.org/fhir</a></td></tr></table><p><b>reason</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents encounter-close}\">Indicates the close of an encounter</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v false     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-report-initiation-type-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-report-initiation-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "subscription-notification" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "notification"     ]
  ] ) ; # 
  fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "healthcare-survey-report-message" ]
  ] ; # 
  fhir:destination ( [
fhir:name [ fhir:v "PHA endpoint" ] ;
fhir:endpoint [ fhir:v "http://example.org/pha-fhir"^^xsd:anyURI ]
  ] ) ; # 
  fhir:sender [
fhir:link <http://example.org/fhir/Organization/organization-healthcare> ;
fhir:reference [ fhir:v "http://example.org/fhir/Organization/organization-healthcare" ]
  ] ; # 
  fhir:source [
fhir:name [ fhir:v "Healthcare Organization" ] ;
fhir:software [ fhir:v "Backend Service App" ] ;
fhir:version [ fhir:v "3.1.45.AABB" ] ;
fhir:contact [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 (917) 123 4567" ]     ] ;
fhir:endpoint [ fhir:v "http://example.org/healthcare.org/fhir"^^xsd:anyURI ]
  ] ; # 
  fhir:reason [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-close" ]     ] )
  ] . #