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 Report Initiation Type 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-report-initiation-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-report-initiation-types</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\">subscription-notification<a name=\"us-ph-report-initiation-types-subscription-notification\"> </a></td><td>Indicates a report was initiation based on a Subscription Notification.</td><td>Indicates that a report creation was initiated based on a notification to a subscription topic.</td></tr><tr><td style=\"white-space:nowrap\">timer-notification<a name=\"us-ph-report-initiation-types-timer-notification\"> </a></td><td>Indicates a report was initiation based on a Subscription Notification.</td><td>Indicates that a report creation was initiated based on a timer expiration. The timer can be absolute or a relative timer.</td></tr><tr><td style=\"white-space:nowrap\">manually-initiated<a name=\"us-ph-report-initiation-types-manually-initiated\"> </a></td><td>Indicates a report was initiated to a manual action by the provider.</td><td>Indicates that a report creation was initiated manually by a provider.</td></tr><tr><td style=\"white-space:nowrap\">alternately-initiated<a name=\"us-ph-report-initiation-types-alternately-initiated\"> </a></td><td>Indicates a report was initiated in an alternate way by the provider.</td><td>Indicates that a report creation was initiated in an alternate way by the provider.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-report-initiation-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "USPublicHealthReportInitiationTypes"] ; # 
  fhir:title [ fhir:v "US Public Health Report Initiation 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 Report Initiation Type CodeSystem is a 'starter set' of codes supported for identifying how the message was initiated."] ; # 
  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-report-initiation-type-valueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-report-initiation-type-valueset>
  ] ; # 
  fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "subscription-notification" ] ;
fhir:display [ fhir:v "Indicates a report was initiation based on a Subscription Notification." ] ;
fhir:definition [ fhir:v "Indicates that a report creation was initiated based on a notification to a subscription topic." ]
  ] [
fhir:code [ fhir:v "timer-notification" ] ;
fhir:display [ fhir:v "Indicates a report was initiation based on a Subscription Notification." ] ;
fhir:definition [ fhir:v "Indicates that a report creation was initiated based on a timer expiration. The timer can be absolute or a relative timer." ]
  ] [
fhir:code [ fhir:v "manually-initiated" ] ;
fhir:display [ fhir:v "Indicates a report was initiated to a manual action by the provider." ] ;
fhir:definition [ fhir:v "Indicates that a report creation was initiated manually by a provider." ]
  ] [
fhir:code [ fhir:v "alternately-initiated" ] ;
fhir:display [ fhir:v "Indicates a report was initiated in an alternate way by the provider." ] ;
fhir:definition [ fhir:v "Indicates that a report creation was initiated in an alternate way by the provider." ]
  ] ) . #