FHIR IG analytics| Package | haau3.fhir |
| Resource Type | CodeSystem |
| Id | CodeSystem-source-system.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/haau3/fhir-ig/CodeSystem-source-system.html |
| URL | https://haau3.com/fhir/CodeSystem/source-system |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-10-05 |
| Name | Haau3SourceSystem |
| Title | haau3 Source System Codes |
| Realm | us |
| Description | Source system codes used in haau3 to tag the origin of data. |
| Content | complete |
No resources found
No resources found
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:
{
"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."
}
]
}