MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

This page is part of the MyHealth@Eu Patient Summary (v1.0.0-poc: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Organization: BfA-Klinik (EPS) - 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/ce815734-508a-4c1d-8b63-01e1d02a5614> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ce815734-508a-4c1d-8b63-01e1d02a5614"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/organization-myhealtheu-eps" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/organization-myhealtheu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>BfA-Klinik, Bad Schmiedeberg, Germany</p></div>"
  ] ;
  fhir:Organization.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:9562" ] ;
     fhir:Identifier.value [ fhir:value "6cc3db61-fdae-4ee0-84bf-fa3bee63b2a8" ]
  ] ;
  fhir:Organization.name [ fhir:value "BfA-Klinik"] ;
  fhir:Organization.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+49 034943 990" ]
  ] ;
  fhir:Organization.address [
     fhir:index 0 ;
     fhir:Address.city [ fhir:value "Bad Schmiedeberg" ] ;
     fhir:Address.postalCode [ fhir:value "06905" ] ;
     fhir:Address.country [ fhir:value "Germany" ]
  ] .

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

<http://hl7.org/fhir/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Organization/ce815734-508a-4c1d-8b63-01e1d02a5614.ttl> .