Starter FHIR Implementation Guide
1.0.1 - ci-build International flag

Starter FHIR Implementation Guide, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Follow Up Status - TTL Representation

Active as of 2024-10-10

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 "art-follow-up-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 art-follow-up-status-value-set</b></p><a name=\"art-follow-up-status-value-set\"> </a><a name=\"hcart-follow-up-status-value-set\"> </a><a name=\"art-follow-up-status-value-set-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><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/129019007\">129019007</a></td><td>Taking medication</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/45257-3/\">45257-3</a></td><td>Date dropped from HIV treatment</td></tr><tr><td><a href=\"https://loinc.org/45256-5/\">45256-5</a></td><td>HIV treatment clinic transferred to</td></tr><tr><td><a href=\"https://loinc.org/91382-2/\">91382-2</a></td><td>Date medication stopped - Reported</td></tr><tr><td><a href=\"https://loinc.org/45237-5/\">45237-5</a></td><td>Date lost to HIV treatment follow-up</td></tr><tr><td><a href=\"https://loinc.org/77978-5/\">77978-5</a></td><td>Patient died from illness of interest</td></tr><tr><td><a href=\"https://loinc.org/63936-9/\">63936-9</a></td><td>Start date of treatment or therapy</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://jembi.org/fhir/ValueSet/art-follow-up-status-value-set"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.1"] ; # 
  fhir:name [ fhir:v "ARTFollowUpStatusValueSet"] ; # 
  fhir:title [ fhir:v "Follow Up Status"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-10T11:09:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Jembi Health Systems"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Jembi Health Systems" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.jembi.org/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@jembi.org" ]     ] )
  ] [
fhir:name [ fhir:v "Richard Langford" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "richard.langford@jembi.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "FollowUp Status"] ; # 
  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://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "129019007" ] ;
fhir:display [ fhir:v "Taking medication" ]       ] )     ] [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "45257-3" ] ;
fhir:display [ fhir:v "Date dropped from HIV treatment" ]       ] [
fhir:code [ fhir:v "45256-5" ] ;
fhir:display [ fhir:v "HIV treatment clinic transferred to" ]       ] [
fhir:code [ fhir:v "91382-2" ] ;
fhir:display [ fhir:v "Date medication stopped - Reported" ]       ] [
fhir:code [ fhir:v "45237-5" ] ;
fhir:display [ fhir:v "Date lost to HIV treatment follow-up" ]       ] [
fhir:code [ fhir:v "77978-5" ] ;
fhir:display [ fhir:v "Patient died from illness of interest" ]       ] [
fhir:code [ fhir:v "63936-9" ] ;
fhir:display [ fhir:v "Start date of treatment or therapy" ]       ] )     ] )
  ] . #