Safeguard API for Smart FOX
4.2.3-current - ci-build

Safeguard API for Smart FOX - Local Development build (v4.2.3-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MHD List Types - JSON Representation

Draft as of 2025-09-25

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "MHDlistTypes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MHDlistTypes</b></p><a name=\"MHDlistTypes\"> </a><a name=\"hcMHDlistTypes\"> </a><p>This case-sensitive code system <code>https://www.smart-fox.at/Safeguard-API/CodeSystem/MHDlistTypes</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\">folder<a name=\"MHDlistTypes-folder\"> </a></td><td>Folder as a FHIR List</td></tr><tr><td style=\"white-space:nowrap\">submissionset<a name=\"MHDlistTypes-submissionset\"> </a></td><td>SubmissionSet as a FHIR List</td></tr></table></div>"
  },
  "url" : "https://www.smart-fox.at/Safeguard-API/CodeSystem/MHDlistTypes",
  "version" : "4.2.3-current",
  "name" : "MHDlistTypes",
  "title" : "MHD List Types",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-09-25T09:37:46+00:00",
  "publisher" : "AIT Austrian Institute of Technology GmbH",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.smart-fox.at/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "contact@smart-fox.at"
        }
      ]
    },
    {
      "name" : "AIT Austrian Institute of Technology GmbH",
      "telecom" : [
        {
          "system" : "email",
          "value" : "contact@smart-fox.at"
        }
      ]
    }
  ],
  "description" : "To use the List resource for two different use-cases we define a code-system with the types of List needed in MHD",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "folder",
      "display" : "Folder as a FHIR List"
    },
    {
      "code" : "submissionset",
      "display" : "SubmissionSet as a FHIR List"
    }
  ]
}