US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "us-ph-response-bundle-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "10" ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-response-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-response-bundle> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2022-11-20T11:15:33-10:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "MessageHeader/us-ph-messageheader-response"^^xsd:anyURI ] ;
( fhir:resource <MessageHeader/us-ph-messageheader-response> )
] [
fhir:fullUrl [ fhir:v "Bundle/us-ph-content-bundle-example"^^xsd:anyURI ] ;
( fhir:resource <Bundle/us-ph-content-bundle-example> )
] ) . #
<MessageHeader/us-ph-messageheader-response> a fhir:MessageHeader ;
fhir:id [ fhir:v "us-ph-messageheader-response"] ; #
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><b>Generated Narrative: MessageHeader</b><a name=\"us-ph-messageheader-response\"> </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 "us-ph-messageheader-response" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"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>: Indicates a report was initiation based on a Subscription Notification. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-us-ph-codesystem-report-initiation-types.html\">US Public Health CodeSystem - Report Initiation Type Codes</a>#subscription-notification)</span></p><p><b>US Public Health Message Processing Category Extension</b>: consequence</p><p><b>event</b>: Indicates a message containing cancer reporting data sent from clinical care to PHA. (Details: http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types code cancer-report-message = 'Indicates a message containing cancer reporting data sent from clinical care to PHA.', stated as 'null')</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.pha.org/fhir\">http://example.pha.org/fhir</a></td></tr></table><p><b>sender</b>: <a href=\"Organization-us-ph-organization-salem-medical-center.html\">Organization/us-ph-organization-salem-medical-center</a> "Salem Medical Center"</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.healthcare.org/fhir\">http://example.healthcare.org/fhir</a></td></tr></table><p><b>reason</b>: Indicates the close of an encounter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-us-ph-codesystem-triggerdefinition-namedevents.html\">US Public Health CodeSystem - Trigger Definition Named Events</a>#encounter-close)</span></p><p><b>focus</b>: <a href=\"#Bundle_us-ph-content-bundle-example\">See above (Bundle/us-ph-content-bundle-example)</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encrypted-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] [
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 [ fhir:v "consequence" ]
] ) ; #
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 "cancer-report-message" ]
] ; #
fhir:destination ( [
fhir:name [ fhir:v "PHA endpoint" ] ;
fhir:endpoint [ fhir:v "http://example.pha.org/fhir"^^xsd:anyURI ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Organization/us-ph-organization-salem-medical-center" ]
] ; #
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.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:reference [ fhir:v "Bundle/us-ph-content-bundle-example" ]
] ) . #
<Bundle/us-ph-content-bundle-example> a fhir:Bundle ;
fhir:id [ fhir:v "us-ph-content-bundle-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-content-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-content-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2022-06-20T11:15:33-10:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "http://example.org/fhir/Patient/us-ph-patient-eve-everywoman"^^xsd:anyURI ] ;
( fhir:resource <http://example.org/fhir/Patient/us-ph-patient-eve-everywoman> )
] ) . #
<http://example.org/fhir/Patient/us-ph-patient-eve-everywoman> a fhir:Patient ;
fhir:id [ fhir:v "us-ph-patient-eve-everywoman"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient> ] )
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "White" ] ] [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Not Hispanic or Latino" ] ] [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2186-5" ] ;
fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F" ]
] [
( fhir:extension [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ASKU" ] ;
fhir:display [ fhir:v "asked but unknown" ] ] ) ;
fhir:text [ fhir:v "asked but unknown" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/individual-genderIdentity"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "TribeName"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91" ] ;
fhir:display [ fhir:v "Fort Mojave Indian Tribe of Arizona, California & Nevada" ] ] ] [
fhir:url [ fhir:v "EnrolledTribeMember"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-tribal-affiliation-extension"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record Number" ] ] ) ] ;
fhir:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1032702" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Everywoman" ] ;
( fhir:given [ fhir:v "Eve" ] [ fhir:v "L" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-(404)555-1212" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "eve.everywoman@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1974-11-24"^^xsd:date] ; #
fhir:deceased [ fhir:v "false"^^xsd:boolean] ; #
fhir:address ( [
( fhir:line [ fhir:v "2222 Home Street" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "99999" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ;
fhir:display [ fhir:v "English" ] ] ) ]
] ) . #
IG © 2023+ HL7 Public Health Working Group. Package hl7.fhir.us.ph-library#1.0.0 based on FHIR 4.0.1. Generated 2023-10-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change