PackagesCanonicalsLogsProblems
    Packages
    ca.on.health.sadie@0.1.17-beta
    http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestorTeam
description: This is the Requestor Team definition. \r\nIt's currently missing a reference to Requestor Locations, this will be added later
package_name: ca.on.health.sadie
derivation: constraint
name: RequestorTeam
type: Organization
elements:
  address: {index: 10}
  name: {index: 7}
  type:
    index: 1
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'urn:sadie:internalCodeSystem'}
            index: 2
          version: {index: 3}
          code:
            binding: {strength: required, valueSet: 'http://health.gov.on.ca/sadie/fhir/ValueSet/FlexForms-OrganizationTypes'}
            pattern: {type: Code, value: TEAM}
            index: 4
          display: {index: 5}
          userSelected: {index: 6}
        required: [system, code]
  alias: {index: 8}
  identifier: {index: 0}
  telecom: {index: 9}
  partOf:
    type: Reference
    refers: ['https://health.gov.on.ca/sadie/fhir/StructureDefinition/ProgramArea']
    index: 11
  endpoint: {index: 13}
  contact: {index: 12}
package_version: 0.1.17-beta
class: profile
kind: resource
url: http://health.gov.on.ca/sadie/fhir/StructureDefinition/RequestorTeam
base: http://hl7.org/fhir/StructureDefinition/Organization
version: '1.0'
required: [partOf, type]