@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "SV14"] ; # 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 SV14

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

type: Sozialversicherung

name: Österreichische Gesundheitskasse Oberösterreich

Contacts

-Address
*Gruberstraße 77, 4021 Linz Linz Oberösterreich 4021 AUT
"^^rdf:XMLLiteral ] ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://svc.co.at/CodeSystem/ecard-svt-cs"^^xsd:anyURI ; fhir:l ] ; fhir:value [ fhir:v "14" ] ] ) ; # 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 Oberösterreich"] ; # fhir:contact ( [ fhir:address [ fhir:line ( [ fhir:v "Gruberstraße 77, 4021 Linz" ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "Gruberstraße" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:String ; fhir:v "77" ] ] ) ] ) ; fhir:city [ fhir:v "Linz" ] ; fhir:state [ fhir:v "Oberösterreich" ] ; fhir:postalCode [ fhir:v "4021" ] ; fhir:country [ fhir:v "AUT" ] ] ] ) . # # -------------------------------------------------------------------------------------