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

FHIR IG Statistics: CodeSystem/flag-category

Packagehl7.terminology.r4b
TypeCodeSystem
Idflag-category
FHIR VersionR4B
Sourcehttp://terminology.hl7.org/http://terminology.hl7.org/6.0.2/CodeSystem-flag-category.html
URLhttp://terminology.hl7.org/CodeSystem/flag-category
Version1.0.1
Statusactive
Date2024-07-21T00:36:31-06:00
NameFlagCategory
TitleFlag Category
Realmuv
Authorityhl7
DescriptionExample list of general categories for flagged issues. (Not complete or necessarily appropriate.)
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license
Contentcomplete

Resources that use this resource

ConceptMap
ConceptMap-flag-categoryNZ Central Region Flag Category Concept Map
ValueSet
flag-categoryFlag Category
flag-categoryFlag Category

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem flag-category

Last updated: 2024-04-24 00:00:00+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/flag-category defines the following codes:

CodeDisplayDefinition
diet DietFlags related to the subject's dietary needs.
drug DrugFlags related to the subject's medications.
lab LabFlags related to performing laboratory tests and related processes (e.g. phlebotomy).
admin AdministrativeFlags related to administrative and financial processes.
contact Subject ContactFlags related to coming into contact with the patient.
clinical ClinicalFlags related to the subject's clinical data.
behavioral BehavioralFlags related to behavior.
research ResearchFlags related to research.
advance-directive Advance DirectiveFlags related to subject's advance directives.
safety SafetyFlags related to safety precautions.

Source

{
  "resourceType": "CodeSystem",
  "id": "flag-category",
  "meta": {
    "lastUpdated": "2024-04-24T00:00:00+00:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/flag-category",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.1071"
    }
  ],
  "version": "1.0.1",
  "name": "FlagCategory",
  "title": "Flag Category",
  "status": "active",
  "experimental": false,
  "date": "2024-07-21T00:36:31-06:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Example list of general categories for flagged issues. (Not complete or necessarily appropriate.)",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/flag-category",
  "content": "complete",
  "concept": [
    {
      "code": "diet",
      "display": "Diet",
      "definition": "Flags related to the subject's dietary needs."
    },
    {
      "code": "drug",
      "display": "Drug",
      "definition": "Flags related to the subject's medications."
    },
    {
      "code": "lab",
      "display": "Lab",
      "definition": "Flags related to performing laboratory tests and related processes (e.g. phlebotomy)."
    },
    {
      "code": "admin",
      "display": "Administrative",
      "definition": "Flags related to administrative and financial processes."
    },
    {
      "code": "contact",
      "display": "Subject Contact",
      "definition": "Flags related to coming into contact with the patient."
    },
    {
      "code": "clinical",
      "display": "Clinical",
      "definition": "Flags related to the subject's clinical data."
    },
    {
      "code": "behavioral",
      "display": "Behavioral",
      "definition": "Flags related to behavior."
    },
    {
      "code": "research",
      "display": "Research",
      "definition": "Flags related to research."
    },
    {
      "code": "advance-directive",
      "display": "Advance Directive",
      "definition": "Flags related to subject's advance directives."
    },
    {
      "code": "safety",
      "display": "Safety",
      "definition": "Flags related to safety precautions."
    }
  ]
}