PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@1.1.0
    http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-plandefinition
description: This profile describes the US Public Health PlanDefinition.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: USPublicHealthPlanDefinition
type: PlanDefinition
elements:
  version: {short: Business version of the PlanDefinition, mustSupport: true, index: 0}
  name: {short: Name for this PlanDefinition (computer friendly), mustSupport: true, index: 1}
  title: {short: Title for this PlanDefinition, mustSupport: true, index: 2}
  type:
    short: Type of this PlanDefinition
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: workflow-definition, system: 'http://terminology.hl7.org/CodeSystem/plan-definition-type', display: Workflow Definition}
    index: 3
  date: {short: Date the PlanDefinition was published, mustSupport: true, index: 4}
  publisher: {short: Name of the agency that published this PlanDefinition, index: 5}
  effectivePeriod:
    short: When the PlanDefinition is expected to be used
    mustSupport: true
    index: 6
    elements:
      start: {short: The start of the time period when this eRSD goes in effect, index: 7}
    required: [start]
  library: {mustSupport: true, index: 8}
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-plandefinition
base: http://hl7.org/fhir/StructureDefinition/shareableplandefinition
version: 1.1.0
required: [name, title, version, date]