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

FHIR IG Statistics: ValueSet/medication-vs

Packagefhir.kenyaPSIG
TypeValueSet
Idmedication-vs
FHIR VersionR4
Sourcehttps://example.org/fhir/https://build.fhir.org/ig/IntelliSOFT-Consulting/Kenya-Patient-Summary-FHIR-IG/ValueSet-medication-vs.html
URLhttps://example.org/fhir/ValueSet/medication-vs
Version0.1.0
Statusdraft
Date2025-07-15T09:30:53+00:00
NameMedicationVS
TitleMedication Value Set
Realmus
Authorityhl7
DescriptionValue Sets for Medications)

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

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

Generated Narrative: ValueSet medication-vs


Source

{
  "resourceType": "ValueSet",
  "id": "medication-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://example.org/fhir/ValueSet/medication-vs",
  "version": "0.1.0",
  "name": "MedicationVS",
  "title": "Medication Value Set",
  "status": "draft",
  "date": "2025-07-15T09:30:53+00:00",
  "publisher": "IntelliSOFT Consulting",
  "contact": [
    {
      "name": "IntelliSOFT Consulting",
      "telecom": [
        {
          "system": "url",
          "value": "https://.com/fhir/example-publisher"
        }
      ]
    },
    {
      "name": "KPS Team Kenya.",
      "telecom": [
        {
          "system": "email",
          "value": "info@example.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Value Sets for Medications)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "KE",
          "display": "Kenya"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "372687004",
            "display": "Amoxicillin (substance)"
          },
          {
            "code": "387517004",
            "display": "Metformin (substance)"
          },
          {
            "code": "387458008",
            "display": "Paracetamol (substance)"
          },
          {
            "code": "387544009",
            "display": "Lisinopril (substance)"
          },
          {
            "code": "387406002",
            "display": "Atorvastatin (substance)"
          }
        ]
      }
    ]
  }
}