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

FHIR IG Statistics: ValueSet/observation-clinical-result-category

Packagetw.gov.mohw.twcore
TypeValueSet
Idobservation-clinical-result-category
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/ValueSet-observation-clinical-result-category.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/ValueSet/observation-clinical-result-category
Version0.3.0
Statusactive
Date2024-08-31
NameTWObservationClinicalResultCategory
Title臺灣衛福部資訊處Observation Clinical Result類型值集
Realmtw
Authoritynational
Description臺灣衛福部資訊處Observation Clinical Result類型值集

Resources that use this resource

StructureDefinition
Observation-clinical-result-twcoreTW Core Observation Clinical Result

Resources that this resource uses

CodeSystem
observation-categoryObservation Category Codes
observation-categoryObservation Category Codes

Narrative

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

Generated Narrative: ValueSet observation-clinical-result-category

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/observation-category
    CodeDisplayDefinition
    laboratoryLaboratoryThe results of observations generated by laboratories. Laboratory results are typically generated by laboratories providing analytic services in areas such as chemistry, hematology, serology, histology, cytology, anatomic pathology (including digital pathology), microbiology, and/or virology. These observations are based on analysis of specimens obtained from the patient and submitted to the laboratory.
    examExamObservations generated by physical exam findings including direct observations made by a clinician and use of simple instruments and the result of simple maneuvers performed directly on the patient's body.
    therapyTherapyObservations generated by non-interventional treatment protocols (e.g. occupational, physical, radiation, nutritional and medication therapy)
    imagingImagingObservations generated by imaging. The scope includes observations regarding plain x-ray, ultrasound, CT, MRI, angiography, echocardiography, and nuclear medicine.
    procedureProcedureObservations generated by other procedures. This category includes observations resulting from interventional and non-interventional procedures excluding laboratory and imaging (e.g., cardiology catheterization, endoscopy, electrodiagnostics, etc.). Procedure results are typically generated by a clinician to provide more granular information about component observations made during a procedure. An example would be when a gastroenterologist reports the size of a polyp observed during a colonoscopy.
    vital-signsVital SignsClinical observations measure the body's basic functions such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area.
    activityActivityObservations that measure or record any bodily activity that enhances or maintains physical fitness and overall health and wellness. Not under direct supervision of practitioner such as a physical therapist. (e.g., laps swum, steps, sleep data)

Source

{
  "resourceType": "ValueSet",
  "id": "observation-clinical-result-category",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://twcore.mohw.gov.tw/ig/twcore/ValueSet/observation-clinical-result-category",
  "version": "0.3.0",
  "name": "TWObservationClinicalResultCategory",
  "title": "臺灣衛福部資訊處Observation Clinical Result類型值集",
  "status": "active",
  "experimental": false,
  "date": "2024-08-31",
  "contact": [
    {
      "name": "衛生福利部",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.mohw.gov.tw/"
        },
        {
          "system": "email",
          "value": "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description": "臺灣衛福部資訊處Observation Clinical Result類型值集",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/observation-category",
        "concept": [
          {
            "code": "laboratory"
          },
          {
            "code": "exam"
          },
          {
            "code": "therapy"
          },
          {
            "code": "imaging"
          },
          {
            "code": "procedure"
          },
          {
            "code": "vital-signs"
          },
          {
            "code": "activity"
          }
        ]
      }
    ]
  }
}