Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0

Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OHH Notification Activity Status Value Set - TTL Representation

Active as of 2026-07-24

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 -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/ohh-notification-activity-status-value-set> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ohh-notification-activity-status-value-set"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ohh-notification-activity-status-value-set</b></p><a name=\"ohh-notification-activity-status-value-set\"> </a><a name=\"hcohh-notification-activity-status-value-set\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html\"><code>http://hl7.org/fhir/care-plan-activity-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><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=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-scheduled\">scheduled</a></td><td>Scheduled</td><td>Appointment or other booking has occurred but activity has not yet begun.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-completed\">completed</a></td><td>Completed</td><td>Care plan activity has been completed (more or less) as planned.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The planned care plan activity has been withdrawn.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-care-plan-activity-status.html#care-plan-activity-status-stopped\">stopped</a></td><td>Stopped</td><td>The planned care plan activity has been ended prior to completion after the activity was started.</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://api.openhealthhub.com/OpenHealthhub/fhir/4/ValueSet/ohh-notification-activity-status-value-set"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "OhhNotificationActivityStatusValueSet"] ;
  fhir:ValueSet.title [ fhir:value "OHH Notification Activity Status Value Set"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-24T10:55:53+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Open Health Hub"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Open Health Hub" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.openhealthhub.com" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "support@openhealthhub.com" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "The subset of CarePlan activity statuses supported for notification (CommunicationRequest) activities."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-status" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "scheduled" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Scheduled" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "completed" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Completed" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "cancelled" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Cancelled" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "stopped" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Stopped" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/ohh-notification-activity-status-value-set.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/ohh-notification-activity-status-value-set.ttl> .