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 CarePlan Task - 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/CodeSystem/care-plan-task> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "care-plan-task"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem care-plan-task</b></p><a name=\"care-plan-task\"> </a><a name=\"hccare-plan-task\"> </a><p>This case-sensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-plan-task</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">create-user<a name=\"care-plan-task-create-user\"> </a></td><td>Create User</td><td>Indicates that a user should be created for the patient</td></tr><tr><td style=\"white-space:nowrap\">register-program<a name=\"care-plan-task-register-program\"> </a></td><td>Register Programs</td><td>Indicates that the patient should be registered to the program in the system</td></tr><tr><td style=\"white-space:nowrap\">send-invitation-mail<a name=\"care-plan-task-send-invitation-mail\"> </a></td><td>Send Invitation Mail</td><td>Indicates that an invitation mail should be sent to the patient</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-plan-task"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CarePlanTask"] ;
  fhir:CodeSystem.title [ fhir:value "Care Plan Task"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-24T10:55:53+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Open Health Hub"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "CodeSystem for tasks that should be performed for a care plan"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "create-user" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Create User" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates that a user should be created for the patient" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "register-program" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Register Programs" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates that the patient should be registered to the program in the system" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "send-invitation-mail" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Send Invitation Mail" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates that an invitation mail should be sent to the patient" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/care-plan-task.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/care-plan-task.ttl> .