PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pdex-plan-net@1.0.0
    http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/endpoint-usecase
description: EndpointUseCase is an enumeration of the specific use cases (service descriptions) supported by the endpoint
package_name: hl7.fhir.us.davinci-pdex-plan-net
derivation: constraint
name: EndpointUsecase
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        type:
          match: {}
          schema:
            short: An indication of the type of services supported by the endpoint
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: type}
                index: 3
              value:
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
            required: [value, valueCodeableConcept]
        standard:
          match: {}
          schema:
            short: A URI to a published standard describing the services supported by the endpoint (e.g. an HL7 implementation guide)
            mustSupport: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: standard}
                index: 9
              value:
                choices: [valueUri]
                index: 11
              valueUri: {type: uri, choiceOf: value, index: 12}
            required: [valueUri, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/endpoint-usecase'}
    index: 13
  value:
    choices: []
    index: 15
package_version: 1.0.0
extensions:
  type:
    url: null
    short: An indication of the type of services supported by the endpoint
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: type}
        index: 3
      value:
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
    required: [value, valueCodeableConcept]
  standard:
    url: null
    short: A URI to a published standard describing the services supported by the endpoint (e.g. an HL7 implementation guide)
    mustSupport: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: standard}
        index: 9
      value:
        choices: [valueUri]
        index: 11
      valueUri: {type: uri, choiceOf: value, index: 12}
    required: [valueUri, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/endpoint-usecase
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [extension]