{
"description": "The header for a message exchange that is submitting data.",
"_filename": "SETPMessageHeader.json",
"package_name": "ca.on.oh",
"date": "2023-03-02",
"derivation": "constraint",
"publisher": "Ontario Health",
"fhirVersion": "4.0.1",
"name": "MessageHeader",
"abstract": false,
"type": "MessageHeader",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "MessageHeader",
"package_version": "setp-0.9.0-alpha1.0.8",
"status": "draft",
"id": "b23fbb1f-b69e-485a-b77f-8fca4e70bed7",
"kind": "resource",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-MessageHeader",
"version": "0.9.0",
"differential": {
"element": [ {
"id": "MessageHeader.meta",
"min": 1,
"path": "MessageHeader.meta",
"mustSupport": true
}, {
"id": "MessageHeader.meta.profile",
"min": 1,
"path": "MessageHeader.meta.profile",
"comment": "#### **_` FOR SETP USAGE: The meta.profile = http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-MessageHeader|1.0.0 `_**\r\n\r\nIt is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.",
"mustSupport": true
}, {
"id": "MessageHeader.event[x]",
"path": "MessageHeader.event[x]",
"type": [ {
"code": "Coding"
} ],
"binding": {
"strength": "example",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/message-event-code",
"description": "Code that identifies the event this message represents and connects it with its definition"
},
"mustSupport": true
}, {
"id": "MessageHeader.event[x].system",
"min": 1,
"path": "MessageHeader.event[x].system",
"fixedUri": "http://ontariohealth.ca/fhir/CodeSystem/message-event-code",
"mustSupport": true
}, {
"id": "MessageHeader.event[x].code",
"min": 1,
"path": "MessageHeader.event[x].code",
"binding": {
"strength": "example",
"valueSet": "http://ontariohealth.ca/fhir/ValueSet/message-event-code",
"description": "Code that identifies the event this message represents and connects it with its definition."
},
"mustSupport": true
}, {
"id": "MessageHeader.event[x].display",
"path": "MessageHeader.event[x].display",
"mustSupport": true
} ]
},
"contact": [ {
"name": "Ontario Health",
"telecom": [ {
"value": "http://ontariohealth.ca/fhir/",
"system": "url"
}, {
"value": "some.email@ontariohealth.ca",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/MessageHeader"
}