FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ph-library.r4
Resource TypeMessageDefinition
IdMessageDefinition-us-ph-messagedefinition-contentbundle-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MessageDefinition us-ph-messagedefinition-contentbundle-example

url: MessageDefinition: url = http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example; identifier = OID:2.16.840.1.113883.4.642.40.58.30.1; version = 2.0.0-ballot; status = active; date = 2023-01-08; publisher = HL7 International / Public Health; contact = HL7 International / Public Health (http://www.hl7.org/Special/committees/pher, pher@lists.HL7.org); jurisdiction = United States of America; copyright = ; event[x] = Indicates a message containing cancer reporting data sent from clinical care to PHA. (US Public Health CodeSystem - Message Types#cancer-report-message); category = notification

identifier: URI/urn:oid:2.16.840.1.113883.4.642.40.58.30.1

version: 2.0.0-ballot

status: Active

date: 2023-01-08

publisher: HL7 International / Public Health

contact: HL7 International / Public Health: http://www.hl7.org/Special/committees/pher,pher@lists.HL7.org

jurisdiction: United States of America

event: US Public Health CodeSystem - Message Types cancer-report-message: Indicates a message containing cancer reporting data sent from clinical care to PHA.

category: Notification

Focus

-CodeProfileMinMax
*BundleUS Public Health Content Bundle11

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.58.30.1"
    }
  ],
  "version": "2.0.0-ballot",
  "status": "active",
  "date": "2023-01-08",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "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"
    }
  ]
}