Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Domains - JSON Representation

Draft as of 2023-05-03

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "Domains",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2023-05-03T15:53:28.533+00:00",
    "source" : "#Vd8e1OIzmTJb4j40"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-Domains.html\"><code>https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-Domains.html#Domains-eHx\">eHx</a></td><td>eHx</td><td>eHx</td></tr><tr><td><a href=\"CodeSystem-Domains.html#Domains-CQ\">CQ</a></td><td>CQ</td><td>CQ</td></tr><tr><td><a href=\"CodeSystem-Domains.html#Domains-RCE\">RCE</a></td><td>RCE</td><td>RCE</td></tr></table></li></ul></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd/ValueSet/Domains",
  "version" : "0.0.10",
  "name" : "Domains",
  "title" : "Domains",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-05-03T16:00:14+00:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Codes used by the Domains extension.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://sequoiaproject.org/fhir/sphd/CodeSystem/Domains",
        "concept" : [
          {
            "code" : "eHx",
            "display" : "eHx"
          },
          {
            "code" : "CQ",
            "display" : "CQ"
          },
          {
            "code" : "RCE",
            "display" : "RCE"
          }
        ]
      }
    ]
  }
}