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 - JSON Representation

Active as of 2025-10-05

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "source-system",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://haau3.com/fhir/CodeSystem/source-system",
  "version" : "0.1.0",
  "name" : "Haau3SourceSystem",
  "title" : "haau3 Source System Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-10-05",
  "publisher" : "haau3",
  "contact" : [
    {
      "name" : "haau3",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://haau3.com"
        },
        {
          "system" : "email",
          "value" : "hello@haau3.com"
        }
      ]
    }
  ],
  "description" : "Source system codes used in haau3 to tag the origin of data.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "bluebutton",
      "display" : "CMS Blue Button",
      "definition" : "Data originating from the CMS Blue Button APIs."
    },
    {
      "code" : "epic",
      "display" : "Epic",
      "definition" : "Data originating from Epic or its associated patient portals."
    },
    {
      "code" : "athena",
      "display" : "Athenahealth",
      "definition" : "Data originating from Athenahealth APIs or portals."
    },
    {
      "code" : "haau3",
      "display" : "haau3",
      "definition" : "Data created or derived internally within the haau3 platform."
    }
  ]
}