US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions

: US Public Health PlanDefinition - NamedEvent - XML Representation

Active as of 2022-06-01

Raw xml | Download



<PlanDefinition xmlns="http://hl7.org/fhir">
  <id value="us-ph-plandefinition-namedEvent-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PlanDefinition us-ph-plandefinition-namedEvent-example</b></p><a name="us-ph-plandefinition-namedEvent-example"> </a><a name="hcus-ph-plandefinition-namedEvent-example"> </a><a name="us-ph-plandefinition-namedEvent-example-en-US"> </a><p><b>url</b>: <a href="PlanDefinition-us-ph-plandefinition-namedEvent-example.html">PlanDefinition US Public Health PlanDefinition NamedEvent Example</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: USPublicHealthPlanDefinitionNamedEventExample</p><p><b>title</b>: US Public Health PlanDefinition NamedEvent Example</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/plan-definition-type workflow-definition}">Workflow Definition</span></p><p><b>status</b>: Active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2022-06-01 12:32:29-0500</p><p><b>publisher</b>: HL7 Public Health Work Group</p><p><b>contact</b>: HL7 Public Health Work Group: <a href="http://www.hl7.org/Special/committees/pher">http://www.hl7.org/Special/committees/pher</a>,<a href="mailto:pher@lists.HL7.org">pher@lists.HL7.org</a></p><p><b>description</b>: </p><div><p>This PlanDefinition is a PlanDefinition instance created for the purposes of demonstrating by example the usage of the US Public Health Named Event extension.</p>
</div><p><b>jurisdiction</b>: <span title="Codes:{urn:iso:std:iso:3166 US}">United States of America</span></p><p><b>effectivePeriod</b>: 2022-06-01 --&gt; (ongoing)</p><blockquote><p><b>action</b></p><blockquote><p><b>id</b></p>start-workflow</blockquote><p><b>description</b>: This action represents the start of the reporting workflow in response to the encounter-start event</p><p><b>textEquivalent</b>: Start the reporting workflow in response to an encounter-start event</p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-plandefinition-actions initiate-reporting-workflow}">Initiate a reporting workflow</span></p><blockquote><p><b>trigger</b></p></blockquote></blockquote></div>
  </text>
  <url
       value="http://example.org/fhir/PlanDefinition/us-ph-plandefinition-namedEvent-example"/>
  <version value="1.0.0"/>
  <name value="USPublicHealthPlanDefinitionNamedEventExample"/>
  <title value="US Public Health PlanDefinition NamedEvent Example"/>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/plan-definition-type"/>
      <code value="workflow-definition"/>
      <display value="Workflow Definition"/>
    </coding>
  </type>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2022-06-01T12:32:29.858-05:00"/>
  <publisher value="HL7 Public Health Work Group"/>
  <contact>
    <name value="HL7 Public Health Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pher"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="pher@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="This PlanDefinition is a PlanDefinition instance created for the purposes of demonstrating by example the usage of the US Public Health Named Event extension."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <effectivePeriod>
    <start value="2022-06-01"/>
  </effectivePeriod>
  <action id="start-workflow">
    <description
                 value="This action represents the start of the reporting workflow in response to the encounter-start event"/>
    <textEquivalent
                    value="Start the reporting workflow in response to an encounter-start event"/>
    <code>
      <coding>
        <system
                value="http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-plandefinition-actions"/>
        <code value="initiate-reporting-workflow"/>
        <display value="Initiate a reporting workflow"/>
      </coding>
    </code>
    <trigger id="encounter-start">
      <extension
                 url="http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-named-eventtype-extension">
        <valueCodeableConcept>
          <coding>
            <system
                    value="http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents"/>
            <code value="encounter-start"/>
            <display value="Indicates the start of an encounter"/>
          </coding>
        </valueCodeableConcept>
      </extension>
      <type value="named-event"/>
      <name value="encounter-start"/>
    </trigger>
  </action>
</PlanDefinition>