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

FHIR IG Statistics: ValueSet/medications

Packagequalitype.fhir.samples
Resource TypeValueSet
Idmedications
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=qualitype.fhir.samples@1.0.0&canonical=http://www.qualitype.de/samples/fhir/ValueSet/medications
URLhttp://www.qualitype.de/samples/fhir/ValueSet/medications
Statusactive
NameSAMPLES Server ValueSet for medications
DescriptionThis ValueSet contains all currently available medications on the SAMPLES Server.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "SAMPLES Server ValueSet for medications",
  "id": "medications",
  "description": "This ValueSet contains all currently available medications on the SAMPLES Server.",
  "url": "http://www.qualitype.de/samples/fhir/ValueSet/medications",
  "identifier": [
    {
      "system": "http://www.qualitype.de/samples/fhir/NamingSystem/valueset-identifier",
      "value": "medications"
    }
  ],
  "publisher": "qualitype GmbH",
  "expansion": {
    "timestamp": "2023-07-01T12:00:00+00:00",
    "total": 2,
    "contains": [
      {
        "system": "http://www.qualitype.de/samples/fhir/CodeSystem/medications",
        "code": "MEDICATION-1",
        "display": "Medication 1"
      },
      {
        "system": "http://www.qualitype.de/samples/fhir/CodeSystem/medications",
        "code": "MEDICATION-2",
        "display": "Medication 2"
      }
    ]
  }
}