German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PVS Rhein-Main GmbH - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Organization/ExamplePvsOrganization> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExamplePvsOrganization"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExamplePvsOrganization</b></p><a name=\"ExamplePvsOrganization\"> </a><a name=\"hcExamplePvsOrganization\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}, {https://fhir.cognovis.de/praxis/CodeSystem/pvs-organization-type pvs}\">Privataerztliche Verrechnungsstelle</span></p><p><b>name</b>: PVS Rhein-Main GmbH</p><p><b>telecom</b>: <a href=\"tel:+49611123456-0\">+49 611 123456-0</a></p><p><b>address</b>: Bahnhofstrasse 12 Wiesbaden 65185 DE </p></div>"
  ] ;
  fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ] ;
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]
     ], [
       fhir:index 1 ;
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/pvs-organization-type" ] ;
       fhir:Coding.code [ fhir:value "pvs" ] ;
       fhir:Coding.display [ fhir:value "PVS" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Privataerztliche Verrechnungsstelle" ]
  ] ;
  fhir:Organization.name [ fhir:value "PVS Rhein-Main GmbH"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+49 611 123456-0" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Bahnhofstrasse 12" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Wiesbaden" ] ;
     fhir:Address.postalCode [ fhir:value "65185" ] ;
     fhir:Address.country [ fhir:value "DE" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Organization/ExamplePvsOrganization.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/ExamplePvsOrganization.ttl> .