US Public Health Profiles Library
1.0.0-ballot - STU Ballot US

This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: US Public Health PlanDefinition - Example - JSON Representation

Active as of 2020-07-31

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "us-ph-plandefinition-example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-07-29T23:37:59.939+00:00",
    "source" : "#DVrMSnZ5UlXDSacj",
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "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 \"us-ph-plandefinition-example\" Version \"2\" Updated \"2022-07-29 11:37:59+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #DVrMSnZ5UlXDSacj!</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-us-ph-endpoint-ymca.html\">Endpoint/us-ph-endpoint-ymca</a></p><p><b>url</b>: <code>http://hl7.org/fhir/us/ph-library/PlanDefinition/us-ph-plandefinition-example</code></p><p><b>version</b>: 1.0.0-ballot</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=\"http://example.org/fhir/Library/RuleFilters\">http://example.org/fhir/Library/RuleFilters|1.0.0</a></p></div>"
  },
  "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/PlanDefinition/us-ph-plandefinition-example",
  "version" : "1.0.0-ballot",
  "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 Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "contact" : [
    {
      "name" : "HL7 International - Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "An example US Public Health PlanDefinition",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "effectivePeriod" : {
    "start" : "2020-12-01"
  },
  "library" : [
    "http://example.org/fhir/Library/RuleFilters|1.0.0"
  ]
}