FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/examplescenario-instance-type (JSON)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

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

Definition for Value SetExample Scenario Resource Type

{
  "resourceType" : "ValueSet",
  "id" : "examplescenario-instance-type",
  "meta" : {
    "lastUpdated" : "2024-04-25T23:40:28.725+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"valueset-resource-types.html\">Resource Types</a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v2-0354.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0354</code></a></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://hl7.org/fhir/ValueSet/examplescenario-instance-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.3006"
  }],
  "version" : "6.0.0-cibuild",
  "name" : "ExampleScenarioResourceType",
  "title" : "Example Scenario Resource Type",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-12-28T16:55:11+11:00",
  "publisher" : "HL7 FHIR Infrastructure WG",
  "description" : "Types of resource structures that can be passed in or out of exchange operations.  Not necessarily FHIR.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "immutable" : true,
  "compose" : {
    "include" : [{
      "valueSet" : ["http://hl7.org/fhir/ValueSet/resource-types"]
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/v2-0354"
    }]
  }
}

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.