@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "elga-timing-events-drug-administration"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2019-11-01T09:29:23.356+11:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-TimingEvent
    CodeDisplayDefinition
    ACDACDbefore lunch (from lat. ante cibus diurnus)
    ACMACMbefore breakfast (from lat. ante cibus matutinus)
    ACVACVbefore dinner (from lat. ante cibus vespertinus)
    HSHS**Description:** Prior to beginning a regular period of extended sleep (this would exclude naps). Note that this might occur at different times of day depending on a person's regular sleep schedule.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-NullFlavor
    CodeDisplayDefinition
    UNKUnknown**Description:**A proper value is applicable, but not known.

    **Usage Notes**: This means the actual value is not known. If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used. No properties should be included for a datatype with this property unless:

    1. Those properties themselves directly translate to a semantic of "unknown". (E.g. a local code sent as a translation that conveys 'unknown')
    2. Those properties further qualify the nature of what is unknown. (E.g. specifying a use code of "H" and a URL prefix of "tel:" to convey that it is the home phone number that is unknown.)
" ] ; # fhir:url [ fhir:v "https://termpub.gesundheit.gv.at:443/TermBrowser/gui/main/main.zul?loadType=ValueSet&loadName=ELGA_Einnahmezeitpunkte"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "ELGATimingEventsDrugAdministration"] ; # fhir:title [ fhir:v "ELGA Timing Events Drug Administration"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Austria"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 Austria" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.at" ] ] ) ] ) ; # fhir:description [ fhir:v "ELGA ValueSet for timing of drug administration."] ; # fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-TimingEvent"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "ACD" ] ; fhir:display [ fhir:v "ACD" ] ] [ fhir:code [ fhir:v "ACM" ] ; fhir:display [ fhir:v "ACM" ] ] [ fhir:code [ fhir:v "ACV" ] ; fhir:display [ fhir:v "ACV" ] ] [ fhir:code [ fhir:v "HS" ] ; fhir:display [ fhir:v "HS" ] ] ) ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "UNK" ] ; fhir:display [ fhir:v "Unknown" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------