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

FHIR IG analytics

Packagedguv.basis
Resource TypeBundle
IdDGUV_Basis_Bsp_Diagnosen.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "DGUV-Basis-Bsp-Diagnosen",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Jargondiagnose/Diagnose-1",
      "resource": {
        "resourceType": "Condition",
        "id": "Diagnose-1",
        "meta": {
          "profile": [
            "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Jargondiagnose"
          ]
        },
        "extension": [
          {
            "url": "http://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Unfalldiagnose",
            "valueBoolean": true
          }
        ],
        "code": {
          "coding": [
            {
              "extension": [
                {
                  "url": "http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit",
                  "valueCoding": {
                    "system": "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_ICD_DIAGNOSESICHERHEIT",
                    "code": "G",
                    "display": "gesicherte Diagnose"
                  }
                }
              ],
              "system": "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
              "version": "2019",
              "code": "S06.0",
              "display": "Gehirnerschütterung"
            },
            {
              "system": "http://www.ao-foundation.ch/fhir/ao",
              "code": "91-A3",
              "display": "schwere komplexe Schaftfraktur proximal am Schädel"
            }
          ],
          "text": "Starke Erschütterung des Gehirns"
        },
        "subject": {
          "reference": "Patient/111-222-333-444"
        }
      }
    },
    {
      "fullUrl": "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose/Diagnose-1-Gehirnerschuetterung",
      "resource": {
        "resourceType": "Condition",
        "id": "Diagnose-1-Gehirnerschuetterung",
        "meta": {
          "profile": [
            "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose"
          ]
        },
        "extension": [
          {
            "url": "http://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Unfalldiagnose",
            "valueBoolean": true
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
              "version": "2019",
              "code": "S06.0",
              "display": "Gehirnerschütterung"
            }
          ]
        },
        "subject": {
          "reference": "Patient/111-222-333-444"
        },
        "recordedDate": "2019-02-21"
      }
    },
    {
      "fullUrl": "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose/UnfallunabhängigeDiagnose-1",
      "resource": {
        "resourceType": "Condition",
        "id": "UnfallunabhaengigeDiagnose-1",
        "meta": {
          "profile": [
            "http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose"
          ]
        },
        "extension": [
          {
            "url": "http://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Unfalldiagnose",
            "valueBoolean": false
          }
        ],
        "code": {
          "coding": [
            {
              "extension": [
                {
                  "url": "http://fhir.de/StructureDefinition/seitenlokalisation",
                  "valueCoding": {
                    "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ICD_SEITENLOKALISATION",
                    "code": "L",
                    "display": "links"
                  }
                }
              ],
              "system": "http://fhir.de/CodeSystem/bfarm/icd-10-gm",
              "version": "2019",
              "code": "S22.43",
              "display": "Rippenserienfraktur: Mit Beteiligung von drei Rippen"
            }
          ]
        },
        "subject": {
          "reference": "Patient/111-222-333-444"
        }
      }
    }
  ]
}