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 ValueSet Use Context 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-valueset-usecontext-codes"] ; # 
  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-valueset-usecontext-codes</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\">ph-reporting<a name=\"us-ph-valueset-usecontext-codes-ph-reporting\"> </a></td><td>ValueSet is to be used in the context of public health reporting use cases.</td><td>ValueSet is to be used for the purposes of public health reporting.</td></tr><tr><td style=\"white-space:nowrap\">research-reporting<a name=\"us-ph-valueset-usecontext-codes-research-reporting\"> </a></td><td>ValueSet is to be used in the context of research reporting use cases.</td><td>ValueSet is to be used for the purposes of research reporting.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "USPublicHealthValueSetUseContextCodes"] ; # 
  fhir:title [ fhir:v "US Public Health CodeSystem for ValueSet Use Context 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 UseContext CodeSystem is a 'starter set' of codes supported for identifying use context codes in ValueSet."] ; # 
  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:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ph-reporting" ] ;
fhir:display [ fhir:v "ValueSet is to be used in the context of public health reporting use cases." ] ;
fhir:definition [ fhir:v "ValueSet is to be used for the purposes of public health reporting." ]
  ] [
fhir:code [ fhir:v "research-reporting" ] ;
fhir:display [ fhir:v "ValueSet is to be used in the context of research reporting use cases." ] ;
fhir:definition [ fhir:v "ValueSet is to be used for the purposes of research reporting." ]
  ] ) . #