Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build

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

: DiagnosticEntity: Superdiagnostyka - 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 "SsidlOrganizationDiagnosticEntity-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-organization-diagnosticEntity"^^xsd:anyURI ;
fhir:link <http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-organization-diagnosticEntity>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div><p><strong>Podmiot diagnostyczny</strong></p><p><strong>Superdiagnostyka Sp. z o.o.</strong></p><p>Telefon:<strong> +48 888 888 888</strong></p><p>Email:<strong> biuro@superdiagnostyka.com.pl</strong></p><p>Identyfikator wg RPWDL (cz. I systemu kodów resortowych): <strong> </strong><strong>000000009999</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" ]
  ] ) ; # 
  fhir:name [ fhir:v "Superdiagnostyka Sp. z o.o."] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+48 888 888 888" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "biuro@superdiagnostyka.com.pl" ]     ] )
  ] ) . #