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

FHIR IG analytics

Packagehl7.fhir.us.registry-protocols.r4
Resource TypeCodeSystem
IdCodeSystem-HealthInsurancePaymentSourceCS.json
FHIR VersionR4

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

This case-insensitive code system http://hl7.org/fhir/us/registry-protocols/CodeSystem/HealthInsurancePaymentSourceCS defines the following codes:

CodeDisplay
5 Private Health Insurance
1 Medicare
2 Medicaid
31 Military Health Care
36 State-Specific Plan (non-Medicaid)
33 Indian Health Service

Source1

{
  "resourceType": "CodeSystem",
  "id": "HealthInsurancePaymentSourceCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    }
  ],
  "url": "http://hl7.org/fhir/us/registry-protocols/CodeSystem/HealthInsurancePaymentSourceCS",
  "version": "1.0.0",
  "name": "HealthInsurancePaymentSourceCS",
  "title": "Health Insurance Payment Source CodeSystem",
  "status": "active",
  "experimental": true,
  "date": "2023-11-14T18:51:51+00:00",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "cic@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        }
      ]
    },
    {
      "name": "David Pyke",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:David.Pyke@pointclickcare.com"
        }
      ]
    }
  ],
  "description": "Sources for Payment for Element 3010",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "5",
      "display": "Private Health Insurance"
    },
    {
      "code": "1",
      "display": "Medicare"
    },
    {
      "code": "2",
      "display": "Medicaid"
    },
    {
      "code": "31",
      "display": "Military Health Care"
    },
    {
      "code": "36",
      "display": "State-Specific Plan (non-Medicaid)"
    },
    {
      "code": "33",
      "display": "Indian Health Service"
    }
  ]
}