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

FHIR IG analytics

Packageelga.moped
Resource TypeHealthcareService
IdHealthcareService-AbteilungKHRied4.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 AbteilungKHRied4

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

providedBy: Organization Krankenhaus der Barmherzigen Schwestern vom Hl. Vinzenz von Paul Ried

category: Hospital

type: Hospital Services

location: Location


Source1

{
  "resourceType": "HealthcareService",
  "id": "AbteilungKHRied4",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/MopedKHOrganisationseinheit"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/lkf-system/funktionscode",
      "value": "10000000"
    }
  ],
  "providedBy": {
    "reference": "Organization/OrganizationKrankenhausRied"
  },
  "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/LocationKHRied"
    }
  ]
}