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

FHIR IG Statistics: PlanDefinition/plandefinition-example

Packagehl7.fhir.us.medmorph-research-dex
Resource TypePlanDefinition
Idplandefinition-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/medmorph-research-dex/https://build.fhir.org/ig/HL7/fhir-medmorph-research-dex-ig/PlanDefinition-plandefinition-example.html
URLhttp://hl7.org/fhir/us/medmorph-research-dex/StructureDefinition/plandefinition-example
Version0.1.0
Statusdraft
Date2020-11-04T12:32:29.858-05:00
NamePlanDefinitionExample
TitlePlanDefinition Example
Realmus
Authorityhl7
DescriptionThis is the MedMorph Research Data Exchange Knowledge Artifact

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

PlanDefinition Narrative


Source

{
  "resourceType": "PlanDefinition",
  "id": "plandefinition-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-11-29T02:03:28.045+00:00",
    "profile": [
      "http://hl7.org/fhir/us/medmorph-research-dex/StructureDefinition/medmorph-research-dex-plandefinition"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-receiverAddress",
      "valueReference": {
        "reference": "Endpoint/example-healthcare-endpoint"
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/medmorph-research-dex/StructureDefinition/plandefinition-example",
  "version": "0.1.0",
  "name": "PlanDefinitionExample",
  "title": "PlanDefinition Example",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code": "workflow-definition",
        "display": "Workflow Definition"
      }
    ]
  },
  "status": "draft",
  "experimental": true,
  "date": "2020-11-04T12:32:29.858-05:00",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "This is the MedMorph Research Data Exchange Knowledge Artifact",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "effectivePeriod": {
    "start": "2021-11-01"
  },
  "relatedArtifact": [
    {
      "type": "depends-on",
      "label": "Example.org Research program Registered Participants",
      "resource": "http://example.org/fhir/r4/Group/research-participants"
    }
  ],
  "action": [
    {
      "id": "start-workflow",
      "description": "This action represents the start of the extraction workflow in response to the periodic timer event",
      "textEquivalent": "This action represents the start of the extraction workflow in response to the periodic timer event",
      "code": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-plandefinition-actions",
              "code": "initiate-reporting-workflow"
            }
          ]
        }
      ],
      "trigger": [
        {
          "id": "periodic-timer",
          "extension": [
            {
              "url": "http://hl7.org/fhir/us/medmorph/StructureDefinition/ext-us-ph-namedEventType",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-triggerdefinition-namedevents",
                    "code": "periodic-timer",
                    "display": "Setup Periodic Timer"
                  }
                ]
              }
            }
          ],
          "type": "named-event",
          "name": "periodic-timer"
        }
      ],
      "relatedAction": [
        {
          "actionId": "extract-data",
          "relationship": "before-start",
          "offsetDuration": {
            "value": 1,
            "system": "http://unitsofmeasure.org",
            "code": "h"
          }
        }
      ]
    },
    {
      "id": "extract-data",
      "description": "This execution of the action represents the extraction of data from an EHR.",
      "textEquivalent": "Check Participant Registration",
      "code": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-plandefinition-actions",
              "code": "extract-research-data"
            }
          ]
        }
      ],
      "input": [
        {
          "id": "researchGroup",
          "type": "Group",
          "profile": [
            "http://hl7.org/fhir/us/medmorph/StructureDefinition/research-participant-group"
          ]
        }
      ]
    }
  ]
}