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

: IntakePoint: Punkt pobrań Superdiagnostyki - 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 "SsidlLocationIntakePoint-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-intakePoint"^^xsd:anyURI ;
fhir:link <http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-intakePoint>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div><p><strong>Punkt pobrań nr 2 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 777 777 777</strong></p><p>Email:<strong> pp2@superdiagnostyka.com.pl</strong></p><p>Identyfikator wg RPWDL (cz. I-VII systemu kodów resortowych): <strong> </strong><strong>000000009999-777</strong></p><p>Kod wg cz. VIII systemu kodów resortowych:<strong> [7110]  Punkt pobrań materiałów do badań</strong></p><p>Adres:<strong> Wrocław, ul. Pobraniowa 9</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 "777" ]
  ] ) ; # 
  fhir:name [ fhir:v "Punkt pobrań nr 2 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 "7110" ] ;
fhir:display [ fhir:v "Punkt pobrań materiałów do badań" ]     ] )
  ] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+48 777 777 777" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pp2@superdiagnostyka.com.pl" ]     ] )
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "ul. Pobraniowa 9" ] ) ;
fhir:city [ fhir:v "Wrocław" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/SsidlOrganizationDiagnosticEntity-1" ]
  ] . #