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

: lisa-45678 - 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:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lisa-45678"] ; # 
  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: Practitioner lisa-45678</b></p><a name=\"lisa-45678\"> </a><a name=\"hclisa-45678\"> </a><p><b>active</b>: true</p><p><b>name</b>: Nurse Lisa Andersson</p><p><b>telecom</b>: <a href=\"tel:+4670lisa-4567840\">+4670lisa-4567840</a>, <a href=\"mailto:lisa.andersson@example.org\">lisa.andersson@example.org</a></p><p><b>gender</b>: Female</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 RN}\">Registered Nurse</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:text [ fhir:v "Nurse Lisa Andersson" ] ;
fhir:family [ fhir:v "Andersson" ] ;
    ( fhir:given [ fhir:v "Lisa" ] ) ;
    ( fhir:prefix [ fhir:v "Nurse" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+4670lisa-4567840" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "lisa.andersson@example.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:qualification ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0360"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RN" ] ;
fhir:display [ fhir:v "Registered Nurse" ]       ] ) ;
fhir:text [ fhir:v "Registered Nurse" ]     ]
  ] ) . #