Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example ValueSet/example-metadata (JSON)

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Example Value Set Metadata

{
  "resourceType": "ValueSet",
  "id": "example-metadata",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <ul>\n        <li>Include all codes defined in \n          <a href=\"codesystem-example-metadata.html\">\n            <code>http://hl7.org/fhir/CodeSystem/example-metadata</code>\n          </a>\n        </li>\n      </ul>\n    </div>"
  },
  "url": "http://hl7.org/fhir/ValueSet/example-metadata",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.3.3139"
    }
  ],
  "version": "5.0.0-ballot",
  "name": "ExampleMetadata",
  "title": "Metadata Example",
  "status": "draft",
  "experimental": true,
  "date": "2021-07-21",
  "publisher": "FHIR (Example)",
  "contact": [
    {
      "name": "FHIR project team",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "This is an example value set that illustrates usage of the metadata resource elements introduced in R5",
  "approvalDate": "2021-07-21",
  "lastReviewDate": "2022-07-21",
  "effectivePeriod": {
    "start": "2021-08-01",
    "end": "2022-07-31"
  },
  "topic": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/definition-topic",
          "code": "treatment",
          "display": "Treatment"
        }
      ]
    }
  ],
  "author": [
    {
      "name": "ACME ValueSet Development",
      "telecom": [
        {
          "system": "url",
          "value": "http://acme.org/development"
        }
      ]
    }
  ],
  "editor": [
    {
      "name": "ACME ValueSet Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://acme.org/management"
        }
      ]
    }
  ],
  "reviewer": [
    {
      "name": "Society for Creative ValueSet Review",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/scvr"
        }
      ]
    }
  ],
  "endorser": [
    {
      "name": "National Foundation for ValueSet Quality",
      "telecom": [
        {
          "system": "url",
          "value": "http://example.org/nfvq"
        }
      ]
    }
  ],
  "relatedArtifact": [
    {
      "type": "derived-from",
      "resource": "http://hl7.org/fhir/ValueSet/example"
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/example-metadata",
        "version": "20210721"
      }
    ]
  }
}

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.