FHIR IG analytics| Package | haau3.fhir |
| Resource Type | CodeSystem |
| Id | CodeSystem-enrichment.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/haau3/fhir-ig/CodeSystem-enrichment.html |
| URL | https://haau3.com/fhir/CodeSystem/enrichment |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-10-05 |
| Name | Haau3Enrichment |
| Title | haau3 Enrichment Tags |
| Realm | us |
| Description | Codes used by haau3 to tag resources that have been enriched or derived (e.g., CMS payor bindings). |
| Content | fragment |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem enrichment
This case-sensitive code system https://haau3.com/fhir/CodeSystem/enrichment provides a fragment that includes following code:
| Code | Display | Definition |
| coverage.cms-payor-binding | Coverage CMS payor binding | Indicates that the Coverage has been enriched with CMS-based payor binding logic. |
{
"resourceType": "CodeSystem",
"id": "enrichment",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://haau3.com/fhir/CodeSystem/enrichment",
"version": "0.1.0",
"name": "Haau3Enrichment",
"title": "haau3 Enrichment Tags",
"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": "Codes used by haau3 to tag resources that have been enriched or derived (e.g., CMS payor bindings).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"caseSensitive": true,
"content": "fragment",
"concept": [
{
"code": "coverage.cms-payor-binding",
"display": "Coverage CMS payor binding",
"definition": "Indicates that the Coverage has been enriched with CMS-based payor binding logic."
}
]
}