Implementation Guide
Version 1.2.0 - release

: Pflegeeinrichtung - TTL Representation

Raw ttl | Download


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

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Example-HealthCareService-Organization"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization"^^xsd:anyURI ;
fhir:link <https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Example-HealthCareService-Organization</b></p><a name=\"Example-HealthCareService-Organization\"> </a><a name=\"hcExample-HealthCareService-Organization\"> </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=\"StructureDefinition-erp-service-request-organization.html\">ERP Service Request Organisation</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/sid/telematik-id</code>/123456789</p><p><b>type</b>: <span title=\"Codes:{https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID 1.2.276.0.76.4.245}\">Betriebsstätte Gesundheits-, Kranken- und Altenpflege</span></p><p><b>name</b>: Pflegeheim Immergrün</p><p><b>address</b>: Musterstr. 2 Berlin 10623 </p><blockquote><p><b>contact</b></p><p><b>telecom</b>: ph: 0301234567, <a href=\"mailto:arbeitsplatz-1@test-pflegeheim.kim.telematik\">arbeitsplatz-1@test-pflegeheim.kim.telematik</a></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://gematik.de/fhir/sid/telematik-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://gematik.de/fhir/directory/CodeSystem/OrganizationProfessionOID"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.276.0.76.4.245" ] ;
fhir:display [ fhir:v "Betriebsstätte Gesundheits-, Kranken- und Altenpflege" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Pflegeheim Immergrün"] ; # 
  fhir:address ( [
fhir:type [ fhir:v "both" ] ;
    ( fhir:line [ fhir:v "Musterstr. 2" ] ) ;
fhir:city [ fhir:v "Berlin" ] ;
fhir:postalCode [ fhir:v "10623" ]
  ] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "0301234567" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "arbeitsplatz-1@test-pflegeheim.kim.telematik" ]     ] )
  ] ) . #