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

: Shared practice site — Gibitzenhof - 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/Location/ExampleSharedPracticeLocation> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleSharedPracticeLocation"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort" ;
       fhir:index 0 ;
       fhir:link <https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort>
     ]
  ] ;
  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: Location ExampleSharedPracticeLocation</b></p><a name=\"ExampleSharedPracticeLocation\"> </a><a name=\"hcExampleSharedPracticeLocation\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=de.gematik.isik-basismodul@4.0.3&amp;canonical=https://gematik.de/fhir/isik/StructureDefinition/ISiKStandort\">ISiKStandort</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Praxis Gibitzenhof — Hauptstandort</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PROFF}\">Provider's Office</span></p><p><b>address</b>: Gibitzenhofstrasse 12 Nuernberg 90459 DE </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-ExamplePraxisOrganizationHs.html\">Organization MVZ Gibitzenhof</a></p></div>"
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Praxis Gibitzenhof — Hauptstandort"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:Coding.code [ fhir:value "PROFF" ] ;
       fhir:Coding.display [ fhir:value "Provider's Office" ]
     ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "Gibitzenhofstrasse 12" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Nuernberg" ] ;
     fhir:Address.postalCode [ fhir:value "90459" ] ;
     fhir:Address.country [ fhir:value "DE" ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/location-physical-type" ] ;
       fhir:Coding.code [ fhir:value "si" ] ;
       fhir:Coding.display [ fhir:value "Site" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/ExamplePraxisOrganizationHs> ;
     fhir:Reference.reference [ fhir:value "Organization/ExamplePraxisOrganizationHs" ]
  ] .

<http://hl7.org/fhir/Organization/ExamplePraxisOrganizationHs> a fhir:Organization .

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

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