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

FHIR IG Statistics: CodeSystem/FindingType

Packageagha.fhir.genclipr
TypeCodeSystem
IdFindingType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=agha.fhir.genclipr@0.1.0&canonical=http://aehrc.github.io/genclipr-fhir-ig/CodeSystem/FindingType
URLhttp://aehrc.github.io/genclipr-fhir-ig/CodeSystem/FindingType
Version0.1.0
Statusactive
Date2022-03-21T00:46:36+00:00
NameFindingType
TitleFinding Type
DescriptionExtends the Observation Category codes to include additional categories.
Copyright[Australian Genomics](https://www.australiangenomics.org.au)
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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:

CodeDisplayDefinition
patient-reported Patient ReportedAn observation done by the patient, for example a symptom.
laboratory-finding Laboratory FindingObservations 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.
imaging-finding Imaging FindingObservations 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.

Source

{
  "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."
    }
  ]
}