| Package | hl7.fhir.us.ph-library |
| Resource Type | MessageDefinition |
| Id | us-ph-messagedefinition-contentbundle-example |
| FHIR Version | R4 |
| Source | http://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 |
| URL | http://hl7.org/fhir/us/ph-library/MessageDefinition/us-ph-messagedefinition-contentbundle-example |
| Version | 1.0.0 |
| Status | active |
| Date | 2023-01-08 |
| Realm | us |
| Authority | hl7 |
No resources found
No resources found
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
| Code | Profile | Min | Max |
| Bundle | US Public Health Content Bundle | 1 | 1 |
{
"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"
}
]
}