RIVO-Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.25.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Chipsoft Alert Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Flag ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ac907bbc-89bd-45db-ab23-fdb11dd01a78"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-Alert"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Flag resource:</h3><ul><li><p><strong>Subject:</strong> 'Johan XXX_Helleman_Afblijven'</p></li><li><p><strong>Status:</strong> 'Active'</p></li><li><p><strong>Category:</strong> 'alert'</p></li><li><p><strong>Code:</strong> 'Methicillin resistant staphylococcus aureus carrier'</p></li><li><p><strong>Period start:</strong> '1-6-2010'</p></li></ul></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category [
( fhir:coding [
a loinc:74018-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74018-3" ] ;
fhir:display [ fhir:v "alert" ] ] ) ;
fhir:text [ fhir:v "waarschuwing" ]
] ; #
fhir:code [
( fhir:coding [
a sct:432415000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "432415000" ] ;
fhir:display [ fhir:v "Methicillin resistant staphylococcus aureus carrier" ] ] ) ;
fhir:text [ fhir:v "Drager MRSA" ]
] ; #
fhir:subject [
fhir:link <http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1> ;
fhir:reference [ fhir:v "http://example.org/Patient/9819C39260647B5DE61609CDF1FA1C434552D65014AFDEA2EB877A576B055DF1" ] ;
fhir:display [ fhir:v "Johan XXX_Helleman_Afblijven" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2010-06-01"^^xsd:date ]
] . #