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

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: PlanDefinition US Public Health Example - JSON Representation

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "plandefinition-us-public-health-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-12-02T04:19:47.347+00:00",
    "source" : "#MWKcPM3OQOPHN9DU",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-plandefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>\n                <b>PlanDefinition US Publc Health Example</b>\n            </p>\n            <p>\n                <b>url</b>: \n                \n                <a href=\"PlanDefinition-plandefinition-us-public-health-example.html\">http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-us-public-health-example</a>\n            </p>\n            <p>\n                <b>version</b>: 3.0.0\n            \n            </p>\n            <p>\n                <b>name</b>: PlanDefinitionUSPublicHealthExample\n            \n            </p>\n            <p>\n                <b>title</b>: PlanDefinition US Public Health Example\n            \n            </p>\n            <p>\n                <b>status</b>: active\n            \n            </p>\n            <p>\n                <b>experimental</b>: true\n            \n            </p>\n            <p>\n                <b>date</b>: Jul 31, 2020, 5:32:29 PM\n            \n            </p>\n            <p>\n                <b>publisher</b>: HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)\n            \n            </p>\n            <p>\n                <b>contact</b>: HL7 International - Public Health: \n                \n                <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/committees/pher</a>\n            </p>\n            <p>\n                <b>description</b>: An example US Public Health PlanDefinition\n            \n            </p>\n            <p>\n                <b>jurisdiction</b>: \n                \n                <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span>\n            </p>\n            <p>\n                <b>effectivePeriod</b>: 2020-12-01 --&gt; (ongoing)\n            \n            </p>\n            <p>\n                <b>library</b>: \n                \n                <a href=\"http://aphl.org/fhir/ecr/Library/RuleFilters\">http://aphl.org/fhir/ecr/Library/RuleFilters|1.0.0</a>\n            </p>\n        </div>"
  },
  "url" : "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-us-public-health-example",
  "version" : "1.1.0",
  "name" : "PlanDefinitionUSPublicHealthExample",
  "title" : "PlanDefinition US Public Health Example",
  "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)",
  "_publisher" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-rules-authoring-agency-organization-extension",
        "valueReference" : {
          "reference" : "Organization/organization-rr-rules-authoring-agency-haw"
        }
      }
    ]
  },
  "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://aphl.org/fhir/ecr/Library/RuleFilters|1.0.0"
  ]
}