Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0: (v5.0.0-ballot: R5 Ballot - STU see ballot notes ). This is the The current published version in it's permanent home (it will always be available at which supercedes this URL). version is 5.0.0 . For a full list of available versions, see the Directory of published versions

Example ValueSet/formularyitem-status (JSON) ValueSet/medication-intended-performer-role (XML)

Terminology Infrastructure Vocabulary Work Group Maturity Level : N/A Standards Status : Informative

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

Definition for Value SetFormularyItem Status Codes SetMedication Intended Performer Role

{ "resourceType" : "ValueSet", "id" : "formularyitem-status", "meta" : { "lastUpdated" : "2023-03-26T15:21:02.749+11:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"codesystem-formularyitem-status.html\"><code>http://hl7.org/fhir/CodeSystem/formularyitem-status</code></a></li></ul></div>" }, "extension" : [{ "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode" : "phx" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode" : "trial-use" }, { "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger" : 0 }], "url" : "http://hl7.org/fhir/ValueSet/formularyitem-status", "identifier" : [{ "system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.3.3099" }], "version" : "5.0.0", "name" : "FormularyItemStatusCodes", "title" : "FormularyItem Status Codes", "status" : "draft", "experimental" : true, "publisher" : "FHIR Project team", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org/fhir" }] }], "description" : "FormularyItem Status Codes", "jurisdiction" : [{ "coding" : [{ "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001", "display" : "World" }] }], "compose" : { "include" : [{ "system" : "http://hl7.org/fhir/CodeSystem/formularyitem-status" }] } }
<?xml version="1.0" encoding="UTF-8"?>

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="medication-intended-performer-role"/> 
  <meta> 
    <lastUpdated value="2022-09-10T04:52:37.223+10:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <ul> 
        <li> Include all codes defined in 
          <a href="codesystem-medication-intended-performer-role.html">
            <code> http://hl7.org/fhir/CodeSystem/medication-intended-performer-role</code> 
          </a> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="phx"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/medication-intended-performer-role"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.1979"/> 
  </identifier> 
  <version value="5.0.0-ballot"/> 
  <name value="Medication Intended Performer Role"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <publisher value="FHIR Project team"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="Medication Intended Performer Role"/> 
  <compose> 
    <include> 
      <system value="http://hl7.org/fhir/CodeSystem/medication-intended-performer-role"/> 
    </include> 
  </compose> 

</

ValueSet

>

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.