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

: Home-Visit - 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 "Home-Visit"] ; # 
  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 Home-Visit</b></p><a name=\"Home-Visit\"> </a><a name=\"hcHome-Visit\"> </a><p><b>identifier</b>: <code>http://example.org/nordic-healthcare/locations</code>/HOME-VISIT-TYPE</p><p><b>status</b>: Active</p><p><b>name</b>: Patient's Home</p><p><b>description</b>: Location representing home visits to patients</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PTRES}\">Patient's Residence</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ho}\">House</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/nordic-healthcare/locations"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HOME-VISIT-TYPE" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Patient's Home"] ; # 
  fhir:description [ fhir:v "Location representing home visits to patients"] ; # 
  fhir:mode [ fhir:v "kind"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PTRES" ] ;
fhir:display [ fhir:v "Patient's Residence" ]     ] ) ;
fhir:text [ fhir:v "Patient's Residence" ]
  ] ) ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ho" ] ;
fhir:display [ fhir:v "House" ]     ] ) ;
fhir:text [ fhir:v "House" ]
  ] . #