US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions

: US Public Health MessageDefinition - Cancer Report - TTL Representation

Active as of 2023-01-08

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:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-messagedefinition-contentbundle-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messagedefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messagedefinition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition us-ph-messagedefinition-contentbundle-example</b></p><a name=\"us-ph-messagedefinition-contentbundle-example\"> </a><a name=\"hcus-ph-messagedefinition-contentbundle-example\"> </a><a name=\"us-ph-messagedefinition-contentbundle-example-en-US\"> </a><p><b>url</b>: <a href=\"MessageDefinition-us-ph-messagedefinition-contentbundle-example.html\">MessageDefinition: url = http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example; version = 1.0.0; status = active; date = 2023-01-08; publisher = HL7 Public Health Work Group; contact = HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher, pher@lists.HL7.org); jurisdiction = United States of America; copyright = ; event[x] = Indicates a message containing cancer reporting data sent from clinical care to PHA. (US Public Health CodeSystem - Message Types#cancer-report-message); category = notification</a></p><p><b>version</b>: 1.0.0</p><p><b>status</b>: Active</p><p><b>date</b>: 2023-01-08</p><p><b>publisher</b>: HL7 Public Health Work Group</p><p><b>contact</b>: HL7 Public Health Work Group: <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/committees/pher</a>,<a href=\"mailto:pher@lists.HL7.org\">pher@lists.HL7.org</a></p><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>event</b>: <a href=\"CodeSystem-us-ph-codesystem-message-types.html#us-ph-codesystem-message-types-cancer-report-message\">US Public Health CodeSystem - Message Types cancer-report-message</a>: Indicates a message containing cancer reporting data sent from clinical care to PHA.</p><p><b>category</b>: Notification</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Bundle</td><td><a href=\"StructureDefinition-us-ph-content-bundle.html\">US Public Health Content Bundle</a></td><td>1</td><td>1</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-01-08"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Public Health Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Public Health Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pher@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  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:category [ fhir:v "notification"] ; # 
  fhir:focus ( [
fhir:code [ fhir:v "Bundle" ] ;
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:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
  ] ) . #