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

FHIR IG Statistics: ValueSet/goals

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