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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-coverage-kind.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-coverage-kind.html
URLhttp://hl7.org/fhir/coverage-kind
Version5.0.0
Statusactive
Date2021-01-05T09:01:24+10:00
NameKind
TitleKind
Realmuv
Authorityhl7
DescriptionThe nature of the Coverage details which convey who is paying potentially for health services.
Contentcomplete

Resources that use this resource

ValueSet
R5-coverage-kind-for-R4BCross-version VS for R5.Kind for use in FHIR R4B
R5-coverage-kind-for-R4Cross-version VS for R5.Kind for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

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

This code system http://hl7.org/fhir/coverage-kind defines the following codes:

Code Display Definition
insurance Insurance The Coverage provides the identifiers and card-level details of an insurance policy.
self-pay Self-pay One or more persons and/or organizations are paying for the services rendered.
other Other Some other organization is paying for the service.

Source1

{
  "resourceType": "CodeSystem",
  "id": "coverage-kind",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    }
  ],
  "url": "http://hl7.org/fhir/coverage-kind",
  "version": "5.0.0",
  "name": "Kind",
  "title": "Kind",
  "status": "active",
  "experimental": false,
  "date": "2021-01-05T09:01:24+10:00",
  "publisher": "Financial Management",
  "contact": [
    {
      "name": "Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description": "The nature of the Coverage details which convey who is paying potentially for health services.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/coverage-kind",
  "content": "complete",
  "concept": [
    {
      "code": "insurance",
      "display": "Insurance",
      "definition": "The Coverage provides the identifiers and card-level details of an insurance policy."
    },
    {
      "code": "self-pay",
      "display": "Self-pay",
      "definition": "One or more persons and/or organizations are paying for the services rendered."
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "Some other organization is paying for the service."
    }
  ]
}