@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "AbteilungKHRied4"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://elga.moped.at/StructureDefinition/MopedKHOrganisationseinheit"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: HealthcareService AbteilungKHRied4

identifier: http://example.org/lkf-system/funktionscode/100000, http://example.org/lkf-system/funktionssubcode/00

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

category: Hospital

type: Hospital Services

location: Location

"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org/lkf-system/funktionscode"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "100000" ] ] [ fhir:system [ fhir:v "http://example.org/lkf-system/funktionssubcode"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "00" ] ] ) ; # fhir:providedBy [ fhir:l ; fhir:reference [ fhir:v "Organization/OrganizationKrankenhausRied" ] ] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "35" ] ] ) ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "361" ] ] ) ] ) ; # fhir:location ( [ fhir:l ; fhir:reference [ fhir:v "Location/LocationKHRied" ] ] ) . # # -------------------------------------------------------------------------------------