US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ph-library/ and changes regularly. See the Directory of published versions

: US Public Health PlanDefinition - Workflow Definition - JSON Representation

Active as of 2020-07-31

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "us-ph-plandefinition-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-plandefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PlanDefinition us-ph-plandefinition-example</b></p><a name=\"us-ph-plandefinition-example\"> </a><a name=\"hcus-ph-plandefinition-example\"> </a><a name=\"us-ph-plandefinition-example-en-US\"> </a><p><b>url</b>: <a href=\"PlanDefinition-us-ph-plandefinition-example.html\">PlanDefinition PlanDefinition US Public Health Example</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: PlanDefinitionUSPublicHealthExample</p><p><b>title</b>: PlanDefinition US Public Health 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>: 2020-07-31 12:32:29-0500</p><p><b>publisher</b>: HL7 Public Health Work Group</p><p><b>contact</b>: HL7 Public Health Work Group: <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/committees/pher</a>,<a href=\"mailto:pher@lists.HL7.org\">pher@lists.HL7.org</a></p><p><b>description</b>: </p><div><p>An example US Public Health PlanDefinition</p>\n</div><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 --&gt; (ongoing)</p><p><b>library</b>: <code>http://example.org/fhir/Library/RuleFilters|1.0.0</code></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/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 Work Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Work 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"
  ]
}