US Public Health Profiles Library 1.0.0 - STU1
This page is part of the US Public Health Profiles Library (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "us-ph-valueset-priority"] ; # fhir:meta [ fhir:versionId [ fhir:v "3" ] ; fhir:lastUpdated [ fhir:v "2023-07-12T08:53:16.710Z"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-us-ph-codesystem-usage-context.html\"><code>http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-us-ph-codesystem-usage-context.html#us-ph-codesystem-usage-context-emergent\">emergent</a></td><td>Emergent</td><td>The artifact is an emergent reporting specification program release.</td></tr><tr><td><a href=\"CodeSystem-us-ph-codesystem-usage-context.html#us-ph-codesystem-usage-context-routine\">routine</a></td><td>Routine</td><td>The artifact is a routine reporting specification program release.</td></tr></table></li></ul></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-priority"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "USPublicHealthValueSetPriority"] ; # fhir:title [ fhir:v "US Public Health ValueSet Priority"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2021-08-01T00:00:00+10:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Public Health Working Group"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Public Health Working 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:description [ fhir:v "This value set contains codes representing release priority for ValueSets."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "emergent" ] ; fhir:display [ fhir:v "Emergent" ] ] [ fhir:code [ fhir:v "routine" ] ; fhir:display [ fhir:v "Routine" ] ] ) ] ) ] . #