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

FHIR IG analytics

Packageelga.moped
Resource TypeHealthcareService
IdHealthcareService-AbteilungHerzJesu1.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: HealthcareService AbteilungHerzJesu1

Kostenstelle

  • InterneKostenstellennummer: 11160
  • InterneKostenstellenbezeichnung: Schlaflabor (Interne)
  • SpezielleOrganisationsform: Spezielle Organisationsformen: A (Abteilung)
  • KostenstellenJahr: 2024

identifier: http://example.org/lkf-system/funktionscode/13118000

providedBy: Organization Herz Jesu-Krankenhaus

category: Hospital

type: Hospital Services

location: Location


Source1

{
  "resourceType": "HealthcareService",
  "id": "AbteilungHerzJesu1",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/MopedKHOrganisationseinheit"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "InterneKostenstellennummer",
          "valueUnsignedInt": 11160
        },
        {
          "url": "InterneKostenstellenbezeichnung",
          "valueString": "Schlaflabor (Interne)"
        },
        {
          "url": "SpezielleOrganisationsform",
          "valueCoding": {
            "system": "https://elga.moped.at/CodeSystem/SpezielleOrganisationsformenCS",
            "code": "A"
          }
        },
        {
          "url": "KostenstellenJahr",
          "valueDate": "2024"
        }
      ],
      "url": "https://elga.moped.at/StructureDefinition/moped-ext-Kostenstelle"
    }
  ],
  "identifier": [
    {
      "system": "http://example.org/lkf-system/funktionscode",
      "value": "13118000"
    }
  ],
  "providedBy": {
    "reference": "Organization/OrganizationHerzJesuKrankenhaus"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "35"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "361"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/LocationKHHerzJesu"
    }
  ]
}