Mobile Care Services Discovery (mCSD)
3.8.1-current - ci-build International flag

Mobile Care Services Discovery (mCSD), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 3.8.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.mCSD/ and changes regularly. See the Directory of published versions

: mCSD Example Hierarchy Code System - JSON Representation

Active as of 2024-05-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mcsd-example-hierarchy",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://profiles.ihe.net/ITI/mCSD/CodeSystem/mcsd-example-hierarchy</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\">supply<a name=\"mcsd-example-hierarchy-supply\"> </a></td><td>Supply Chain</td></tr><tr><td style=\"white-space:nowrap\">admin<a name=\"mcsd-example-hierarchy-admin\"> </a></td><td>Administrative</td></tr></table></div>"
  },
  "url" : "https://profiles.ihe.net/ITI/mCSD/CodeSystem/mcsd-example-hierarchy",
  "version" : "3.8.1-current",
  "name" : "MCSDExampleHierarchy",
  "title" : "mCSD Example Hierarchy Code System",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-05-06T21:53:56+00:00",
  "publisher" : "IHE IT Infrastructure Technical Committee",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    },
    {
      "name" : "IHE IT Infrastructure Technical Committee",
      "telecom" : [
        {
          "system" : "email",
          "value" : "iti@ihe.net"
        }
      ]
    }
  ],
  "description" : "An example vocabulary of hierarchies.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "supply",
      "display" : "Supply Chain"
    },
    {
      "code" : "admin",
      "display" : "Administrative"
    }
  ]
}