PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-setp@0.9.0-alpha1.0.1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-MessageHeader
{
  "description": "The header for a message exchange that is submitting data.",
  "_filename": "SETPMessageHeader.json",
  "package_name": "ca.on.oh-setp",
  "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": "0.9.0-alpha1.0.1",
  "status": "draft",
  "id": "80ecfca9-1df9-4421-bee5-0c75fb36be17",
  "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",
      "path": "MessageHeader.event[x].system",
      "fixedUri": "http://ontariohealth.ca/fhir/CodeSystem/message-event-code",
      "mustSupport": true
    }, {
      "id": "MessageHeader.event[x].code",
      "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"
}