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

FHIR IG Statistics: ValueSet/units

Packagequalitype.fhir.samples
Resource TypeValueSet
Idunits
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=qualitype.fhir.samples@1.0.0&canonical=http://www.qualitype.de/samples/fhir/ValueSet/units
URLhttp://www.qualitype.de/samples/fhir/ValueSet/units
Statusactive
NameSAMPLES Server ValueSet for units
DescriptionThis ValueSet contains all currently available units 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 units",
  "id": "units",
  "description": "This ValueSet contains all currently available units on the SAMPLES Server.",
  "url": "http://www.qualitype.de/samples/fhir/ValueSet/units",
  "identifier": [
    {
      "system": "http://www.qualitype.de/samples/fhir/NamingSystem/valueset-identifier",
      "value": "units"
    }
  ],
  "publisher": "qualitype GmbH",
  "expansion": {
    "timestamp": "2023-07-01T12:00:00+00:00",
    "total": 2,
    "contains": [
      {
        "system": "http://www.qualitype.de/samples/fhir/CodeSystem/units",
        "code": "mL",
        "display": "Milliliter"
      },
      {
        "system": "http://www.qualitype.de/samples/fhir/CodeSystem/units",
        "code": "mg",
        "display": "Milligramm"
      }
    ]
  }
}