MedMorph Research Data Exchange Content IG, published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-medmorph-research-dex-ig/ and changes regularly. See the Directory of published versions
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>PlanDefinition Narrative</b></p></div>"
},
"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"
]
}
]
}
]
}
IG © 2019+ HL7 International - Public Health Work Group. Package hl7.fhir.us.medmorph-research-dex#0.1.0 based on FHIR 4.0.1. Generated 2022-09-23
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change