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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idreason-for-medication-codesystem.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.3&canonical=https://fhir.synapxe.sg/CodeSystem/reason-for-medication
URLhttps://fhir.synapxe.sg/CodeSystem/reason-for-medication
Version1.0.0
Statusactive
NameReasonForMedicationCodeSystem
TitleReason For Medication Code System
DescriptionCode system to represent clinical reasons for prescribing medication.
Contentcomplete

Resources that use this resource

ValueSet
synapxe.sgcdi#1.1.3reason-for-medicationReason For Medication Value Set

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "id": "reason-for-medication",
  "url": "https://fhir.synapxe.sg/CodeSystem/reason-for-medication",
  "version": "1.0.0",
  "name": "ReasonForMedicationCodeSystem",
  "title": "Reason For Medication Code System",
  "status": "active",
  "content": "complete",
  "description": "Code system to represent clinical reasons for prescribing medication.",
  "caseSensitive": true,
  "compositional": false,
  "valueSet": "https://fhir.synapxe.sg/ValueSet/reason-for-medication",
  "concept": [
    {
      "code": "post-pci",
      "display": "Post PCI Antiplatelet Therapy"
    },
    {
      "code": "lipid-lowering",
      "display": "Lipid Lowering Therapy"
    },
    {
      "code": "pain-management",
      "display": "Pain Management"
    },
    {
      "code": "infection",
      "display": "Infection Treatment"
    },
    {
      "code": "chronic-disease",
      "display": "Chronic Disease Management"
    }
  ]
}