haau3 FHIR Implementation Guide (HFIG)
0.1.0 - ci-build United States of America flag

haau3 FHIR Implementation Guide (HFIG), published by haau3. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/haau3/fhir-ig/ and changes regularly. See the Directory of published versions

: haau3 Source System Codes - TTL Representation

Active as of 2025-10-05

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 "source-system"] ; # 
  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 source-system</b></p><a name=\"source-system\"> </a><a name=\"hcsource-system\"> </a><p>This case-sensitive code system <code>https://haau3.com/fhir/CodeSystem/source-system</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\">bluebutton<a name=\"source-system-bluebutton\"> </a></td><td>CMS Blue Button</td><td>Data originating from the CMS Blue Button APIs.</td></tr><tr><td style=\"white-space:nowrap\">epic<a name=\"source-system-epic\"> </a></td><td>Epic</td><td>Data originating from Epic or its associated patient portals.</td></tr><tr><td style=\"white-space:nowrap\">athena<a name=\"source-system-athena\"> </a></td><td>Athenahealth</td><td>Data originating from Athenahealth APIs or portals.</td></tr><tr><td style=\"white-space:nowrap\">haau3<a name=\"source-system-haau3\"> </a></td><td>haau3</td><td>Data created or derived internally within the haau3 platform.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://haau3.com/fhir/CodeSystem/source-system"^^xsd:anyURI ;
fhir:l <https://haau3.com/fhir/CodeSystem/source-system>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Haau3SourceSystem"] ; # 
  fhir:title [ fhir:v "haau3 Source System Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-10-05"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "haau3"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "haau3" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://haau3.com" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hello@haau3.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Source system codes used in haau3 to tag the origin of data."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "bluebutton" ] ;
fhir:display [ fhir:v "CMS Blue Button" ] ;
fhir:definition [ fhir:v "Data originating from the CMS Blue Button APIs." ]
  ] [
fhir:code [ fhir:v "epic" ] ;
fhir:display [ fhir:v "Epic" ] ;
fhir:definition [ fhir:v "Data originating from Epic or its associated patient portals." ]
  ] [
fhir:code [ fhir:v "athena" ] ;
fhir:display [ fhir:v "Athenahealth" ] ;
fhir:definition [ fhir:v "Data originating from Athenahealth APIs or portals." ]
  ] [
fhir:code [ fhir:v "haau3" ] ;
fhir:display [ fhir:v "haau3" ] ;
fhir:definition [ fhir:v "Data created or derived internally within the haau3 platform." ]
  ] ) . #