0.1.0 - ci-build

NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions

: Uppsala-Cardiology-Clinic - 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 "Uppsala-Cardiology-Clinic"] ; # 
  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: Location Uppsala-Cardiology-Clinic</b></p><a name=\"Uppsala-Cardiology-Clinic\"> </a><a name=\"hcUppsala-Cardiology-Clinic\"> </a><p><b>identifier</b>: <code>http://example.org/nordic-healthcare/locations</code>/UPP-CARDIO-001</p><p><b>status</b>: Active</p><p><b>name</b>: Uppsala Cardiology Clinic</p><p><b>description</b>: Specialized cardiology clinic in Uppsala</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+4618123456\">+4618123456</a>, <a href=\"mailto:cardiology@uppsalaclinic.example.org\">cardiology@uppsalaclinic.example.org</a></p><p><b>address</b>: Sjukhusvägen 15 Uppsala 75185 SE (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/nordic-healthcare/locations"^^xsd:anyURI ] ;
fhir:value [ fhir:v "UPP-CARDIO-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Uppsala Cardiology Clinic"] ; # 
  fhir:description [ fhir:v "Specialized cardiology clinic in Uppsala"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HOSP" ] ;
fhir:display [ fhir:v "Hospital" ]     ] ) ;
fhir:text [ fhir:v "Hospital" ]
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+4618123456" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cardiology@uppsalaclinic.example.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Sjukhusvägen 15" ] ) ;
fhir:city [ fhir:v "Uppsala" ] ;
fhir:postalCode [ fhir:v "75185" ] ;
fhir:country [ fhir:v "SE" ]
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bu" ] ;
fhir:display [ fhir:v "Building" ]     ] ) ;
fhir:text [ fhir:v "Building" ]
  ] . #