| Package | hl7.fhir.us.ph-library |
| Resource Type | PlanDefinition |
| Id | us-ph-plandefinition-example |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/ph-library/https://build.fhir.org/ig/HL7/fhir-us-ph-common-library-ig/PlanDefinition-us-ph-plandefinition-example.html |
| URL | http://hl7.org/fhir/us/ph-library/PlanDefinition/us-ph-plandefinition-example |
| Version | 1.0.0 |
| Status | active |
| Date | 2020-07-31T12:32:29.858-05:00 |
| Name | PlanDefinitionUSPublicHealthExample |
| Title | PlanDefinition US Public Health Example |
| Realm | us |
| Authority | hl7 |
| Description | An example US Public Health PlanDefinition |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: PlanDefinition
Resource PlanDefinition "us-ph-plandefinition-example"
Profile: US Public Health PlanDefinition
US Public Health Receiver Address Extension: Endpoint/us-ph-endpoint-ymca
US Public Health Receiver JWKS Url Extension: http://example.org/jwks/123
US Public Health Data Encryption Algorithm Extension: RSA384
url: http://hl7.org/fhir/us/ph-library/PlanDefinition/us-ph-plandefinition-example
version: 1.0.0
name: PlanDefinitionUSPublicHealthExample
title: PlanDefinition US Public Health Example
type: Workflow Definition (PlanDefinitionType#workflow-definition)
status: active
experimental: true
date: 2020-07-31 12:32:29-0500
publisher: HL7 Public Health Working Group
contact: HL7 Public Health Working Group: http://www.hl7.org/Special/committees/pher,pher@lists.HL7.org
description: An example US Public Health PlanDefinition
jurisdiction: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#US)
effectivePeriod: 2020-12-01 --> (ongoing)
{
"resourceType": "PlanDefinition",
"id": "us-ph-plandefinition-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-receiver-address-extension",
"valueReference": {
"reference": "Endpoint/us-ph-endpoint-ymca"
}
},
{
"url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-receiver-jwks-url-extension",
"valueUrl": "http://example.org/jwks/123"
},
{
"url": "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-data-encryption-algorithm-extension",
"valueCode": "RSA384"
}
],
"url": "http://hl7.org/fhir/us/ph-library/PlanDefinition/us-ph-plandefinition-example",
"version": "1.0.0",
"name": "PlanDefinitionUSPublicHealthExample",
"title": "PlanDefinition US Public Health Example",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"code": "workflow-definition",
"display": "Workflow Definition"
}
]
},
"status": "active",
"experimental": true,
"date": "2020-07-31T12:32:29.858-05:00",
"publisher": "HL7 Public Health Working Group",
"contact": [
{
"name": "HL7 Public Health Working Group",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/pher"
},
{
"system": "email",
"value": "pher@lists.HL7.org"
}
]
}
],
"description": "An example US Public Health PlanDefinition",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"effectivePeriod": {
"start": "2020-12-01"
},
"library": [
"http://example.org/fhir/Library/RuleFilters|1.0.0"
]
}