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 Program Use Context - 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 "program-use-context"] ; # 
  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 program-use-context</b></p><a name=\"program-use-context\"> </a><a name=\"hcprogram-use-context\"> </a><p>This case-sensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/program-use-context</code> defines the following code:</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\">fhir-viewer-invite<a name=\"program-use-context-fhir-viewer-invite\"> </a></td><td>Invites from FHIR Viewer</td><td>When present, creating CarePlans (including participants) from the FHIR Viewer is allowed for this PlanDefinition</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/program-use-context"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/program-use-context>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ProgramUseContext"] ; # 
  fhir:title [ fhir:v "Program Use Context"] ; # 
  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 "A single value code system to specify how the PlanDefinition can be used"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "fhir-viewer-invite" ] ;
fhir:display [ fhir:v "Invites from FHIR Viewer" ] ;
fhir:definition [ fhir:v "When present, creating CarePlans (including participants) from the FHIR Viewer is allowed for this PlanDefinition" ]
  ] ) . #