FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: PlanDefinition/us-ph-plandefinition-namedEvent-example

Packagehl7.fhir.us.ph-library
Resource TypePlanDefinition
Idus-ph-plandefinition-namedEvent-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ph-library/https://build.fhir.org/ig/HL7/fhir-us-ph-common-library-ig/PlanDefinition-us-ph-plandefinition-namedEvent-example.html
URLhttp://example.org/fhir/PlanDefinition/us-ph-plandefinition-namedEvent-example
Version1.0.0
Statusactive
Date2022-06-01T12:32:29.858-05:00
NameUSPublicHealthPlanDefinitionNamedEventExample
TitleUS Public Health PlanDefinition NamedEvent Example
Realmus
Authorityhl7
DescriptionThis PlanDefinition is a PlanDefinition instance created for the purposes of demonstrating by example the usage of the US Public Health Named Event extension.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PlanDefinition

Resource PlanDefinition "us-ph-plandefinition-namedEvent-example"

Profile: US Public Health PlanDefinition

url: http://example.org/fhir/PlanDefinition/us-ph-plandefinition-namedEvent-example

version: 1.0.0

name: USPublicHealthPlanDefinitionNamedEventExample

title: US Public Health PlanDefinition NamedEvent Example

type: Workflow Definition (PlanDefinitionType#workflow-definition)

status: active

experimental: true

date: 2022-06-01 12:32:29-0500

publisher: HL7 Public Health Working Group

contact: HL7 Public Health Working Group: http://www.hl7.org/Special/committees/pher,pher@lists.HL7.org

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.

jurisdiction: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#US)

effectivePeriod: 2022-06-01 --> (ongoing)

action

id

start-workflow

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

code: Initiate a reporting workflow (US Public Health CodeSystem - PlanDefinition Actions#initiate-reporting-workflow)

trigger

id

encounter-start

US Public Health Named Event Type Extension: Indicates the start of an encounter (US Public Health CodeSystem - Trigger Definition Named Events#encounter-start)

type: named-event

name: encounter-start


Source

{
  "resourceType": "PlanDefinition",
  "id": "us-ph-plandefinition-namedEvent-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://example.org/fhir/PlanDefinition/us-ph-plandefinition-namedEvent-example",
  "version": "1.0.0",
  "name": "USPublicHealthPlanDefinitionNamedEventExample",
  "title": "US Public Health PlanDefinition NamedEvent Example",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code": "workflow-definition",
        "display": "Workflow Definition"
      }
    ]
  },
  "status": "active",
  "experimental": true,
  "date": "2022-06-01T12:32:29.858-05:00",
  "publisher": "HL7 Public Health Working Group",
  "contact": [
    {
      "name": "HL7 Public Health Working Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system": "email",
          "value": "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "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.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "effectivePeriod": {
    "start": "2022-06-01"
  },
  "action": [
    {
      "id": "start-workflow",
      "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",
      "code": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-plandefinition-actions",
              "code": "initiate-reporting-workflow",
              "display": "Initiate a reporting workflow"
            }
          ]
        }
      ],
      "trigger": [
        {
          "id": "encounter-start",
          "extension": [
            {
              "url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-named-eventtype-extension",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-triggerdefinition-namedevents",
                    "code": "encounter-start",
                    "display": "Indicates the start of an encounter"
                  }
                ]
              }
            }
          ],
          "type": "named-event",
          "name": "encounter-start"
        }
      ]
    }
  ]
}