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 in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

XML Format: CodeSystem-documentreference-category

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="documentreference-category"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Argonaut DocumentReferences Category Code System</h2><div><p>The Argonaut DocumentReferences Type Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources.</p>
</div><p>This code system http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">clinical-note<a name="documentreference-category-clinical-note"> </a></td><td>Clinical Note</td><td>Part of a medical record where healthcare professionals record details to document a patient's clinical status or achievements during the course of a hospitalization or over the course of outpatient care ( [Wikipedia](https://en.wikipedia.org/wiki/Progress_note))</td></tr><tr><td style="white-space:nowrap">other<a name="documentreference-category-other"> </a></td><td>Other</td><td>Indicates that the category is not covered by one of the pre-defined codes.</td></tr></table></div>
  </text>
  <url
       value="http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category"/>
  <version value="1.0.0"/>
  <name value="DocumentReference Category"/>
  <title value="Argonaut DocumentReferences Category Code System"/>
  <status value="draft"/>
  <date value="2018-05-03T01:16:34+10:00"/>
  <description
               value="The Argonaut DocumentReferences Type Code System is a &#39;starter set&#39; of categories supported for fetching and storing DocumentReference Resources."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet
            value="http://fhir.org/guides/argonaut/clinicalnotes/ValueSet/documentreference-category"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="clinical-note"/>
    <display value="Clinical Note"/>
    <definition
                value="Part of a medical record where healthcare professionals record details to document a patient&#39;s clinical status or achievements during the course of a hospitalization or over the course of outpatient care ( [Wikipedia](https://en.wikipedia.org/wiki/Progress_note))"/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other"/>
    <definition
                value="Indicates that the category is not covered by one of the pre-defined codes."/>
  </concept>
</CodeSystem>