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

FHIR IG analytics

Packageelga.moped
Resource TypeEncounter
IdEncounter-PJ1EncounterSV.json
FHIR VersionR5

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: Encounter PJ1EncounterSV

identifier: Visit number/1024000028

status: Discharged

class: Stationär

type: Moped Encounter

subject: Sonnenschein Susi (official) Female, DoB: 1969-04-21 ( Social Security Number: 9994210469)

serviceProvider: Organization Herz Jesu-Krankenhaus

actualPeriod: 2024-02-22 19:33:00+0200 --> 2024-02-23 07:38:00+0200

reason

use: Reason for Visit

Values

-Concept
*Überweisung

diagnosis

Conditions

-Concept
*Sleep Apnea

Admissions

-ExtensionOriginDischargeDisposition
*Organization HJK Interne AmbulanzEntlassung aus dem Krankenhaus

Source1

{
  "resourceType": "Encounter",
  "id": "PJ1EncounterSV",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/MopedEncounterSV",
      "https://elga.moped.at/StructureDefinition/MopedEncounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "VN"
          }
        ]
      },
      "system": "urn:oid:1.3.6.1.4.1.36124.5.914",
      "value": "1024000028",
      "assigner": {
        "reference": "Organization/OrganizationHerzJesuKrankenhaus"
      }
    }
  ],
  "status": "discharged",
  "class": [
    {
      "coding": [
        {
          "system": "https://elga.moped.at/CodeSystem/BehandlungsartCS",
          "code": "S"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://elga.moped.at/CodeSystem/MopedEncounterTypesCS",
          "code": "ENC"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/PJ1Patient"
  },
  "serviceProvider": {
    "reference": "Organization/OrganizationHerzJesuKrankenhaus"
  },
  "actualPeriod": {
    "start": "2024-02-22T19:33:00+02:00",
    "end": "2024-02-23T07:38:00+02:00"
  },
  "reason": [
    {
      "use": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/encounter-reason-use",
              "code": "RV"
            }
          ]
        }
      ],
      "value": [
        {
          "concept": {
            "coding": [
              {
                "system": "https://elga.moped.at/CodeSystem/UrsacheCS",
                "code": "00"
              }
            ]
          }
        }
      ]
    }
  ],
  "diagnosis": [
    {
      "condition": [
        {
          "concept": {
            "coding": [
              {
                "system": "https://termgit.elga.gv.at/CodeSystem/icd-10-bmsgpk-2025",
                "code": "G47.3",
                "display": "Sleep Apnea"
              }
            ]
          }
        }
      ]
    }
  ],
  "admission": {
    "extension": [
      {
        "url": "https://elga.moped.at/StructureDefinition/moped-ext-aufnahmeart",
        "valueCoding": {
          "system": "https://elga.moped.at/CodeSystem/AufnahmeartCS",
          "code": "A"
        }
      }
    ],
    "origin": {
      "reference": "Organization/OrganizationUeberweisendeOrganization2"
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "https://elga.moped.at/CodeSystem/EntlassungsartCS",
          "code": "E"
        }
      ]
    }
  }
}