| Package | agha.fhir.genclipr |
| Resource Type | CodeSystem |
| Id | FindingType |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/FindingType |
| URL | http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/FindingType |
| Version | 0.1.0 |
| Status | active |
| Date | 2022-03-21T00:46:36+00:00 |
| Name | FindingType |
| Title | Finding Type |
| Description | Extends the Observation Category codes to include additional categories. |
| Copyright | [Australian Genomics](https://www.australiangenomics.org.au) |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
This code system http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/FindingType defines the following codes:
{
"resourceType": "CodeSystem",
"id": "FindingType",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/FindingType",
"version": "0.1.0",
"name": "FindingType",
"title": "Finding Type",
"status": "active",
"date": "2022-03-21T00:46:36+00:00",
"publisher": "The Australian e-Health Research Centre",
"contact": [
{
"name": "The Australian e-Health Research Centre",
"telecom": [
{
"system": "url",
"value": "https://aehrc.com"
},
{
"system": "email",
"value": "ontoserver-support@csiro.au"
}
]
}
],
"description": "Extends the Observation Category codes to include additional categories.",
"copyright": "[Australian Genomics](https://www.australiangenomics.org.au)",
"content": "complete",
"count": 3,
"concept": [
{
"code": "patient-reported",
"display": "Patient Reported",
"definition": "An observation done by the patient, for example a symptom."
},
{
"code": "laboratory-finding",
"display": "Laboratory Finding",
"definition": "Observations derived from raw laboratory observations. For example, a positive laboratory test for the presence of nitrite in urine can be represented as an observation of Nitrituria."
},
{
"code": "imaging-finding",
"display": "Imaging Finding",
"definition": "Observations derived from imaging studies. For example, a brain MRI that shows signs of a stroke can be represented as an observation of a stroke-like picture."
}
]
}