This page is part of the Security for Scalable Registration, Authentication, and Authorization (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "udap-server",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UDAPServerCapabilityStatement</h2><div><p>CapabilityStatement indicating server support for UDAP workflows</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>This CapabilityStatement focuses on expressing the expected RESTful security services supported by a server. Additionally, servers are generally expected to support at least one interaction or operation at the resource or system level.</p>\n</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/udap-security/CapabilityStatement/udap-server",
"version" : "0.1.0",
"name" : "UDAPServerCapabilityStatement",
"title" : "UDAP Server CapabilityStatement",
"status" : "active",
"experimental" : false,
"date" : "2021-06-14",
"publisher" : "HL7 International - Security WG",
"contact" : [
{
"name" : "HL7 International - Security WG",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/secure"
}
]
}
],
"description" : "CapabilityStatement indicating server support for UDAP workflows",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"copyright" : "(c) 2021+ HL7 International - Security WG and UDAP.org",
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"json",
"xml"
],
"implementationGuide" : [
"http://hl7.org/fhir/us/udap-security/ImplementationGuide/hl7.fhir.us.udap-security"
],
"rest" : [
{
"mode" : "server",
"documentation" : "This CapabilityStatement focuses on expressing the expected RESTful security services supported by a server. Additionally, servers are generally expected to support at least one interaction or operation at the resource or system level.",
"security" : {
"extension" : [
{
"extension" : [
{
"url" : "token",
"valueUri" : "https://{token_url}"
},
{
"url" : "authorize",
"valueUri" : "https://{authz_url}"
},
{
"url" : "register",
"valueUri" : "https://{register_url}"
}
],
"url" : "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris"
}
],
"service" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
"code" : "SMART-on-FHIR"
}
],
"text" : "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org)"
},
{
"coding" : [
{
"system" : "http://fhir.udap.org/CodeSystem/capability-rest-security-service",
"code" : "UDAP"
}
],
"text" : "OAuth 2 using UDAP profile (see http://www.udap.org)"
}
]
}
}
]
}