This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3
Definition for Code System Observation Category Codes
{ "resourceType": "CodeSystem", "id": "observation-category", "meta": { "lastUpdated": "2016-08-11T17:02:54.322+10:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/codesystem-shareable-definition" ] }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/observation-category", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.222" }, "version": "1.6.0", "name": "Observation Category Codes", "status": "draft", "experimental": true, "publisher": "FHIR Project team", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "description": "Observation Category codes.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/observation-category", "content": "complete", "concept": [ { "code": "social-history", "display": "Social History", "definition": "The Social History Observations define the patient's occupational, personal (e.g. lifestyle), social, and environmental history and health risk factors, as well as administrative data such as marital status, race, ethnicity and religious affiliation." }, { "code": "vital-signs", "display": "Vital Signs", "definition": " Clinical observations measure the body's basic functions such as such as blood pressure, heart rate, respiratory rate, height, weight, body mass index, head circumference, pulse oximetry, temperature, and body surface area." }, { "code": "imaging", "display": "Imaging", "definition": "Observations generated by imaging. The scope includes observations, plain x-ray, ultrasound, CT, MRI, angiography, echocardiography, nuclear medicine." }, { "code": "laboratory", "display": "Laboratory", "definition": "The 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, microbiology, and/or virology. These observations are based on analysis of specimens obtained from the patient and submitted to the laboratory." }, { "code": "procedure", "display": "Procedure", "definition": "Observations generated by other procedures. This category includes observations resulting from interventional and non-interventional procedures excluding lab 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, such as where a gastroenterologist reports the size of a polyp observed during a colonoscopy." }, { "code": "survey", "display": "Survey", "definition": "Assessment tool/survey instrument observations (e.g. Apgar Scores, Montreal Cognitive Assessment (MoCA))" }, { "code": "exam", "display": "Exam", "definition": "Observations 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." }, { "code": "therapy", "display": "Therapy", "definition": "Observations generated by non-interventional treatment protocols (e.g. occupational, physical, radiation, nutritional and medication therapy)" } ] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.