Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions
: Laboratory: Laboratorium nr 1 we Wrocławiu - 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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "SsidlLocationLaboratory-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-laboratory"^^xsd:anyURI ;
fhir:link <http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-laboratory> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div><p><strong>Laboratorium nr 1 we Wrocławiu</strong></p><p>Podmiot diagnostyczny: <a href=\"Organization-SsidlOrganizationDiagnosticEntity-1.html\">Superdiagnostyka Sp. z o.o.</a></p><p>Telefon:<strong> +48 999 999 999</strong></p><p>Email:<strong> lab1@superdiagnostyka.com.pl</strong></p><p>Identyfikator wg RPWDL (cz. I-VII systemu kodów resortowych): <strong> </strong><strong>000000009999-999</strong></p><p>Kod wg cz. VIII systemu kodów resortowych:<strong> [7100] </strong><strong>Medyczne laboratorium diagnostyczne (laboratorium)</strong></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.4424.999.999.999"^^xsd:anyURI ] ;
fhir:value [ fhir:v "000000009999-999" ]
] ) ; #
fhir:name [ fhir:v "Laboratorium nr 1 we Wrocławiu"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.3.4424.11.2.4"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7100" ] ;
fhir:display [ fhir:v "Medyczne laboratorium diagnostyczne (laboratorium)" ] ] )
] ) ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+48 999 999 999" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "lab1@superdiagnostyka.com.pl" ] ] )
] ) ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/SsidlOrganizationDiagnosticEntity-1" ]
] . #