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:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ExampleDiGATaskSearchset"] ; # fhir:type [ fhir:v "searchset"] ; # fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # fhir:link ( [ fhir:relation [ fhir:v "self" ] ; fhir:url [ fhir:v "https://erp-ref.example.org/Task?status=ready&_count=1"^^xsd:anyURI ; fhir:l <https://erp-ref.example.org/Task?status=ready&_count=1> ] ] ) ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "https://erp-ref.example.org/Task/ExampleDiGATaskInReadyState"^^xsd:anyURI ; fhir:l <https://erp-ref.example.org/Task/ExampleDiGATaskInReadyState> ] ; ( fhir:resource <https://erp-ref.example.org/Task/ExampleDiGATaskInReadyState> ) ; fhir:search [ fhir:mode [ fhir:v "match" ] ] ] ) . # <https://erp-ref.example.org/Task/ExampleDiGATaskInReadyState> a fhir:Task ; fhir:id [ fhir:v "ExampleDiGATaskInReadyState"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_ExampleDiGATaskInReadyState\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task ExampleDiGATaskInReadyState</b></p><a name=\"ExampleDiGATaskInReadyState\"> </a><a name=\"hcExampleDiGATaskInReadyState\"> </a><p><b>status</b>: Ready</p><p><b>intent</b>: order</p><p><b>authoredOn</b>: 2026-03-20</p></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "ready"] ; # fhir:intent [ fhir:v "order"] ; # fhir:authoredOn [ fhir:v "2026-03-20"^^xsd:date] . #