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

FHIR IG analytics

Packagesynapxe.cogs
Resource TypeCodeSystem
Idgrant-category-codesystem.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=synapxe.cogs@0.0.1&canonical=https://fhir.synapxe.sg/CodeSystem/grant-category
URLhttps://fhir.synapxe.sg/CodeSystem/grant-category
Version0.1
Statusactive
NameGrantCategory
Contentcomplete

Resources that use this resource

ValueSet
synapxe.cogs#0.0.1grant-categoryGrantCategory

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "grant-category",
  "url": "https://fhir.synapxe.sg/CodeSystem/grant-category",
  "version": "0.1",
  "name": "GrantCategory",
  "status": "active",
  "content": "complete",
  "concept": [
    {
      "code": "CAPEX",
      "display": "Capital Expenditure"
    },
    {
      "code": "OPEX",
      "display": "Operating Expenditure"
    },
    {
      "code": "REIMB",
      "display": "Reimbursement"
    }
  ]
}