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
| Active as of 2026-07-24 |
@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/ohh-questionnaire-item-control> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ohh-questionnaire-item-control"] ;
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 ohh-questionnaire-item-control</b></p><a name=\"ohh-questionnaire-item-control\"> </a><a name=\"hcohh-questionnaire-item-control\"> </a><p>This case-insensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/ohh-questionnaire-item-control</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">show_navigation<a name=\"ohh-questionnaire-item-control-show_navigation\"> </a></td><td>Display navigation controls</td></tr><tr><td style=\"white-space:nowrap\">button<a name=\"ohh-questionnaire-item-control-button\"> </a></td><td>Button</td></tr><tr><td style=\"white-space:nowrap\">responsive-grid<a name=\"ohh-questionnaire-item-control-responsive-grid\"> </a></td><td>Responsive Grid</td></tr><tr><td style=\"white-space:nowrap\">center<a name=\"ohh-questionnaire-item-control-center\"> </a></td><td>Center</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/ohh-questionnaire-item-control"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "OhhQuestionnaireItemControl"] ;
fhir:CodeSystem.title [ fhir:value "OHH Questionnaire Item Control"] ;
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 "Additional item control codes beyond the standard FHIR questionnaire-item-control codes"] ;
fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "show_navigation" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Display navigation controls" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "button" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Button" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "responsive-grid" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Responsive Grid" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "center" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Center" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ohh-questionnaire-item-control.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/ohh-questionnaire-item-control.ttl> .
IG © 2025+ Open Health Hub. Package ohh-fhir#0.1.0 based on FHIR 4.0.1. Generated 2026-07-24
Links: Table of Contents |
QA Report
| Postman Collection