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 - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "data-access-categories-vs",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://example.com/fhir/example/ValueSet/data-access-categories-vs",
"version" : "1.0.0",
"name" : "DataAccessCategoriesVS",
"title" : "Data Access Categories Value Set",
"status" : "active",
"date" : "2023-07-04T21:22:42+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" : "Data Access Categories - the types of data that are associated with authorization to consult the data",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://ehealth.hl7.org/CodeSystem/data-access-categories"
}
]
}
}