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

FHIR IG Statistics: CodeSystem/SpenserMeds

Packagejct.fhir.spenser
TypeCodeSystem
IdSpenserMeds
FHIR VersionR5
Sourcehttp://costateixeira.github.io/spenser/https://build.fhir.org/ig/costateixeira/spenser/CodeSystem-SpenserMeds.html
URLhttp://costateixeira.github.io/spenser/CodeSystem/SpenserMeds
Version1.0.0
Statusactive
Date2025-06-01T17:25:58+00:00
NameSpenserMeds
TitleSpenser Medications - Code System
Realmuv
DescriptionA code system of medications that Spenser can dispense.
Contentcomplete

Resources that use this resource

ValueSet
SpenserMedsVSSpenser Medications - ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem SpenserMeds

This code system http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds defines the following codes:

CodeDisplay
chocolate-dark Dark Chocolate
chocolate-milk Milk Chocolate

Source

{
  "resourceType": "CodeSystem",
  "id": "SpenserMeds",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds",
  "version": "1.0.0",
  "name": "SpenserMeds",
  "title": "Spenser Medications - Code System",
  "status": "active",
  "date": "2025-06-01T17:25:58+00:00",
  "publisher": "Zeora",
  "contact": [
    {
      "name": "Zeora",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.com/committees"
        },
        {
          "system": "email",
          "value": "my-group@example.com"
        }
      ]
    },
    {
      "name": "José Costa Teixeira",
      "telecom": [
        {
          "system": "email",
          "value": "you-know.it@gmail.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A code system of medications that Spenser can dispense.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "chocolate-dark",
      "display": "Dark Chocolate"
    },
    {
      "code": "chocolate-milk",
      "display": "Milk Chocolate"
    }
  ]
}