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

FHIR IG Statistics: CodeSystem/fundsreserve

Packagehl7.terminology
TypeCodeSystem
Idfundsreserve
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/CodeSystem-fundsreserve.html
URLhttp://terminology.hl7.org/CodeSystem/fundsreserve
Version1.0.1
Statusactive
Date2025-07-08T14:22:48+00:00
NameFundsReservationCodes
TitleFunds Reservation Codes
Realmuv
Authorityhl7
DescriptionThis value set includes sample funds reservation type codes.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ValueSet
fundsreserveFunds Reservation Codes
fundsreserveFunds Reservation Codes

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem fundsreserve

Last updated: 2024-04-24 00:00:00+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/fundsreserve defines the following codes:

CodeDisplayDefinition
patient PatientThe payor is requested to reserve funds for the provision of the named services by any provider for settlement of future claims related to this request.
provider ProviderThe payor is requested to reserve funds solely for the named provider for settlement of future claims related to this request.
none NoneThe payor is not being requested to reserve any funds for the settlement of future claims.

Source

{
  "resourceType": "CodeSystem",
  "id": "fundsreserve",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/fundsreserve",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1051"
    }
  ],
  "version": "1.0.1",
  "name": "FundsReservationCodes",
  "title": "Funds Reservation Codes",
  "status": "active",
  "experimental": true,
  "date": "2025-07-08T14:22:48+00:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This value set includes sample funds reservation type codes.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/fundsreserve",
  "content": "complete",
  "concept": [
    {
      "code": "patient",
      "display": "Patient",
      "definition": "The payor is requested to reserve funds for the provision of the named services by any provider for settlement of future claims related to this request."
    },
    {
      "code": "provider",
      "display": "Provider",
      "definition": "The payor is requested to reserve funds solely for the named provider for settlement of future claims related to this request."
    },
    {
      "code": "none",
      "display": "None",
      "definition": "The payor is not being requested to reserve any funds for the settlement of future claims."
    }
  ]
}