HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
1.0.0 - STU1 International flag

HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/historytest/ and changes regularly. See the Directory of published versions

: ValueSet - JSON Representation

Active as of 2025-07-25

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "MyValueSet",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MyValueSet</b></p><a name=\"MyValueSet\"> </a><a name=\"hcMyValueSet\"> </a><p>This value set includes codes based on the following rules:</p><ul/></div>"
  },
  "url" : "http://example.com/fhir/example/ValueSet/MyValueSet",
  "version" : "1.0.0",
  "name" : "MyValueSet",
  "title" : "ValueSet",
  "status" : "active",
  "date" : "2025-07-25T20:01:11+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.com/committees"
        },
        {
          "system" : "email",
          "value" : "my-group@example.com"
        }
      ]
    },
    {
      "name" : "Bob Smith",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "ValueSet",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ]
}