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

FHIR IG Statistics: ValueSet/SpenserMedsVS

Packagejct.fhir.spenser
Resource TypeValueSet
IdSpenserMedsVS
FHIR VersionR5
Sourcehttp://costateixeira.github.io/spenser/https://build.fhir.org/ig/costateixeira/spenser/ValueSet-SpenserMedsVS.html
URLhttp://costateixeira.github.io/spenser/ValueSet/SpenserMedsVS
Version1.0.0
Statusactive
Date2025-06-01T17:25:58+00:00
NameSpenserMedsVS
TitleSpenser Medications - ValueSet
Realmuv
DescriptionA value set of medications that Spenser can dispense.

Resources that use this resource

StructureDefinition
SpenserRequestSpenserRequest

Resources that this resource uses

CodeSystem
SpenserMedsSpenser Medications - Code System

Narrative

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

Generated Narrative: ValueSet SpenserMedsVS


Source

{
  "resourceType": "ValueSet",
  "id": "SpenserMedsVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://costateixeira.github.io/spenser/ValueSet/SpenserMedsVS",
  "version": "1.0.0",
  "name": "SpenserMedsVS",
  "title": "Spenser Medications - ValueSet",
  "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 value set of medications that Spenser can dispense.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds"
      }
    ]
  }
}