Electronic Case Reporting (eCR), published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/PlanDefinition/plandefinition-us-public-health-example> a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "plandefinition-us-public-health-example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table class=\"narrative-table\">\n <tbody>\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">Metadata</th>\n\n\n</tr>\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Title</th>\n\n\n\n<td class=\"content-container\">PlanDefinition US Public Health Example</td>\n\n\n</tr>\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Version</th>\n\n\n\n<td class=\"content-container\">3.0.0-ballot</td>\n\n\n</tr>\n\n\n\n\n\n\n\n \n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Identifier</th>\n\n\n\n<td class=\"content-container\">urn:oid:2.16.840.1.113883.4.642.40.46.34.2</td>\n\n\n</tr>\n\n\n\n \n \n \n \n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Experimental</th>\n\n\n\n<td class=\"content-container\">true</td>\n\n\n</tr>\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Jurisdiction</th>\n\n\n\n<td class=\"content-container\">\n US from <a href=\"https://en.wikipedia.org/wiki/ISO_3166-2\">urn:iso:std:iso:3166</a> \n\n\n</td>\n\n\n</tr>\n\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Steward (Publisher)</th>\n\n\n\n<td class=\"content-container\">HL7 International / Public Health</td>\n\n\n</tr>\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Steward Contact</th>\n\n\n\n<td class=\"content-container\">HL7 International / Public Health</td>\n\n\n</tr>\n\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Description</th>\n\n\n\n<td class=\"content-container\"><div><p>An example US Public Health PlanDefinition</p>\n</div></td>\n\n\n</tr>\n\n\n\n\n\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Type</th>\n\n\n\n<td class=\"content-container\">\n Workflow Definition\n\n\n</td>\n\n\n</tr>\n\n\n\n\n<tr>\n\n\n<th colspan=\"2\" scope=\"row\" class=\"row-header\">PlanDefinition Logic</th>\n\n\n</tr>\n\n<tr>\n\n\n<th scope=\"row\" class=\"row-header\">Primary Library</th>\n\n\n\n<td class=\"content-container\"><a href=\"Library-library-executable-rule-filters-example.html\">Rule Filters</a></td>\n\n\n</tr>\n\n\n\n\n<tr>\n <th colspan=\"2\" scope=\"row\" class=\"row-header\">Generated using version 0.5.4 of the sample-content-ig Liquid templates</th>\n</tr>\n\n </tbody>\n </table>\n</div>"
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-receiver-address-extension" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Endpoint/endpoint-ecr-ymca> ;
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.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.40.46.34.2" ]
] ;
fhir:PlanDefinition.version [ fhir:value "3.0.0-ballot"] ;
fhir:PlanDefinition.name [ fhir:value "PlanDefinitionUSPublicHealthExample"] ;
fhir:PlanDefinition.title [ fhir:value "PlanDefinition US Public Health Example"] ;
fhir:PlanDefinition.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
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 International / Public Health"] ;
fhir:PlanDefinition.contact [
fhir:index -1 ;
fhir:ContactDetail.name [ fhir:value "HL7 International / Public Health" ] ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pher" ]
], [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "pher@lists.HL7.org" ]
]
] ;
fhir:PlanDefinition.description [ fhir:value "An example US Public Health PlanDefinition"] ;
fhir:PlanDefinition.jurisdiction [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "US" ]
]
] ;
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/library-executable-rule-filters-example" ;
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/us/ecr/Library/library-executable-rule-filters-example>
] .
<http://hl7.org/fhir/Endpoint/endpoint-ecr-ymca> a fhir:Endpoint .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/PlanDefinition/plandefinition-us-public-health-example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/PlanDefinition/plandefinition-us-public-health-example.ttl> .
IG © 2025+ HL7 International / Public Health.
Package hl7.fhir.us.ecr#3.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
