Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, 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-resp-net-ig/ and changes regularly. See the Directory of published versions
: MessageHeader example used in the RESP-NET Bundle sent to a RESP-NET site - TTL Representation
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 sct: <http://snomed.info/id/> .
@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:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2020-11-29T02:03:28.045+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messageheader> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>Reporting Data</p> \n </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:l <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension> ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-message-processing-category-extension> ] ;
fhir:value [
a fhir:Code ;
fhir:v "consequence" ]
] ) ; #
fhir:event [
a fhir:Coding, sct:77386006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "77386006" ]
] ; #
fhir:destination ( [
fhir:name [ fhir:v "PHA endpoint" ] ;
fhir:endpoint [
fhir:v "http://example.org/fhir/pha"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/pha> ]
] ) ; #
fhir:sender [
fhir:l fhir:Organization/example-healthcare-org ;
fhir:reference [ fhir:v "Organization/example-healthcare-org" ]
] ; #
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/fhir/healthcare"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/healthcare> ]
] ; #
fhir:reason [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents> ] ;
fhir:code [ fhir:v "encounter-close" ] ] )
] . #