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 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/program-use-context> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "program-use-context"] ;
  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 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>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/program-use-context"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ProgramUseContext"] ;
  fhir:CodeSystem.title [ fhir:value "Program Use Context"] ;
  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 "A single value code system to specify how the PlanDefinition can be used"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "fhir-viewer-invite" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Invites from FHIR Viewer" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "When present, creating CarePlans (including participants) from the FHIR Viewer is allowed for this PlanDefinition" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/program-use-context.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/program-use-context.ttl> .