Argonaut Clinical Notes Implementation Guide (Release 1.0.0 )

This page is part of the Argonaut Clinical Notes Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-documentreference-category

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "documentreference-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Argonaut DocumentReferences Category Value Set</h2><div><p>The Argonaut DocumentReferences Type Value Set is a 'starter set' of categories supported for fetching and storing clinical notes.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-documentreference-category.html\"><code>http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category</code></a></li></ul></div>"
  },
  "url" : "http://fhir.org/guides/argonaut/clinicalnotes/ValueSet/documentreference-category",
  "version" : "1.0.0",
  "name" : "Argonaut DocumentReference Category Codes",
  "title" : "Argonaut DocumentReferences Category Value Set",
  "status" : "draft",
  "date" : "2018-05-03T01:16:34+10:00",
  "description" : "The Argonaut DocumentReferences Type Value Set is a 'starter set' of categories supported for fetching and storing clinical notes.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category"
      }
    ]
  }
}