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

FHIR IG Statistics: CodeSystem/diagnosis-role

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeCodeSystem
Iddiagnosis-role
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/fhir/CodeSystem/diagnosis-role
URLhttp://sap.com/healthcare/fhir/CodeSystem/diagnosis-role
Version1.0
Statusactive
Date2021-08-01
NameDiagnosisRole
DescriptionThis SAP codeSystem defines the role of a diagnosis in Encounter and Account instances. It complements the FHIR codeSystem for diagnosis role
Contentcomplete

Resources that use this resource

ValueSet
encounter-diagnosis-roleDiagnosisRoleEncounter

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "diagnosis-role",
  "url": "http://sap.com/healthcare/fhir/CodeSystem/diagnosis-role",
  "version": "1.0",
  "name": "DiagnosisRole",
  "status": "active",
  "date": "2021-08-01",
  "publisher": "SAP SE",
  "description": "This SAP codeSystem defines the role of a diagnosis in Encounter and Account instances. It complements the FHIR codeSystem for diagnosis role",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "principle-DRG",
      "display": "Principle DRG diagnosis",
      "definition": "Principle DRG diagnosis, taken into account for DRG grouping in this role"
    },
    {
      "code": "secondary-DRG",
      "display": "Secondary DRG diagnosis",
      "definition": "Secondary DRG diagnosis, taken into account for DRG grouping in this role"
    },
    {
      "code": "referral-diagnosis",
      "display": "Referral diagnosis",
      "definition": "The referral diagnosis for outpatients or referral diagnosis for inpatients is the diagnosis which is noted on referral documents presented by the patient."
    },
    {
      "code": "treatment-diagnosis",
      "display": "Treatment diagnosis",
      "definition": "A treatment diagnosis can be further specialized as surgery diagnosis, admission diagnosis etc."
    },
    {
      "code": "surgery-diagnosis",
      "display": "Surgery diagnosis",
      "definition": "The surgery diagnosis is a diagnosis that is directly linked to a peformed surgical procedure"
    },
    {
      "code": "department-main-diagnosis",
      "display": "Department main diagnosis",
      "definition": "The department main diagnosis is the diagnosis which is the reason for outpatient or inpatient treatment during a department stay"
    },
    {
      "code": "hospital-main-diagnosis",
      "display": "Hospital main diagnosis",
      "definition": "The hospital main diagnosis is the diagnosis which is the reason for outpatient or inpatient treatments during a hospital stay."
    }
  ]
}