| Package | fhir.argonaut.clinicalnotes |
| Resource Type | CodeSystem |
| Id | documentreference-category |
| FHIR Version | R3 |
| Source | http://fhir.org/guides/argonaut/clinicalnotes/http://fhir.org/guides/argonaut/clinicalnotes/1.0.0/CodeSystem-documentreference-category.html |
| URL | http://fhir.org/guides/argonaut/clinicalnotes/CodeSystem/documentreference-category |
| Version | 1.0.0 |
| Status | draft |
| Date | 2018-05-03T01:16:34+10:00 |
| Name | DocumentReference Category |
| Title | Argonaut DocumentReferences Category Code System |
| Realm | us |
| Authority | hl7 |
| Description | The Argonaut DocumentReferences Type Code System is a 'starter set' of categories supported for fetching and storing DocumentReference Resources. |
| Content | complete |
| ValueSet | |
| documentreference-category | Argonaut DocumentReferences Category Value Set |
No resources found
Note: links and images are rebased to the (stated) source
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:
{
"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."
}
]
}