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

FHIR IG Statistics: CodeSystem/remark-reason

Packagehl7.fhir.us.davinci-ra
TypeCodeSystem
Idremark-reason
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-ra/https://build.fhir.org/ig/HL7/davinci-ra/CodeSystem-remark-reason.html
URLhttp://hl7.org/fhir/us/davinci-ra/CodeSystem/remark-reason
Version2.1.0
Statusactive
Date2025-06-30T21:15:44+00:00
NameRemarkReason
TitleRemark Reason Codes
Realmus
Authorityhl7
DescriptionReason codes for remark
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License
Contentcomplete

Resources that use this resource

ValueSet
remark-reasonRemark Reason

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem remark-reason

This case-sensitive code system http://hl7.org/fhir/us/davinci-ra/CodeSystem/remark-reason defines the following codes:

CodeDisplayDefinition
never-had-condition Patient never had the conditionReason for the assessed-not-present remark is because the patient has never had this condition.
inactive-condition Condition no longer activeReason for the assessed-not-present remark is because the patient's condition is no longer active.
inapplicable-gap Inapplicable gapReason for the assessed-not-present remark is because the patient has an active condition but the gap does not accurately describe it.

Source

{
  "resourceType": "CodeSystem",
  "id": "remark-reason",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cqi"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-ra/ImplementationGuide/davinci-ra"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-ra/ImplementationGuide/davinci-ra"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-ra/CodeSystem/remark-reason",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.29.16.5"
    }
  ],
  "version": "2.1.0",
  "name": "RemarkReason",
  "title": "Remark Reason Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-06-30T21:15:44+00:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Reason codes for remark",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "never-had-condition",
      "display": "Patient never had the condition",
      "definition": "Reason for the assessed-not-present remark is because the patient has never had this condition."
    },
    {
      "code": "inactive-condition",
      "display": "Condition no longer active",
      "definition": "Reason for the assessed-not-present remark is because the patient's condition is no longer active."
    },
    {
      "code": "inapplicable-gap",
      "display": "Inapplicable gap",
      "definition": "Reason for the assessed-not-present remark is because the patient has an active condition but the gap does not accurately describe it."
    }
  ]
}