This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PlanDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "plandefinition-ersd-instance-namedEvent-example"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "2" ];
fhir:Meta.lastUpdated [ fhir:value "2020-12-03T07:29:41.456+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#9mMOdprczQ7QfSMy" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance-namedEvent-example</code></p><p><b>version</b>: 1.1.0</p><p><b>name</b>: PlanDefinition_eRSD_Instance_namedEvent_Example</p><p><b>title</b>: eRSD PlanDefinition Instance 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>: Dec 1, 2020 5:32:29 PM</p><p><b>publisher</b>: HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)</p><p><b>contact</b>: HL7 International - Public Health: <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/committees/pher</a></p><p><b>description</b>: This PlanDefinition is a simplified duplicate of the eRSD PlanDefinition Instance created for the purposes of demonstrating by example the usage of the US Public Health Named Event extension.</p><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>effectivePeriod</b>: 2020-12-01 --> (ongoing)</p><blockquote><p><b>action</b></p><h3>Ids</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><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/ecr/CodeSystem/executabletask-type start}\">Encounter Start</span></p><h3>Triggers</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table></blockquote></div>"
];
fhir:PlanDefinition.url [ fhir:value "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance-namedEvent-example"];
fhir:PlanDefinition.version [ fhir:value "1.1.0"];
fhir:PlanDefinition.name [ fhir:value "PlanDefinition_eRSD_Instance_namedEvent_Example"];
fhir:PlanDefinition.title [ fhir:value "eRSD PlanDefinition Instance NamedEvent Example"];
fhir:PlanDefinition.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/plan-definition-type" ];
fhir:Coding.code [ fhir:value "workflow-definition" ];
fhir:Coding.display [ fhir:value "Workflow Definition" ] ]
];
fhir:PlanDefinition.status [ fhir:value "active"];
fhir:PlanDefinition.experimental [ fhir:value "true"^^xsd:boolean];
fhir:PlanDefinition.date [ fhir:value "2020-12-01T12:32:29.858-05:00"^^xsd:dateTime];
fhir:PlanDefinition.publisher [ fhir:value "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"];
fhir:PlanDefinition.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ] ]
];
fhir:PlanDefinition.description [ fhir:value "This PlanDefinition is a simplified duplicate of the eRSD PlanDefinition Instance created for the purposes of demonstrating by example the usage of the US Public Health Named Event extension."];
fhir:PlanDefinition.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ];
fhir:CodeableConcept.text [ fhir:value "United States of America" ]
];
fhir:PlanDefinition.effectivePeriod [
fhir:Period.start [ fhir:value "2020-12-01"^^xsd:date ]
];
fhir:PlanDefinition.action [
fhir:index 0;
fhir:Element.id [ fhir:value "start" ];
fhir:PlanDefinition.action.description [ fhir:value "This action represents the start of the reporting workflow in response to the encounter-start event" ];
fhir:PlanDefinition.action.textEquivalent [ fhir:value "Start the reporting workflow in response to an encounter-start event" ];
fhir:PlanDefinition.action.code [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type" ];
fhir:Coding.code [ fhir:value "start" ] ] ];
fhir:PlanDefinition.action.trigger [
fhir:index 0;
fhir:Element.id [ fhir:value "encounter" ];
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-namedEventType" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-triggerdefinition-namedevents" ];
fhir:Coding.code [ fhir:value "encounter-start" ];
fhir:Coding.display [ fhir:value "Indicates the start of an encounter" ] ] ] ];
fhir:TriggerDefinition.type [ fhir:value "named-event" ];
fhir:TriggerDefinition.name [ fhir:value "encounter-start" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.