PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@2.0.0-ballot
    http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-survey-practitioner-group
description: This Group profile represents survey participant groups, research groups, etc.
package_name: hl7.fhir.us.ph-library
derivation: constraint
name: USPublicHealthSurveyPractitionerGroup
type: Group
elements:
  meta:
    elements:
      lastUpdated: {mustSupport: true, index: 0}
    required: [lastUpdated]
  active: {mustSupport: true, index: 1}
  type:
    pattern: {type: code, value: person}
    mustSupport: true
    type: code
    index: 2
  actual:
    mustSupport: true
    pattern: {type: boolean, value: true}
    type: boolean
    index: 3
  name: {mustSupport: true, index: 4}
  managingEntity:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-organization']
    index: 5
  member:
    mustSupport: true
    index: 6
    elements:
      entity:
        type: Reference
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner']
        index: 7
      period: {mustSupport: true, index: 8}
      inactive: {mustSupport: true, index: 9}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-survey-practitioner-group
base: http://hl7.org/fhir/StructureDefinition/Group
version: 2.0.0-ballot
required: [managingEntity]