Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Bookmark Snapshot - 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:Basic ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "random-bookmarks-id-123"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic random-bookmarks-id-123</b></p><a name=\"random-bookmarks-id-123\"> </a><a name=\"hcrandom-bookmarks-id-123\"> </a><blockquote><p><b>Bookmark</b></p><ul><li>name: KWS_PID_VOORNAAM</li><li>value: Jan</li></ul></blockquote><blockquote><p><b>Bookmark</b></p><ul><li>name: KWS_PID_ACHTERNAAM</li><li>value: Janssens</li></ul></blockquote><blockquote><p><b>Bookmark</b></p><ul><li>name: KWS_PID_GESLACHT</li><li>value: man</li></ul></blockquote><p><b>code</b>: <span title=\"Codes:\">KWS Bookmarks</span></p><p><b>subject</b>: <a href=\"Patient-random-patient-id-123.html\">Jan Jansens Male, DoB: 1970-01-01 ( https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr#123456)</a></p><p><b>created</b>: 2024-06-22</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "KWS_PID_VOORNAAM" ] ] [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Jan" ] ] ) ;
fhir:url [ fhir:v "http://fhir.tiro.health/StructureDefinition/Bookmark"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "KWS_PID_ACHTERNAAM" ] ] [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Janssens" ] ] ) ;
fhir:url [ fhir:v "http://fhir.tiro.health/StructureDefinition/Bookmark"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "name"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "KWS_PID_GESLACHT" ] ] [
fhir:url [ fhir:v "value"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "man" ] ] ) ;
fhir:url [ fhir:v "http://fhir.tiro.health/StructureDefinition/Bookmark"^^xsd:anyURI ]
] ) ; #
fhir:code [
fhir:text [ fhir:v "KWS Bookmarks" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/random-patient-id-123" ]
] ; #
fhir:created [ fhir:v "2024-06-22"^^xsd:date] . #