This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "healthcare-surveys-reporting-bundle"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-reporting-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-reporting-bundle> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/MessageHeader/messageheader-example-reportheader"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/MessageHeader/messageheader-example-reportheader> )
] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Bundle/healthcare-surveys-content-bundle"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Bundle/healthcare-surveys-content-bundle> )
] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Organization/organization-healthcare"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Organization/organization-healthcare> )
] [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Endpoint/healthcare-endpoint"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Endpoint/healthcare-endpoint> )
] ) . #
<http://example.org/fhir/MessageHeader/messageheader-example-reportheader> a fhir:MessageHeader ;
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\"><a name=\"MessageHeader_messageheader-example-reportheader\"> </a><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=\"Organization-organization-healthcare.html\">Organization Example Healthcare Organization</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><p><b>focus</b>: <a href=\"Bundle-healthcare-surveys-reporting-bundle.html#http-//example.org/fhir/Bundle/healthcare-surveys-content-bundle\">Bundle: type = message; timestamp = 2020-11-20 11:15:33-1000</a></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:reference [ fhir:v "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" ] ] )
] ; #
fhir:focus ( [
fhir:link <http://example.org/fhir/Bundle/healthcare-surveys-content-bundle> ;
fhir:reference [ fhir:v "http://example.org/fhir/Bundle/healthcare-surveys-content-bundle" ]
] ) . #
<http://example.org/fhir/Bundle/healthcare-surveys-content-bundle> a fhir:Bundle ;
fhir:id [ fhir:v "healthcare-surveys-content-bundle"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-content-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-content-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2020-11-20T11:15:33-10:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Composition/rep-composition-content-example"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Composition/rep-composition-content-example> )
] ) . #
<http://example.org/fhir/Composition/rep-composition-content-example> a fhir:Composition ;
fhir:id [ fhir:v "rep-composition-content-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-composition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Amy Shaw data for HCS</b></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier [
fhir:value [ fhir:v "c03eab8c-11e8-4d0c-ad2a-b385395e27db" ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:type [
( fhir:coding [
a loinc:75619-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75619-7" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ledner" ] ;
fhir:display [ fhir:v "Amy Shaw" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-ambulatory" ] ;
fhir:display [ fhir:v "Ambulatory Office Visit" ]
] ; #
fhir:date [ fhir:v "2023-01-02T22:13:23Z"^^xsd:dateTime] ; #
fhir:author ( [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Nicholas Joseph" ]
] ) ; #
fhir:title [ fhir:v "National Health Care Surveys report"] ; #
fhir:section ( [
fhir:title [ fhir:v "Reason for Visit Section" ] ;
fhir:code [
( fhir:coding [
a loinc:29299-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29299-5" ] ;
fhir:display [ fhir:v "Reason for visit Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Reason for Visit: Bad cough</p></div>"^^rdf:XMLLiteral ]
] [
fhir:title [ fhir:v "Problems Section" ] ;
fhir:code [
( fhir:coding [
a loinc:11450-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11450-4" ] ;
fhir:display [ fhir:v "Problem list - Reported" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Single liveborn, born in hospital</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "Condition/condition-problem" ] ] )
] [
fhir:title [ fhir:v "Allergies Section" ] ;
fhir:code [
( fhir:coding [
a loinc:48765-2 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "48765-2" ] ;
fhir:display [ fhir:v "Allergies and adverse reactions Document" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Allergy to Sulfonide</p></div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "AllergyIntolerance/allergyintolerance-sulfonamide" ] ] )
] [
fhir:title [ fhir:v "Medications Section" ] ;
fhir:code [
( fhir:coding [
a loinc:10160-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10160-0" ] ;
fhir:display [ fhir:v "History of Medication use Narrative" ] ] ) ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Taking Lantus</div>"^^rdf:XMLLiteral ] ;
( fhir:entry [
fhir:reference [ fhir:v "MedicationAdministration/medicationadministration-example" ] ] )
] ) . #
<http://example.org/fhir/Organization/organization-healthcare> a fhir:Organization ;
fhir:id [ fhir:v "organization-healthcare"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization-healthcare\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-healthcare</b></p><a name=\"organization-healthcare\"> </a><a name=\"hcorganization-healthcare\"> </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-organization.html\">US Public Health Organization</a></p></div><p><b>active</b>: true</p><p><b>name</b>: Example Healthcare Organization</p><p><b>telecom</b>: ph: (917)932-2000(Work)</p><p><b>address</b>: 3300 Mayland Avenue, Suite 227 Altanta GA</p><p><b>endpoint</b>: <a href=\"Endpoint-healthcare-endpoint.html\">Endpoint HealthCareSenderAndReceiver</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:active [ fhir:v true] ; #
fhir:name [ fhir:v "Example Healthcare Organization"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(917)932-2000" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:text [ fhir:v "3300 Mayland Avenue, Suite 227 Altanta GA" ] ;
( fhir:line [ fhir:v "4401 Peach Rd," ] ) ;
fhir:city [ fhir:v "Atlanta" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "81452" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/healthcare-endpoint" ]
] ) . #
<http://example.org/fhir/Endpoint/healthcare-endpoint> a fhir:Endpoint ;
fhir:id [ fhir:v "healthcare-endpoint"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-endpoint> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Endpoint_healthcare-endpoint\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Endpoint healthcare-endpoint</b></p><a name=\"healthcare-endpoint\"> </a><a name=\"hchealthcare-endpoint\"> </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-endpoint.html\">US Public Health Endpoint</a></p></div><p><b>identifier</b>: <code>http://example.org/healthcare.org/enpoint-identifier</code>/healthcare-endpoint-id</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>name</b>: HealthCareSenderAndReceiver</p><p><b>managingOrganization</b>: <a href=\"Organization-organization-healthcare.html\">Organization Example Healthcare Organization</a></p><p><b>contact</b>: <a href=\"mailto:endpointmanager@example.healthcare.org\">endpointmanager@example.healthcare.org</a></p><p><b>period</b>: 2020-11-20 --> (ongoing)</p><p><b>payloadType</b>: <span title=\"Codes:{http://hl7.org/fhir/resource-types Bundle}\">Bundle</span></p><p><b>payloadMimeType</b>: application/fhir+xml, application/fhir+json</p><p><b>address</b>: <a href=\"http://example.org/healthcare.org/fhir\">http://example.org/healthcare.org/fhir</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/healthcare.org/enpoint-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "healthcare-endpoint-id" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ]
] ; #
fhir:name [ fhir:v "HealthCareSenderAndReceiver"] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/organization-healthcare" ]
] ; #
fhir:contact ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "endpointmanager@example.healthcare.org" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2020-11-20"^^xsd:date ]
] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Bundle" ] ] )
] ) ; #
fhir:payloadMimeType ( [ fhir:v "application/fhir+xml"] [ fhir:v "application/fhir+json"] ) ; #
fhir:address [ fhir:v "http://example.org/healthcare.org/fhir"^^xsd:anyURI] . #
IG © 2025+ HL7 International / Public Health. Package hl7.fhir.us.health-care-surveys-reporting#2.0.0-ballot based on FHIR 4.0.1. Generated 2025-07-31
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change