PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ph-library@1.0.0
    http://example.org/fhir/PlanDefinition/us-ph-plandefinition-namedEvent-example
{
  "description": "This PlanDefinition is a PlanDefinition instance created for the purposes of demonstrating by example the usage of the US Public Health Named Event extension.",
  "_filename": "example/PlanDefinition-us-ph-plandefinition-namedEvent-example.json",
  "package_name": "hl7.fhir.us.ph-library",
  "date": "2022-06-01T12:32:29.858-05:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition" ]
  },
  "publisher": "HL7 Public Health Working Group",
  "jurisdiction": [ {
    "coding": [ {
      "code": "US",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "USPublicHealthPlanDefinitionNamedEventExample",
  "type": "{:coding [{:system \\\"http://terminology.hl7.org/CodeSystem/plan-definition-type\\\", :code \\\"workflow-definition\\\", :display \\\"Workflow Definition\\\"}]}",
  "experimental": "true",
  "resourceType": "PlanDefinition",
  "title": "US Public Health PlanDefinition NamedEvent Example",
  "package_version": "1.0.0",
  "status": "active",
  "id": "bd1c4f53-e56f-4717-8d64-9064336dd90d",
  "kind": null,
  "url": "http://example.org/fhir/PlanDefinition/us-ph-plandefinition-namedEvent-example",
  "action": [ {
    "id": "start-workflow",
    "code": [ {
      "coding": [ {
        "code": "initiate-reporting-workflow",
        "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-plandefinition-actions",
        "display": "Initiate a reporting workflow"
      } ]
    } ],
    "trigger": [ {
      "id": "encounter-start",
      "name": "encounter-start",
      "type": "named-event",
      "extension": [ {
        "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-named-eventtype-extension",
        "valueCodeableConcept": {
          "coding": [ {
            "code": "encounter-start",
            "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents",
            "display": "Indicates the start of an encounter"
          } ]
        }
      } ]
    } ],
    "description": "This action represents the start of the reporting workflow in response to the encounter-start event",
    "textEquivalent": "Start the reporting workflow in response to an encounter-start event"
  } ],
  "version": "1.0.0",
  "contact": [ {
    "name": "HL7 Public Health Working Group",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/pher",
      "system": "url"
    }, {
      "value": "pher@lists.HL7.org",
      "system": "email"
    } ]
  } ],
  "effectivePeriod": {
    "start": "2022-06-01"
  }
}