MyHealth@Eu MVC package 9.1.0 - trial-use
MyHealth@Eu MVC package - Downloaded Version 9.1.0 See the Directory of published versions
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "eHDSIEventTiming"] ; # fhir:url [ fhir:v "http://terminology.ehdsi.eu/ValueSet/eHDSIEventTiming"^^xsd:anyURI ; fhir:l <http://terminology.ehdsi.eu/ValueSet/eHDSIEventTiming> ] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ; fhir:l <urn:ietf:rfc:3986> ] ; fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12559.11.10.1.3.1.42.95" ] ] ) ; # fhir:version [ fhir:v "9.1.0"] ; # fhir:name [ fhir:v "EHDSIEventTiming"] ; # fhir:title [ fhir:v "eHDSI Event Timing"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2026-05-08T11:21:08+02:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "MyHealth@Eu"] ; # fhir:contact ( [ fhir:name [ fhir:v "MyHealth@Eu" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en" ] ] ) ] ) ; # fhir:description [ fhir:v "The Value Set is used for coding event timing of dosage regimen."] ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://hl7.org/fhir/event-timing"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/event-timing> ] ; ( fhir:concept [ fhir:code [ fhir:v "AFT" ] ; fhir:display [ fhir:v "Afternoon" ] ] [ fhir:code [ fhir:v "AFT.early" ] ; fhir:display [ fhir:v "Early Afternoon" ] ] [ fhir:code [ fhir:v "AFT.late" ] ; fhir:display [ fhir:v "Late Afternoon" ] ] [ fhir:code [ fhir:v "EVE" ] ; fhir:display [ fhir:v "Evening" ] ] [ fhir:code [ fhir:v "EVE.early" ] ; fhir:display [ fhir:v "Early Evening" ] ] [ fhir:code [ fhir:v "EVE.late" ] ; fhir:display [ fhir:v "Late Evening" ] ] [ fhir:code [ fhir:v "MORN" ] ; fhir:display [ fhir:v "Morning" ] ] [ fhir:code [ fhir:v "MORN.early" ] ; fhir:display [ fhir:v "Early Morning" ] ] [ fhir:code [ fhir:v "MORN.late" ] ; fhir:display [ fhir:v "Late Morning" ] ] [ fhir:code [ fhir:v "NIGHT" ] ; fhir:display [ fhir:v "Night" ] ] [ fhir:code [ fhir:v "NOON" ] ; fhir:display [ fhir:v "Noon" ] ] [ fhir:code [ fhir:v "PHS" ] ; fhir:display [ fhir:v "After Sleep" ] ] ) ] ) ] . #