FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/documentreference-category

Packagefhir.argonaut.clinicalnotes
TypeCodeSystem
Iddocumentreference-category
FHIR VersionR3
Sourcehttp://fhir.org/guides/argonaut/clinicalnotes/http://fhir.org/guides/argonaut/clinicalnotes/1.0.0/CodeSystem-documentreference-category.html
URLhttp://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category
Version1.0.0
Statusdraft
Date2018-05-03T01:16:34+10:00
NameDocumentReference Category
TitleArgonaut DocumentReferences Category Code System
Realmus
Authorityhl7
DescriptionThe Argonaut DocumentReferences Type Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources.
Contentcomplete

Resources that use this resource

ValueSet
documentreference-categoryArgonaut DocumentReferences Category Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Argonaut DocumentReferences Category Code System

The Argonaut DocumentReferences Type Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources.

This code system http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category defines the following codes:

CodeDisplayDefinition
clinical-note Clinical NotePart 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))
other OtherIndicates that the category is not covered by one of the pre-defined codes.

Source

{
  "resourceType": "CodeSystem",
  "id": "documentreference-category",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category",
  "version": "1.0.0",
  "name": "DocumentReference Category",
  "title": "Argonaut DocumentReferences Category Code System",
  "status": "draft",
  "date": "2018-05-03T01:16:34+10:00",
  "description": "The Argonaut DocumentReferences Type Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://fhir.org/guides/argonaut/clinicalnotes/ValueSet/documentreference-category",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "clinical-note",
      "display": "Clinical Note",
      "definition": "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))"
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "Indicates that the category is not covered by one of the pre-defined codes."
    }
  ]
}