HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.0 - STU 2 US

This page is part of the electronic Case Reporting (eCR) (v2.1.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: US Public Health PlanDefinition Example - TTL Representation

Active as of 2020-07-31

Raw ttl | Download


@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-us-public-health-example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "8" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-08-20T00:37:22.867+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#qDOvLCL2qMThN0Y7" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-plandefinition";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-plandefinition>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PlanDefinition</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource PlanDefinition \"plandefinition-us-public-health-example\" Version \"8\" Updated \"2021-08-20 12:37:22+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #qDOvLCL2qMThN0Y7!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-plandefinition.html\">US Public Health PlanDefinition</a></p></div><p><b>US Public Health Receiver Address Extension</b>: <a href=\"Endpoint-endpoint-ecr-ymca.html\">Endpoint/endpoint-ecr-ymca</a></p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-us-public-health-example</code></p><p><b>version</b>: 2.1.0</p><p><b>name</b>: PlanDefinitionUSPublicHealthExample</p><p><b>title</b>: PlanDefinition US Public Health Example</p><p><b>type</b>: Workflow Definition <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-plan-definition-type.html\">PlanDefinitionType</a>#workflow-definition)</span></p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2020-07-31 12:32:29-0500</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>: An example US Public Health PlanDefinition</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#US)</span></p><p><b>effectivePeriod</b>: 2020-12-01 --&gt; (ongoing)</p><p><b>library</b>: <a href=\"Library-RuleFilters.html\">Rule Filters</a></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-receiver-address-extension" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "Endpoint/endpoint-ecr-ymca" ]     ]
  ];
  fhir:PlanDefinition.url [ fhir:value "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-us-public-health-example"];
  fhir:PlanDefinition.version [ fhir:value "2.1.0"];
  fhir:PlanDefinition.name [ fhir:value "PlanDefinitionUSPublicHealthExample"];
  fhir:PlanDefinition.title [ fhir:value "PlanDefinition US Public Health 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-07-31T12: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 "An example US Public Health PlanDefinition"];
  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.library [
     fhir:value "http://hl7.org/fhir/us/ecr/Library/RuleFilters|2.1.0";
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/us/ecr/Library/RuleFilters|2.1.0>
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.