Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

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

: US Public Health CodeSystem for Response Message Processing Status Codes - TTL Representation

Active as of 2020-09-06

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-ph-response-message-processing-status"] ; # 
  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-response-message-processing-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">RRVS1<a name=\"us-ph-response-message-processing-status-RRVS1\"> </a></td><td>Reportable data sent from clinical care to PHA.</td><td>Reportable - the triggered condition was determined to be reportable for responsible jurisdiction on the basis of appropriate authoring jurisdiction rules.</td></tr><tr><td style=\"white-space:nowrap\">RRVS2<a name=\"us-ph-response-message-processing-status-RRVS2\"> </a></td><td>Data sent from clinical care to PHA may be reportable.</td><td>May be reportable - the triggered condition may be reportable, but a full disposition was not achieved</td></tr><tr><td style=\"white-space:nowrap\">RRVS3<a name=\"us-ph-response-message-processing-status-RRVS3\"> </a></td><td>Data sent from clinical care to PHA is not reportable.</td><td>Not reportable - all data needed for rule were available, but the condition was not determined to be reportable for the responsible jurisdiction on the basis of appropriate authoring jurisdiction rules.</td></tr><tr><td style=\"white-space:nowrap\">RRVS4<a name=\"us-ph-response-message-processing-status-RRVS4\"> </a></td><td>No Reporting rule met for the data sent from clinical care to PHA.</td><td>No reporting rule met – no reporting rule was completely met because needed data were not available or all needed data were available but did not meet reporting requirements.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-response-message-processing-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "USPublicHealthResponseMessageProcessingStatus"] ; # 
  fhir:title [ fhir:v "US Public Health CodeSystem for Response Message Processing Status 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 Response Message Processing Status CodeSystem is a 'starter set' of codes supported for identifying response message processing status codes."] ; # 
  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-response-message-processing-status-codes"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-response-message-processing-status-codes>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "RRVS1" ] ;
fhir:display [ fhir:v "Reportable data sent from clinical care to PHA." ] ;
fhir:definition [ fhir:v "Reportable - the triggered condition was determined to be reportable for responsible jurisdiction on the basis of appropriate authoring jurisdiction rules." ]
  ] [
fhir:code [ fhir:v "RRVS2" ] ;
fhir:display [ fhir:v "Data sent from clinical care to PHA may be reportable." ] ;
fhir:definition [ fhir:v "May be reportable - the triggered condition may be reportable, but a full disposition was not achieved" ]
  ] [
fhir:code [ fhir:v "RRVS3" ] ;
fhir:display [ fhir:v "Data sent from clinical care to PHA is not reportable." ] ;
fhir:definition [ fhir:v "Not reportable - all data needed for rule were available, but the condition was not determined to be reportable for the responsible jurisdiction on the basis of appropriate authoring jurisdiction rules." ]
  ] [
fhir:code [ fhir:v "RRVS4" ] ;
fhir:display [ fhir:v "No Reporting rule met for the data sent from clinical care to PHA." ] ;
fhir:definition [ fhir:v "No reporting rule met – no reporting rule was completely met because needed data were not available or all needed data were available but did not meet reporting requirements." ]
  ] ) . #