FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-coverage-kind.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-coverage-kind.html |
| URL | http://hl7.org/fhir/coverage-kind |
| Version | 5.0.0 |
| Status | active |
| Date | 2021-01-05T09:01:24+10:00 |
| Name | Kind |
| Title | Kind |
| Realm | uv |
| Authority | hl7 |
| Description | The nature of the Coverage details which convey who is paying potentially for health services. |
| Content | complete |
| ValueSet | |
| R5-coverage-kind-for-R4B | Cross-version VS for R5.Kind for use in FHIR R4B |
| R5-coverage-kind-for-R4 | Cross-version VS for R5.Kind for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/coverage-kind defines the following codes:
{
"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."
}
]
}