{
  "resourceType" : "CodeSystem",
  "id" : "cms-payload-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cms-payload-type-cs</b></p><a name=\"cms-payload-type-cs\"> </a><a name=\"hccms-payload-type-cs\"> </a><p>This  code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cms-payload-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">body<a name=\"cms-payload-type-cs-body\"> </a></td><td>Message Body</td></tr><tr><td style=\"white-space:nowrap\">parameters<a name=\"cms-payload-type-cs-parameters\"> </a></td><td>Message Parameters</td></tr><tr><td style=\"white-space:nowrap\">attachment<a name=\"cms-payload-type-cs-attachment\"> </a></td><td>Attachment File</td></tr><tr><td style=\"white-space:nowrap\">template<a name=\"cms-payload-type-cs-template\"> </a></td><td>Message Template</td></tr></table></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/cms-payload-type-cs",
  "version" : "0.4.5",
  "name" : "CMSPayloadTypeCS",
  "title" : "CMS Payload Type CodeSystem",
  "status" : "active",
  "date" : "2026-05-13T03:16:05+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [{
    "name" : "Te Whatu Ora",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.tewhatuora.govt.nz/"
    }]
  },
  {
    "name" : "Te Whatu Ora Integration Team",
    "telecom" : [{
      "system" : "email",
      "value" : "integration@tewhatuora.govt.nz",
      "use" : "work"
    }]
  }],
  "description" : "Codes to identify the specific purpose of a CommunicationRequest payload.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "NZ",
      "display" : "New Zealand"
    }]
  }],
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "body",
    "display" : "Message Body"
  },
  {
    "code" : "parameters",
    "display" : "Message Parameters"
  },
  {
    "code" : "attachment",
    "display" : "Attachment File"
  },
  {
    "code" : "template",
    "display" : "Message Template"
  }]
}