PackagesCanonicalsLogsProblems
    Packages
    il.pcmdemo.fhir.r4@0.1.6
    http://pcmdemo.health.org.il/StructureDefinition/pcm-endpoint
description: null
package_name: il.pcmdemo.fhir.r4
derivation: constraint
name: PcmEndpoint
type: Endpoint
elements:
  status:
    pattern: {type: Code, value: active}
    index: 0
  connectionType:
    elements:
      system:
        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/endpoint-connection-type'}
        index: 1
      code:
        pattern: {type: Code, value: hl7-fhir-rest}
        index: 2
    required: [system, code]
  payloadType:
    elements:
      coding:
        index: 3
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/endpoint-payload-type'}
            index: 4
          code:
            pattern: {type: Code, value: any}
            index: 5
        required: [system, code]
    required: [coding]
package_version: 0.1.6
class: profile
kind: resource
url: http://pcmdemo.health.org.il/StructureDefinition/pcm-endpoint
base: http://hl7.org/fhir/StructureDefinition/Endpoint
version: 0.1.0