FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.smart.dstu2
Resource TypeStructureDefinition
IdStructureDefinition-dstu2-oauth-uris.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Extension 0..1Support for dicovery of OAuth2 endpoints
... extension 1..1ExtensionUri indicating the OAuth2 "authorize" endpoint for this FHIR server.
.... url 0.."authorize"
.... valueUri 0..uri
... extension 0..1ExtensionUri indicating the OAuth2 "token" endpoint for this FHIR server. Required unless the implicit grant flow is used.
.... url 0..1uri"token"
.... valueUri 0..1uri
... extension 0..1ExtensionUri indicating the OAuth2 dynamic registration endpoint for this FHIR server, if supported.
.... url 0..1uri"register"
.... valueUri 0..1uri
... extension 0..1ExtensionUri indicating the user-facing authorization management workflow entry point for this FHIR server. Overview in this presentation
.... url 0..1uri"manage"
.... valueUri 0..1uri
... extension 0..1ExtensionUri indicating the introspection endpoint that can be used to validate a token.
.... url 0..1uri"introspect"
.... valueUri 0..1uri
... extension 0..1ExtensionUri indicating the endpoint that can be used to revoke a token.
.... url 0..1uri"revoke"
.... valueUri 0..1uri
... url 0..1uri"http://DSTU2/fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris"
... value[x] 0..0

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "dstu2-oauth-uris",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://DSTU2/fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
  "version": "1.0.0",
  "name": "Support for dicovery of OAuth2 endpoints",
  "display": "Oauth URIs",
  "status": "active",
  "publisher": "Boston's Children Hospital and Hl7   International",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org/fhir",
          "rank": 0
        }
      ]
    }
  ],
  "date": "2018-07-05T00:00:00-07:00",
  "description": "Declares support for automated dicovery of OAuth2 endpoints If a server requires SMART on FHIR authorization for access. Any time a client sees this extension, it\rmust be prepared to authorize using SMART's OAuth2-based protocol.",
  "fhirVersion": "1.0.2",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM"
    }
  ],
  "kind": "datatype",
  "constrainedType": "Extension",
  "abstract": false,
  "contextType": "datatype",
  "context": [
    "Conformance.rest.security"
  ],
  "base": "http://hl7.org/fhir/StructureDefinition/Extension",
  "snapshot": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "name": "Extension",
        "short": "Support for dicovery of OAuth2 endpoints",
        "definition": "Declares support for automated dicovery of OAuth2 endpoints If a server requires SMART on FHIR authorization for access. Any time a client sees this extension, it\rmust be prepared to authorize using SMART's OAuth2-based protocol.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.id",
        "path": "Extension.id",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "slicing": {
          "id": "1",
          "discriminator": [
            "url"
          ],
          "ordered": false,
          "rules": "open"
        },
        "short": "Uri indicating the OAuth2 \"authorize\" endpoint for this FHIR server.",
        "definition": "valueUri indicating the OAuth2 \"authorize\" endpoint for this FHIR server.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the OAuth2 \"token\" endpoint for this FHIR server.  Required unless the implicit grant flow is used.",
        "definition": "Uri indicating the OAuth2 \"token\" endpoint for this FHIR server.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.id",
        "path": "Extension.extension.id",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.extension",
        "path": "Extension.extension.extension",
        "name": "Extension.extension.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "token",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "short": "Value of extension",
        "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the OAuth2 dynamic registration endpoint for this FHIR server, if supported.",
        "definition": "Uri indicating the OAuth2 dynamic registration endpoint for this FHIR server, if supported.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.id",
        "path": "Extension.extension.id",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.extension",
        "path": "Extension.extension.extension",
        "name": "Extension.extension.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "register",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "short": "Value of extension",
        "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the user-facing authorization management workflow entry point for this FHIR server. Overview in this presentation",
        "definition": "Uri indicating the user-facing authorization management workflow entry point for this FHIR server. Overview in this presentation.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.id",
        "path": "Extension.extension.id",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.extension",
        "path": "Extension.extension.extension",
        "name": "Extension.extension.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "manage",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "short": "Value of extension",
        "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the introspection endpoint that can be used to validate a token.",
        "definition": "Uri indicating the introspection endpoint that can be used to validate a token.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.id",
        "path": "Extension.extension.id",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.extension",
        "path": "Extension.extension.extension",
        "name": "Extension.extension.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "introspect",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "short": "Value of extension",
        "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the endpoint that can be used to revoke a token.",
        "definition": "Uri indicating the endpoint that can be used to revoke a token.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.id",
        "path": "Extension.extension.id",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.id",
        "short": "xml:id (or equivalent in JSON)",
        "definition": "unique id for the element within a resource (for internal references).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.extension",
        "path": "Extension.extension.extension",
        "name": "Extension.extension.extension",
        "short": "Additional Content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Extension.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "revoke",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "short": "Value of extension",
        "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "representation": [
          "xmlAttr"
        ],
        "name": "Extension.url",
        "short": "identifies the meaning of the extension",
        "definition": "Source of the definition for the extension code - a logical name or a URL.",
        "comments": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition should be version specific.  This will ideally be the URI for the Resource Profile defining the extension, with the code for the extension after a #.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Extension.url",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "uri"
          }
        ],
        "fixedUri": "http://DSTU2/fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "name": "Extension.value[x]",
        "short": "Value of extension",
        "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
        "min": 0,
        "max": "0",
        "base": {
          "path": "Extension.value[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          },
          {
            "code": "integer"
          },
          {
            "code": "decimal"
          },
          {
            "code": "base64Binary"
          },
          {
            "code": "instant"
          },
          {
            "code": "string"
          },
          {
            "code": "uri"
          },
          {
            "code": "date"
          },
          {
            "code": "dateTime"
          },
          {
            "code": "time"
          },
          {
            "code": "code"
          },
          {
            "code": "oid"
          },
          {
            "code": "id"
          },
          {
            "code": "unsignedInt"
          },
          {
            "code": "positiveInt"
          },
          {
            "code": "markdown"
          },
          {
            "code": "Annotation"
          },
          {
            "code": "Attachment"
          },
          {
            "code": "Identifier"
          },
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Coding"
          },
          {
            "code": "Quantity"
          },
          {
            "code": "Range"
          },
          {
            "code": "Period"
          },
          {
            "code": "Ratio"
          },
          {
            "code": "SampledData"
          },
          {
            "code": "Signature"
          },
          {
            "code": "HumanName"
          },
          {
            "code": "Address"
          },
          {
            "code": "ContactPoint"
          },
          {
            "code": "Timing"
          },
          {
            "code": "Reference"
          },
          {
            "code": "Meta"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "name": "Extension",
        "short": "Support for dicovery of OAuth2 endpoints",
        "definition": "Declares support for automated dicovery of OAuth2 endpoints If a server requires SMART on FHIR authorization for access. Any time a client sees this extension, it\rmust be prepared to authorize using SMART's OAuth2-based protocol.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the OAuth2 \"authorize\" endpoint for this FHIR server.",
        "definition": "valueUri indicating the OAuth2 \"authorize\" endpoint for this FHIR server.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "name": "Extension.extension.url",
        "min": 0,
        "fixedUri": "authorize",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "min": 0,
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the OAuth2 \"token\" endpoint for this FHIR server.  Required unless the implicit grant flow is used.",
        "definition": "Uri indicating the OAuth2 \"token\" endpoint for this FHIR server.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "name": "Extension.extension.url",
        "min": 0,
        "fixedUri": "token",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "min": 0,
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the OAuth2 dynamic registration endpoint for this FHIR server, if supported.",
        "definition": "Uri indicating the OAuth2 dynamic registration endpoint for this FHIR server, if supported.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "name": "Extension.extension.url",
        "min": 0,
        "fixedUri": "register",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "min": 0,
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the user-facing authorization management workflow entry point for this FHIR server. Overview in this presentation",
        "definition": "Uri indicating the user-facing authorization management workflow entry point for this FHIR server. Overview in this presentation.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "name": "Extension.extension.url",
        "min": 0,
        "fixedUri": "manage",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "min": 0,
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the introspection endpoint that can be used to validate a token.",
        "definition": "Uri indicating the introspection endpoint that can be used to validate a token.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "name": "Extension.extension.url",
        "min": 0,
        "fixedUri": "introspect",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "min": 0,
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "name": "Extension.extension",
        "short": "Uri indicating the endpoint that can be used to revoke a token.",
        "definition": "Uri indicating the endpoint that can be used to revoke a token.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.url",
        "path": "Extension.extension.url",
        "name": "Extension.extension.url",
        "min": 0,
        "fixedUri": "revoke",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.extension.valueUri",
        "path": "Extension.extension.valueUri",
        "name": "Extension.extension.valueUri",
        "min": 0,
        "type": [
          {
            "code": "uri"
          }
        ],
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "name": "Extension.url",
        "min": 0,
        "fixedUri": "http://DSTU2/fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "name": "Extension.value[x]",
        "min": 0,
        "max": "0",
        "maxLength": 0,
        "mustSupport": false,
        "isModifier": false,
        "isSummary": false
      }
    ]
  }
}