FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/laboratory-service-reimbursability

Packagehl7.fhir.uv.order-catalog
TypeCodeSystem
Idlaboratory-service-reimbursability
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/order-catalog/https://build.fhir.org/ig/HL7/fhir-order-catalog/CodeSystem-laboratory-service-reimbursability.html
URLhttp://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability
Version1.0.0-ballot
Statusactive
Date2020-03-20
NameLaboratoryServiceReimbursability
TitleKinds of reibursability coarse categories for a laboratory service
Realmuv
Authorityhl7
DescriptionThis CodeSystem resource provides the concepts representing coarse categories of reimbursement dispositions for laboratory services
Contentcomplete

Resources that use this resource

ValueSet
laboratory-service-reimbursability-vsKinds of reibursability coarse categories for a laboratory service

Resources that this resource uses

No resources found


Narrative

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

Laboratory services compendium

This CodeSystem provides coded concepts to represent the coarse categories of reimbursement that may affect a laboratory service

  • Contains:

    Code Display
    none no reimbursement provided for the service in general
    normal normal reimbursement dispositions applicable to the service
    conditional reimbursement of service subject to conditions
    partial normal reimbursement limited to a part of the service
    partial-conditional reimbursement limited to a part of the service and subject to conditions

Source

{
  "resourceType": "CodeSystem",
  "id": "laboratory-service-reimbursability",
  "meta": {
    "lastUpdated": "2020-03-18T09:55:00Z",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "oo"
    }
  ],
  "url": "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.999.16.3"
    }
  ],
  "version": "1.0.0-ballot",
  "name": "LaboratoryServiceReimbursability",
  "title": "Kinds of reibursability coarse categories for a laboratory service",
  "status": "active",
  "experimental": false,
  "date": "2020-03-20",
  "publisher": "HL7 International / Orders and Observations",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description": "This CodeSystem resource provides the concepts representing coarse categories of reimbursement dispositions for laboratory services",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "none",
      "display": "no reimbursement provided for the service in general",
      "definition": "The service is usually not covered by insurance plans, and charged to the paying party"
    },
    {
      "code": "normal",
      "display": "normal reimbursement dispositions applicable to the service",
      "definition": "The service is usually  reimbursed (partially or totally) under general dispositions defined in insurance plans, independently of the service"
    },
    {
      "code": "conditional",
      "display": "reimbursement of service subject to conditions",
      "definition": "The service reimbursement is conditioned by the clinical context of the order"
    },
    {
      "code": "partial",
      "display": "normal reimbursement limited to a part of the service",
      "definition": "The service is composed of a part that is usually reimbursed under general dispositions defined in insurance plans, and of a part that is non-reimbursable"
    },
    {
      "code": "conditional-partial",
      "display": "reimbursement limited to a part of the service and subject to conditions",
      "definition": "The service is composed of a part that is  reimbursable depending on the clinical context, and of a part that is non-reimbursable"
    }
  ]
}