This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Flag: example - 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 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 "d0e1f2a3-b4c5-6789-defa-890123456789"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ehdsi.eu/core/StructureDefinition/flag-myhealtheu-core"^^xsd:anyURI ;
fhir:l <http://fhir.ehdsi.eu/core/StructureDefinition/flag-myhealtheu-core> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Fall risk alert - John Doe</div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:code [
( fhir:coding [
a sct:129839007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "129839007" ] ;
fhir:display [ fhir:v "At risk for falls" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49 ;
fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ]
] ; #
fhir:period [
fhir:start [ fhir:v "2024-01-01"^^xsd:date ]
] ; #
fhir:author [
fhir:l fhir:PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530 ;
fhir:reference [ fhir:v "PractitionerRole/b975ec26-4ecf-4588-9fa2-afbb0d9fc530" ]
] . #