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

Generated Narrative: Organization SV13

identifier: http://svc.co.at/CodeSystem/ecard-svt-cs/13

type: Sozialversicherung

name: Österreichische Gesundheitskasse Burgenland

"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://svc.co.at/CodeSystem/ecard-svt-cs"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "13" ] ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "https://termgit.elga.gv.at/CodeSystem/elga-gtelvogdarollen"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "406" ] ; fhir:display [ fhir:v "Sozialversicherung" ] ] ) ] ) ; # fhir:name [ fhir:v "Österreichische Gesundheitskasse Burgenland"] . # # -------------------------------------------------------------------------------------