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 Action Type - TTL Representation

Active as of 2025-12-03

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "action-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem action-type</b></p><a name=\"action-type\"> </a><a name=\"hcaction-type\"> </a><p>This case-sensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/action-type</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\">PUSH_NOTIFICATION<a name=\"action-type-PUSH_NOTIFICATION\"> </a></td><td>send notification to user</td><td>The PUSH_NOTIFICATION represents sending a notification (push/email) to the participant</td></tr><tr><td style=\"white-space:nowrap\">CALL_PATIENT<a name=\"action-type-CALL_PATIENT\"> </a></td><td>patient should be called by practitioner</td><td>The CALL_PATIENT task represents a task for the practitioner to call the patient to remind him to fill out the questionnaire</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/action-type"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/action-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ActionType"] ; # 
  fhir:title [ fhir:v "Action Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-12-03T12:00:57+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Open Health Hub"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Open Health Hub" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.openhealthhub.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@openhealthhub.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Type of action for the Plan Definition tasks"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "PUSH_NOTIFICATION" ] ;
fhir:display [ fhir:v "send notification to user" ] ;
fhir:definition [ fhir:v "The PUSH_NOTIFICATION represents sending a notification (push/email) to the participant" ]
  ] [
fhir:code [ fhir:v "CALL_PATIENT" ] ;
fhir:display [ fhir:v "patient should be called by practitioner" ] ;
fhir:definition [ fhir:v "The CALL_PATIENT task represents a task for the practitioner to call the patient to remind him to fill out the questionnaire" ]
  ] ) . #