Specyfikacja interoperacyjności prototypu SSIDL
0.1.4 - 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.4 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

: Przykład: Punkt pobrań nr 1 sieci LABO - 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-2-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-intakePoint"^^xsd:anyURI ;
fhir:l <http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-intakePoint>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location SsidlLocationIntakePoint-2-2</b></p><a name=\"SsidlLocationIntakePoint-2-2\"> </a><a name=\"hcSsidlLocationIntakePoint-2-2\"> </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-ssidl-location-intakePoint.html\">Punkt pobrań (SSIDL)</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.3.4424.2.3.3</code>/222-2</p><p><b>name</b>: Punkt pobrań nr 2 sieci LABO</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS 7110}\">Punkt pobrań materiałów do badań</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+48111111111\">+48 111 111 111</a>, <a href=\"mailto:fake2@labo.com.pl\">fake2@labo.com.pl</a></td></tr></table><p><b>address</b>: ul. Laboratoryjna 2 Gdynia </p><p><b>managingOrganization</b>: <a href=\"Organization-SsidlOrganizationDiagnosticEntity-2.html\">Organization LABO Sp. z o.o.</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "urn:oid:2.16.840.1.113883.3.4424.2.3.3"^^xsd:anyURI ;
fhir:l <urn:oid:2.16.840.1.113883.3.4424.2.3.3>     ] ;
fhir:value [ fhir:v "222-2" ]
  ] ) ; # 
  fhir:name [ fhir:v "Punkt pobrań nr 2 sieci LABO"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS"^^xsd:anyURI ;
fhir:l <http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS>       ] ;
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 111 111 111" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fake2@labo.com.pl" ]     ] )
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "ul. Laboratoryjna 2" ] ) ;
fhir:city [ fhir:v "Gdynia" ]
  ] ; # 
  fhir:managingOrganization [
fhir:l fhir:Organization/SsidlOrganizationDiagnosticEntity-2 ;
fhir:reference [ fhir:v "Organization/SsidlOrganizationDiagnosticEntity-2" ]
  ] . #