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 is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/hl7-be/data-access and changes regularly. See the Directory of published versions

: Data Access Categories Value Set - XML Representation

Active as of 2023-07-04

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="data-access-categories-vs"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include all codes defined in <a href="CodeSystem-data-access-categories.html"><code>http://ehealth.hl7.org/CodeSystem/data-access-categories</code></a></li></ul></div>
  </text>
  <url
       value="http://example.com/fhir/example/ValueSet/data-access-categories-vs"/>
  <version value="1.0.0"/>
  <name value="DataAccessCategoriesVS"/>
  <title value="Data Access Categories Value Set"/>
  <status value="active"/>
  <date value="2023-07-04T21:22:42+00:00"/>
  <publisher value="My Organization"/>
  <contact>
    <name value="My Organization"/>
    <telecom>
      <system value="url"/>
      <value value="http://example.com/committees"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="my-group@example.com"/>
    </telecom>
  </contact>
  <contact>
    <name value="Bob Smith"/>
    <telecom>
      <system value="email"/>
      <value value="bobsmith@example.com"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="Data Access Categories - the types of data that are associated with authorization to consult the data"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://ehealth.hl7.org/CodeSystem/data-access-categories"/>
    </include>
  </compose>
</ValueSet>