MyHealth@Eu Patient Summary
1.0.0-poc - qa-preview 150

MyHealth@Eu Patient Summary - Downloaded Version 1.0.0-poc See the Directory of published versions

: Flag: Fall risk (EPS) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Flag/cd36f1a7-9223-4a3b-860d-71b17e07158d> a fhir:Flag ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cd36f1a7-9223-4a3b-860d-71b17e07158d"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.ehdsi.eu/eps/StructureDefinition/flag-myhealtheu-eps" ;
       fhir:index 0 ;
       fhir:link <http://fhir.ehdsi.eu/eps/StructureDefinition/flag-myhealtheu-eps>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Patient flagged as at risk for falls.</p></div>"
  ] ;
  fhir:Flag.status [ fhir:value "active"] ;
  fhir:Flag.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/flag-category" ] ;
       fhir:Coding.code [ fhir:value "safety" ] ;
       fhir:Coding.display [ fhir:value "Safety" ]
     ]
  ] ;
  fhir:Flag.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:129839007 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "129839007" ] ;
       fhir:Coding.display [ fhir:value "At risk for falls" ]
     ]
  ] ;
  fhir:Flag.subject [
     fhir:link <http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> ;
     fhir:Reference.reference [ fhir:value "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3" ]
  ] ;
  fhir:Flag.period [
     fhir:Period.start [ fhir:value "2025-08-01"^^xsd:date ]
  ] ;
  fhir:Flag.author [
     fhir:link <http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b" ]
  ] .

<http://hl7.org/fhir/Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3> a fhir:Patient .

<http://hl7.org/fhir/PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b> a fhir:PractitionerRole .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Flag/cd36f1a7-9223-4a3b-860d-71b17e07158d.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Flag/cd36f1a7-9223-4a3b-860d-71b17e07158d.ttl> .