FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehaau3.fhir
Resource TypeCodeSystem
IdCodeSystem-source-system.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/haau3/fhir-ig/CodeSystem-source-system.html
URLhttps://haau3.com/fhir/CodeSystem/source-system
Version0.1.0
Statusactive
Date2025-10-05
NameHaau3SourceSystem
Titlehaau3 Source System Codes
Realmus
DescriptionSource system codes used in haau3 to tag the origin of data.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem source-system

This case-sensitive code system https://haau3.com/fhir/CodeSystem/source-system defines the following codes:

CodeDisplayDefinition
bluebutton CMS Blue ButtonData originating from the CMS Blue Button APIs.
epic EpicData originating from Epic or its associated patient portals.
athena AthenahealthData originating from Athenahealth APIs or portals.
haau3 haau3Data created or derived internally within the haau3 platform.

Source1

{
  "resourceType": "CodeSystem",
  "id": "source-system",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}