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

Generated Narrative: Organization AbteilungKHRied1

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

type: Hospital Department

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

"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://example.org/lkf-system/funktionscode"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "112111" ] ] [ fhir:system [ fhir:v "http://example.org/lkf-system/funktionssubcode"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "00" ] ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "dept" ] ] ) ] ) ; # fhir:partOf [ fhir:l ; fhir:reference [ fhir:v "Organization/OrganizationKrankenhausRied" ] ] . # # -------------------------------------------------------------------------------------