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

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-fundsreserve.json
FHIR VersionR3

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

Generated Narrative: CodeSystem fundsreserve

Last updated: 2024-04-24 00:00:00+0000; Language: en

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.

Source1

{
  "resourceType": "CodeSystem",
  "id": "fundsreserve",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en",
  "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": "2026-03-08T18:17:17-06: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."
    }
  ]
}