PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ndh@1.0.0-ballot
    http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-trustFramework
description: Trust Framework
package_name: hl7.fhir.us.ndh
derivation: constraint
name: TrustFramework
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        trustFrameworkType:
          match: {}
          schema:
            short: Trust Framework Type
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: trustFrameworkType}
                index: 3
              value:
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
        qualifier:
          match: {}
          schema:
            short: "A qualifier associates with an endpoint to provide additional context or information about that endpoint in a trust framework community. \nQualifiers are used to help other members of the community understand the capabilities, compliance status, or other relevant characteristics of an endpoint."
            mustSupport: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: qualifier}
                index: 9
              value:
                choices: [valueString]
                index: 11
              valueString: {type: string, choiceOf: value, index: 12}
            required: [valueString, value]
        signedArtifact:
          match: {}
          schema:
            short: "The intermediate certification signing the leaf certification, which could be used to trace back to the root CA. \nThey are the evidence of proof of authenticity and integrity."
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: Uri, value: signedArtifact}
                index: 15
              value:
                choices: [valueBase64Binary]
                index: 17
              valueBase64Binary: {type: base64Binary, choiceOf: value, index: 18}
            required: [valueBase64Binary, value]
        publicCertificate:
          match: {}
          schema:
            short: "the leaf certificate issued by a trusted certificate authority within a trust framework to establish trust and verify \nthe authenticity and integrity of the endpoint."
            index: 19
            extensions: {}
            elements:
              extension: {index: 20}
              url:
                pattern: {type: Uri, value: publicCertificate}
                index: 21
              value:
                choices: [valueBase64Binary]
                index: 23
              valueBase64Binary: {type: base64Binary, choiceOf: value, index: 24}
            required: [valueBase64Binary, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-trustFramework'}
    index: 25
  value:
    choices: []
    index: 27
package_version: 1.0.0-ballot
extensions:
  trustFrameworkType:
    url: null
    short: Trust Framework Type
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: trustFrameworkType}
        index: 3
      value:
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
  qualifier:
    url: null
    short: "A qualifier associates with an endpoint to provide additional context or information about that endpoint in a trust framework community. \nQualifiers are used to help other members of the community understand the capabilities, compliance status, or other relevant characteristics of an endpoint."
    mustSupport: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: qualifier}
        index: 9
      value:
        choices: [valueString]
        index: 11
      valueString: {type: string, choiceOf: value, index: 12}
    required: [valueString, value]
  signedArtifact:
    url: null
    short: "The intermediate certification signing the leaf certification, which could be used to trace back to the root CA. \nThey are the evidence of proof of authenticity and integrity."
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: Uri, value: signedArtifact}
        index: 15
      value:
        choices: [valueBase64Binary]
        index: 17
      valueBase64Binary: {type: base64Binary, choiceOf: value, index: 18}
    required: [valueBase64Binary, value]
  publicCertificate:
    url: null
    short: "the leaf certificate issued by a trusted certificate authority within a trust framework to establish trust and verify \nthe authenticity and integrity of the endpoint."
    index: 19
    extensions: {}
    elements:
      extension: {index: 20}
      url:
        pattern: {type: Uri, value: publicCertificate}
        index: 21
      value:
        choices: [valueBase64Binary]
        index: 23
      valueBase64Binary: {type: base64Binary, choiceOf: value, index: 24}
    required: [valueBase64Binary, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-trustFramework
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0-ballot
required: [extension]