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
Active as of 2022-06-02 |
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "us-ph-valueset-supplemental-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2023-07-12T10:20:32.517Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-supplemental-valueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-supplemental-valueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-endpoint-connection-type.html\"><code>http://terminology.hl7.org/CodeSystem/endpoint-connection-type</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-us-ph-codesystem-endpoint-connection-type-example.html\"><code>http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-endpoint-connection-type-example</code></a></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-steward"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactDetail ;
fhir:name [ fhir:v "Example Steward" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-author"^^xsd:anyURI ] ;
fhir:value [
a fhir:ContactDetail ;
fhir:name [ fhir:v "Example Author" ] ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-supplemental-example"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "USPublicHealthValueSetSupplementalExample"] ; #
fhir:title [ fhir:v "US Public Health VaueSet - Supplemental Example"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2022-06-02T00: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 valueset is a valueset created for the purposes of demonstrating, by example, the US Public Health Supplemental ValueSet profile."] ; #
fhir:useContext ( [
fhir:code [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reporting" ] ;
fhir:display [ fhir:v "Reporting" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "supplemental" ] ;
fhir:display [ fhir:v "Supplemental" ] ] ) ]
] [
fhir:code [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "focus" ] ;
fhir:display [ fhir:v "Clinical Focus" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:240589008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "240589008" ] ;
fhir:display [ fhir:v "Chlamydia trachomatis infection" ] ] ) ]
] [
fhir:code [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "priority" ] ;
fhir:display [ fhir:v "Priority" ] ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context"^^xsd:anyURI ] ;
fhir:code [ fhir:v "routine" ] ;
fhir:display [ fhir:v "Routine" ] ] ) ]
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:purpose [ fhir:v "Define the set of supported endpoint connection types."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-endpoint-connection-type-example"^^xsd:anyURI ] ] )
] . #
IG © 2023+ HL7 Public Health Working Group. Package hl7.fhir.us.ph-library#1.0.0 based on FHIR 4.0.1. Generated 2023-08-17
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change