FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: MessageDefinition/us-ph-messagedefinition-contentbundle-example

Packagehl7.fhir.us.ph-library
Resource TypeMessageDefinition
Idus-ph-messagedefinition-contentbundle-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/ph-library/https://build.fhir.org/ig/HL7/fhir-us-ph-common-library-ig/MessageDefinition-us-ph-messagedefinition-contentbundle-example.html
URLhttp://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example
Version1.0.0
Statusactive
Date2023-01-08
Realmus
Authorityhl7

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

Resource MessageDefinition "us-ph-messagedefinition-contentbundle-example"

Profile: US Public Health MessageDefinition

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: HL7 Public Health Working Group: http://www.hl7.org/Special/committees/pher,pher@lists.HL7.org

jurisdiction: United States of America (ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code#US)

event: 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')

category: notification

Focus

-CodeProfileMinMax
*BundleUS Public Health Content Bundle11

Source

{
  "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",
  "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"
    }
  ]
}