Current Build

{
  "resourceType" : "ValueSet",
  "id" : "dataOriginationModeVS",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Data Origination Mode value set</h2><div><p>SELECT SNOMED CT code system values.</p>
</div><p><b>Copyright Statement:</b> TBD</p><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://www.snomed.org/"><code>http://snomed.info/sct</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://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=258104002">258104002</a></td><td>Measured</td><td/></tr><tr><td><a href="http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=733985002">733985002</a></td><td>Reported</td><td/></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-extensible",
      "valueBoolean" : true
    }
  ],
  "url" : "http://hl7.org/fhir/hspc/ValueSet/dataOriginationModeVS",
  "version" : "0.01",
  "name" : "Data Origination Mode value set",
  "status" : "draft",
  "date" : "2018-12-03T00:00:00-07:00",
  "publisher" : "Clinical Information Modeling Inititative",
  "description" : "SELECT SNOMED CT code system values.",
  "copyright" : "TBD",
  "extensible" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "258104002",
            "display" : "Measured"
          },
          {
            "code" : "733985002",
            "display" : "Reported"
          }
        ]
      }
    ]
  }
}