RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.18.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
: null (Bundle) - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e9ad10c9-15f6-4bf0-b593-f94002ef45a6"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-08-13T09:01:15.250+00:00"^^xsd:dateTime ]
] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "https://api-acc.sanday.com/gp-data-service/r4/Flag?patient=B211BE58-949E-4950-9FE7-410B4D944E6F"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://api-acc.sanday.com/gp-data-service/r4/Flag/EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d"^^xsd:anyURI ] ;
( fhir:resource <https://api-acc.sanday.com/gp-data-service/r4/Flag/EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d> )
] ) . #
<https://api-acc.sanday.com/gp-data-service/r4/Flag/EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d> a fhir:Flag ;
fhir:id [ fhir:v "EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Flag_EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Flag EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d</b></p><a name=\"EpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d\"> </a><a name=\"hcEpisodeOfCare-986cc5fc-a55f-424e-a6dd-2941ee0be84d\"> </a><p><b>Flag details</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.eafspraak/1.0.6/EpisodeOfCare/986cc5fc-a55f-424e-a6dd-2941ee0be84d\">Keelpijn</a></p><p><b>status</b>: Active</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icpc-1-nl R21.01}\">Keelpijn</span></p><p><b>subject</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=https://simplifier.net/packages/nictiz.fhir.nl.stu3.eafspraak/1.0.6/Patient/b211be58-949e-4950-9fe7-410b4d944e6f\">J. Xxx_cevat</a></p><p><b>period</b>: 2025-04-01 --> (ongoing)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/flag-detail"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "EpisodeOfCare/986cc5fc-a55f-424e-a6dd-2941ee0be84d" ] ;
fhir:identifier [
fhir:value [ fhir:v "986cc5fc-a55f-424e-a6dd-2941ee0be84d" ] ] ;
fhir:display [ fhir:v "Keelpijn" ] ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icpc-1-nl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "R21.01" ] ;
fhir:display [ fhir:v "Keelpijn" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/b211be58-949e-4950-9fe7-410b4d944e6f" ] ;
fhir:identifier [
fhir:value [ fhir:v "b211be58-949e-4950-9fe7-410b4d944e6f" ] ] ;
fhir:display [ fhir:v "J. Xxx_cevat" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2025-04-01"^^xsd:date ]
] . #