2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2

Extension-valueset-usage.json

Raw JSON (canonical form)

Who has used and how?

{
  "resourceType": "ExtensionDefinition",
  "id": "valueset-usage",
  "url": "http://hl7.org/fhir/ExtensionDefinition/valueset-usage",
  "name": "Who has used and how?",
  "publisher": "HL7",
  "description": "Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.",
  "status": "draft",
  "date": "2015-02-23T09:07:27+11:00",
  "contextType": "resource",
  "context": [
    "ValueSet"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Who has used and how?",
      "definition": "Consumers of the value set and the implementations, projects or standards that the author has utilized the value set in.",
      "comments": "This is likely to be a ???point in time??? view and should not be considered an authoritative listing of all uses of the value set.",
      "min": 0,
      "max": "*"
    },
    {
      "path": "Extension.user",
      "short": "A consumer of or client for the value set",
      "definition": "This is most likely to be an organization but can be an individual. It would not be a program, that information should be recorded in the usage.use.",
      "min": 1,
      "max": "1",
      "type": [
        {
          "code": "string"
        }
      ]
    },
    {
      "path": "Extension.use",
      "short": "Implementation/project/standard that uses value set",
      "definition": "A descriptive name of the project or standard in which the value set is used.",
      "min": 1,
      "max": "1",
      "type": [
        {
          "code": "string"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.