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

FHIR IG analytics

Packagehaau3.fhir
Resource TypeCodeSystem
IdCodeSystem-enrichment.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/haau3/fhir-ig/CodeSystem-enrichment.html
URLhttps://haau3.com/fhir/CodeSystem/enrichment
Version0.1.0
Statusactive
Date2025-10-05
NameHaau3Enrichment
Titlehaau3 Enrichment Tags
Realmus
DescriptionCodes used by haau3 to tag resources that have been enriched or derived (e.g., CMS payor bindings).
Contentfragment

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 enrichment

This case-sensitive code system https://haau3.com/fhir/CodeSystem/enrichment provides a fragment that includes following code:

CodeDisplayDefinition
coverage.cms-payor-binding Coverage CMS payor bindingIndicates that the Coverage has been enriched with CMS-based payor binding logic.

Source1

{
  "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."
    }
  ]
}