FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.carin-bb.r4
Resource TypeCodeSystem
IdCodeSystem-C4BBClaimDiagnosisType.json
FHIR VersionR4

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

Generated Narrative: CodeSystem C4BBClaimDiagnosisType

This case-sensitive code system http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType defines the following codes:

CodeDisplayDefinition
externalcauseofinjury External Cause of InjuryRequired when an external cause of injury is needed to describe the injury
patientreasonforvisit Patient Reason for VisitIdentifies the patient's reason for the outpatient institutional visit
other OtherRequired when other conditions coexist or develop subsequently during the treatment
secondary SecondaryRequired when necessary to report additional diagnoses on professional and non-clinician claims

Source1

{
  "resourceType": "CodeSystem",
  "id": "C4BBClaimDiagnosisType",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fm"
    },
    {
      "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/carin-bb/ImplementationGuide/hl7.fhir.us.carin-bb"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimDiagnosisType",
  "version": "2.1.0",
  "name": "C4BBClaimDiagnosisType",
  "title": "C4BB Claim Diagnosis Type Code System",
  "status": "active",
  "experimental": false,
  "date": "2025-02-18T18:08:55+00:00",
  "publisher": "HL7 International / Financial Management",
  "contact": [
    {
      "name": "HL7 International / Financial Management",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fm"
        },
        {
          "system": "email",
          "value": "fm@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Indicates if the institutional diagnosis is admitting, principal, secondary, other, an external cause of injury or a patient reason for visit.  Complements http://terminology.hl7.org/CodeSystem/ex-diagnosistype.\n\nThis is a code system defined locally by the CARIN BlueButton IG. As this IG matures, it is expected that this CodeSystem will be migrated to THO (terminology.hl7.org). The current CodeSystem url should be considered temporary and subject to change in a future version.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "copyright": "This CodeSystem is not copyrighted.",
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "externalcauseofinjury",
      "display": "External Cause of Injury",
      "definition": "Required when an external cause of injury is needed to describe the injury"
    },
    {
      "code": "patientreasonforvisit",
      "display": "Patient Reason for Visit",
      "definition": "Identifies the patient's reason for the outpatient institutional visit"
    },
    {
      "code": "other",
      "display": "Other",
      "definition": "Required when other conditions coexist or develop subsequently during the treatment"
    },
    {
      "code": "secondary",
      "display": "Secondary",
      "definition": "Required when necessary to report additional diagnoses on professional and non-clinician claims"
    }
  ]
}