Da Vinci Clinical Data Exchange (CDex) Implementation Guide Release 0.1.0

This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-cdex-clinical-note-type

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "cdex-clinical-note-type",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2019-06-17T23:38:34.000-04:00",
    "security" : [
      {
        "system" : "https://trifolia-fhir.lantanagroup.com/security",
        "code" : "everyone^read"
      },
      {
        "system" : "https://trifolia-fhir.lantanagroup.com/security",
        "code" : "group^716^write"
      },
      {
        "system" : "https://trifolia-fhir.lantanagroup.com/security",
        "code" : "group^716^read"
      },
      {
        "system" : "https://trifolia-fhir.lantanagroup.com/security",
        "code" : "everyone^write"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Clinical Note Type</h2><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/34133-9.html\">34133-9</a></td><td/><td/></tr><tr><td><a href=\"http://details.loinc.org/LOINC/18726-0.html\">18726-0</a></td><td/><td/></tr></table>, where the codes are contained in https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.4.1, https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.31, https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.20.22, https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.8.1, https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.6.1</li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-clinical-note-type",
  "version" : "0.1.0",
  "name" : "ClinicalNoteType",
  "title" : "Clinical Note Type",
  "status" : "draft",
  "date" : "2019-06-20T16:38:59-04:00",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "34133-9"
          },
          {
            "code" : "18726-0"
          }
        ],
        "valueSet" : [
          "https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.4.1",
          "https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.9.31",
          "https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.1.11.20.22",
          "https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.8.1",
          "https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.11.20.6.1"
        ]
      }
    ]
  }
}