Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work 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-medmorph/ and changes regularly. See the Directory of published versions
Active as of 2020-09-06 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "us-ph-messageheader-message-types"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types</code> defines the following codes:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">message-report<a name=\"us-ph-messageheader-message-types-message-report\"> </a></td><td>Indicates a message containing a report exchanged between clinical care and PHA/Research Organization.</td><td>Indicates a message that contains data for a specific use case. Hep C, Cancer and Healthcare Surveys are example use cases etc.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> cancer-report-message<a name=\"us-ph-messageheader-message-types-cancer-report-message\"> </a></td><td>Indicates a message containing cancer reporting data sent from clinical care to PHA.</td><td>Indicates that cancer data are present in the message being sent from clinical care to PHA.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> cancer-response-message<a name=\"us-ph-messageheader-message-types-cancer-response-message\"> </a></td><td>Indicates a message containing cancer report response data sent from PHA to clinical care.</td><td>Indicates that a message containing response data for an already submitted cancer report is being sent from PHA to clinical care.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> hepc-report-message<a name=\"us-ph-messageheader-message-types-hepc-report-message\"> </a></td><td>Indicates a message containing Hep C data sent from clinical care to PHA.</td><td>Indicates that Hep C data are present in the message being sent from clinical care to PHA.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> hepc-response-message<a name=\"us-ph-messageheader-message-types-hepc-response-message\"> </a></td><td>Hep C Response Message sent from PHA to clinical care.</td><td>Indicates that a message containing response data for an already submitted Hep C report message is being sent from PHA to clinical care.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> healthcare-survey-report-message<a name=\"us-ph-messageheader-message-types-healthcare-survey-report-message\"> </a></td><td>Indicates a message containing healthcare survey data sent from clinical care to PHA.</td><td>Indicates that healthcare survey data are present in the message being sent from clinical care to PHA.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> healthcare-survey-response-message<a name=\"us-ph-messageheader-message-types-healthcare-survey-response-message\"> </a></td><td>Indicates a message containing healthcare survey data sent from PHA to clinical care.</td><td>Indicates that healthcare survey data are present in the response being sent from PHA to clinical care in response to a healthcare survey report message.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> research-report-message<a name=\"us-ph-messageheader-message-types-research-report-message\"> </a></td><td>Indicates a message containing healthcare data sent from clinical care to Research Organization.</td><td>Indicates that research data are present in the message being sent from clinical care to Research Organization.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> research-response-message<a name=\"us-ph-messageheader-message-types-research-response-message\"> </a></td><td>Indicates a message containing response data from Research Organization to clinical care.</td><td>Indicates that research data are present in the response being sent from Research Organization to clinical care in response to a submitted research report message.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> eicr-case-report-message<a name=\"us-ph-messageheader-message-types-eicr-case-report-message\"> </a></td><td>Indicates a message containing electronic case report healthcare data sent from clinical care.</td><td>Indicates that electronic case report data are present in the message being sent from clinical care.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> reportability-response-message<a name=\"us-ph-messageheader-message-types-reportability-response-message\"> </a></td><td>Indicates a message containing reportability response data in response to an electronic case report.</td><td>Indicates that reportability response data are present in the response to an electronic case report.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-messageheader-message-types"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "USPublicHealthMessageTypes"] ; #
fhir:title [ fhir:v "US Public Health Message Type Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2020-09-06"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International - Public Health Work Group"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/pher" ] ] )
] ) ; #
fhir:description [ fhir:v "The US Public Health Message Header Events CodeSystem is a 'starter set' of codes supported for identifying types of messages being exchanged."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-message-types"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-message-types>
] ; #
fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "message-report" ] ;
fhir:display [ fhir:v "Indicates a message containing a report exchanged between clinical care and PHA/Research Organization." ] ;
fhir:definition [ fhir:v "Indicates a message that contains data for a specific use case. Hep C, Cancer and Healthcare Surveys are example use cases etc." ] ;
( fhir:concept [
fhir:code [ fhir:v "cancer-report-message" ] ;
fhir:display [ fhir:v "Indicates a message containing cancer reporting data sent from clinical care to PHA." ] ;
fhir:definition [ fhir:v "Indicates that cancer data are present in the message being sent from clinical care to PHA." ] ] [
fhir:code [ fhir:v "cancer-response-message" ] ;
fhir:display [ fhir:v "Indicates a message containing cancer report response data sent from PHA to clinical care." ] ;
fhir:definition [ fhir:v "Indicates that a message containing response data for an already submitted cancer report is being sent from PHA to clinical care." ] ] [
fhir:code [ fhir:v "hepc-report-message" ] ;
fhir:display [ fhir:v "Indicates a message containing Hep C data sent from clinical care to PHA." ] ;
fhir:definition [ fhir:v "Indicates that Hep C data are present in the message being sent from clinical care to PHA." ] ] [
fhir:code [ fhir:v "hepc-response-message" ] ;
fhir:display [ fhir:v "Hep C Response Message sent from PHA to clinical care." ] ;
fhir:definition [ fhir:v "Indicates that a message containing response data for an already submitted Hep C report message is being sent from PHA to clinical care." ] ] [
fhir:code [ fhir:v "healthcare-survey-report-message" ] ;
fhir:display [ fhir:v "Indicates a message containing healthcare survey data sent from clinical care to PHA." ] ;
fhir:definition [ fhir:v "Indicates that healthcare survey data are present in the message being sent from clinical care to PHA." ] ] [
fhir:code [ fhir:v "healthcare-survey-response-message" ] ;
fhir:display [ fhir:v "Indicates a message containing healthcare survey data sent from PHA to clinical care." ] ;
fhir:definition [ fhir:v "Indicates that healthcare survey data are present in the response being sent from PHA to clinical care in response to a healthcare survey report message." ] ] [
fhir:code [ fhir:v "research-report-message" ] ;
fhir:display [ fhir:v "Indicates a message containing healthcare data sent from clinical care to Research Organization." ] ;
fhir:definition [ fhir:v "Indicates that research data are present in the message being sent from clinical care to Research Organization." ] ] [
fhir:code [ fhir:v "research-response-message" ] ;
fhir:display [ fhir:v "Indicates a message containing response data from Research Organization to clinical care." ] ;
fhir:definition [ fhir:v "Indicates that research data are present in the response being sent from Research Organization to clinical care in response to a submitted research report message." ] ] [
fhir:code [ fhir:v "eicr-case-report-message" ] ;
fhir:display [ fhir:v "Indicates a message containing electronic case report healthcare data sent from clinical care." ] ;
fhir:definition [ fhir:v "Indicates that electronic case report data are present in the message being sent from clinical care." ] ] [
fhir:code [ fhir:v "reportability-response-message" ] ;
fhir:display [ fhir:v "Indicates a message containing reportability response data in response to an electronic case report." ] ;
fhir:definition [ fhir:v "Indicates that reportability response data are present in the response to an electronic case report." ] ] )
] ) . #
IG © 2020+ HL7 International - Public Health Work Group. Package hl7.fhir.us.medmorph#1.0.0 based on FHIR 4.0.1. Generated 2023-06-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change