HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Mwendwa-JM/fhir/ and changes regularly. See the Directory of published versions
: Key Population Status Value Set - TTL Representation
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 "key-population-status-value-set"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet key-population-status-value-set</b></p><a name=\"key-population-status-value-set\"> </a><a name=\"hckey-population-status-value-set\"> </a><a name=\"key-population-status-value-set-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-key-population-status.html\"><code>http://jembi.org/fhir/CodeSystem/key-population-status</code></a></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/472986005\">472986005</a></td><td>Sexually active with men</td></tr><tr><td><a href=\"http://snomed.info/id/159799000\">159799000</a></td><td>Female prostitute</td></tr><tr><td><a href=\"http://snomed.info/id/159800001\">159800001</a></td><td>Male prostitute</td></tr><tr><td><a href=\"http://snomed.info/id/228388006\">228388006</a></td><td>Intravenous drug user</td></tr><tr><td><a href=\"http://snomed.info/id/417284009\">417284009</a></td><td>Current drug user</td></tr><tr><td><a href=\"http://snomed.info/id/407375002\">407375002</a></td><td>Surgically transgendered transsexual</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://jembi.org/fhir/ValueSet/key-population-status-value-set"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "KeyPopulationStatusValueset"] ; #
fhir:title [ fhir:v "Key Population Status Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-09-26T12:25:36+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "My Organization"] ; #
fhir:contact ( [
fhir:name [ fhir:v "My Organization" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.com/committees" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "my-group@example.com" ] ] )
] [
fhir:name [ fhir:v "Bob Smith" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "bobsmith@example.com" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Key Population Status Value Set"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://jembi.org/fhir/CodeSystem/key-population-status"^^xsd:anyURI ] ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "472986005" ] ;
fhir:display [ fhir:v "Sexually active with men" ] ] [
fhir:code [ fhir:v "159799000" ] ;
fhir:display [ fhir:v "Female prostitute" ] ] [
fhir:code [ fhir:v "159800001" ] ;
fhir:display [ fhir:v "Male prostitute" ] ] [
fhir:code [ fhir:v "228388006" ] ;
fhir:display [ fhir:v "Intravenous drug user" ] ] [
fhir:code [ fhir:v "417284009" ] ;
fhir:display [ fhir:v "Current drug user" ] ] [
fhir:code [ fhir:v "407375002" ] ;
fhir:display [ fhir:v "Surgically transgendered transsexual" ] ] ) ] )
] . #