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 CareTeam Category - 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 "care-team-category"] ; # 
  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 care-team-category</b></p><a name=\"care-team-category\"> </a><a name=\"hccare-team-category\"> </a><p>This case-insensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-team-category</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\">care_providers<a name=\"care-team-category-care_providers\"> </a></td><td>Care Providers</td><td>Healthcare professionals providing care to the patient</td></tr><tr><td style=\"white-space:nowrap\">caregivers<a name=\"care-team-category-caregivers\"> </a></td><td>Caregivers</td><td>Individuals who fill out questionnaires about the patient</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-team-category"^^xsd:anyURI ;
fhir:l <https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-team-category>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CareTeamCategory"] ; # 
  fhir:title [ fhir:v "Care Team Category"] ; # 
  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 "CodeSystem for categorizing care teams"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "care_providers" ] ;
fhir:display [ fhir:v "Care Providers" ] ;
fhir:definition [ fhir:v "Healthcare professionals providing care to the patient" ]
  ] [
fhir:code [ fhir:v "caregivers" ] ;
fhir:display [ fhir:v "Caregivers" ] ;
fhir:definition [ fhir:v "Individuals who fill out questionnaires about the patient" ]
  ] ) . #