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

US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions

: US Public Health MessageDefinition - Cancer Report - JSON Representation

Active as of 2023-01-08

Raw json | Download


{
  "resourceType" : "MessageDefinition",
  "id" : "us-ph-messagedefinition-contentbundle-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-messagedefinition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageDefinition</b><a name=\"us-ph-messagedefinition-contentbundle-example\"> </a></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 MessageDefinition &quot;us-ph-messagedefinition-contentbundle-example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-ph-messagedefinition.html\">US Public Health MessageDefinition</a></p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example</code></p><p><b>version</b>: 1.0.0</p><p><b>status</b>: active</p><p><b>date</b>: 2023-01-08</p><p><b>publisher</b>: HL7 Public Health Working Group</p><p><b>contact</b>: HL7 Public Health Working 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>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</span></p><p><b>event</b>: Indicates a message containing cancer reporting data sent from clinical care to PHA. (Details: http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types code cancer-report-message = 'Indicates a message containing cancer reporting data sent from clinical care to PHA.', stated as 'null')</p><p><b>category</b>: notification</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Bundle</td><td><a href=\"StructureDefinition-us-ph-content-bundle.html\">US Public Health Content Bundle</a></td><td>1</td><td>1</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example",
  "version" : "1.0.0",
  "status" : "active",
  "date" : "2023-01-08",
  "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"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "eventCoding" : {
    "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-message-types",
    "code" : "cancer-report-message"
  },
  "category" : "notification",
  "focus" : [
    {
      "code" : "Bundle",
      "profile" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-content-bundle",
      "min" : 1,
      "max" : "1"
    }
  ]
}