| Package | fhir.argonaut.clinicalnotes |
| Resource Type | ValueSet |
| Id | diagnosticreport-category |
| FHIR Version | R3 |
| Source | http://fhir.org/guides/argonaut/clinicalnotes/http://fhir.org/guides/argonaut/clinicalnotes/1.0.0/ValueSet-diagnosticreport-category.html |
| URL | http://fhir.org/guides/argonaut/clinicalnotes/ValueSet/diagnosticreport-category |
| Version | 1.0.0 |
| Status | draft |
| Date | 2018-05-03T01:16:34+10:00 |
| Name | Argonaut DiagnosticReport Category Codes |
| Title | Argonaut DiagnosticReport Category Value Set |
| Realm | us |
| Authority | hl7 |
| Description | The Argonaut DiagnosticReport Type Value Set is a 'starter set' of categories supported for fetching and Diagnostic Reports and notes. |
| Copyright | This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use |
| StructureDefinition | |
| argo-diagnosticreport-notes-and-reports | Argonaut Imaging Reports |
| CodeSystem | |
| loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Note: links and images are rebased to the (stated) source
The Argonaut DiagnosticReport Type Value Set is a 'starter set' of categories supported for fetching and Diagnostic Reports and notes.
Copyright Statement: This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use
This value set includes codes from the following code systems:
http://loinc.org| Code | Display | |
| LP29684-5 | Radiology | |
| LP29708-2 | Cardiology | |
| LP7839-6 | Pathology |
{
"resourceType": "ValueSet",
"id": "diagnosticreport-category",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.org/guides/argonaut/clinicalnotes/ValueSet/diagnosticreport-category",
"version": "1.0.0",
"name": "Argonaut DiagnosticReport Category Codes",
"title": "Argonaut DiagnosticReport Category Value Set",
"status": "draft",
"date": "2018-05-03T01:16:34+10:00",
"description": "The Argonaut DiagnosticReport Type Value Set is a 'starter set' of categories supported for fetching and Diagnostic Reports and notes.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"copyright": " This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use",
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "LP29684-5",
"display": "Radiology"
},
{
"code": "LP29708-2",
"display": "Cardiology"
},
{
"code": "LP7839-6",
"display": "Pathology"
}
]
}
]
}
}