This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 7.0.0. For a full list of available versions, see the Directory of published versions
| Active as of 2019-12-01 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v2-0335"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "inm" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "oo" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0335"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.18.205" ]
] ) ; #
fhir:version [ fhir:v "2.3.0"] ; #
fhir:name [ fhir:v "RepeatPattern"] ; #
fhir:title [ fhir:v "repeatPattern"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-12-01"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7, Inc"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Code system of concepts used to specify the interval between repeated services. Used in HL7 Version 2.x messaging in the RI datatype and RPT segment."] ; #
fhir:purpose [ fhir:v "Underlying Master Code System for V2 table 0335 (Repeat Pattern)"] ; #
fhir:copyright [ fhir:v "Copyright HL7. Licensed under creative commons public domain"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/v2-0335"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/v2-0335>
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:compositional [ fhir:v "false"^^xsd:boolean] ; #
fhir:versionNeeded [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Status of the concept" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "deprecated" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-table-deprecated"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Version of HL7 in which the code was deprecated" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concComment"^^xsd:anyURI ] ;
fhir:description [ fhir:v "V2 Concept Comment" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v2-concCommentAsPub"^^xsd:anyURI ] ;
fhir:description [ fhir:v "V2 Concept Comment As Published" ] ;
fhir:type [ fhir:v "string" ]
] ) ; #
fhir:concept ( [
fhir:id [ fhir:v "3079" ] ;
fhir:code [ fhir:v "Q<integer>S" ] ;
fhir:display [ fhir:v "every <integer> seconds" ] ;
fhir:definition [ fhir:v "every <integer> seconds" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3080" ] ;
fhir:code [ fhir:v "Q<integer>M" ] ;
fhir:display [ fhir:v "every <integer> minutes" ] ;
fhir:definition [ fhir:v "every <integer> minutes" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3081" ] ;
fhir:code [ fhir:v "Q<integer>H" ] ;
fhir:display [ fhir:v "every <integer> hours" ] ;
fhir:definition [ fhir:v "every <integer> hours" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3082" ] ;
fhir:code [ fhir:v "Q<integer>D" ] ;
fhir:display [ fhir:v "every <integer> days" ] ;
fhir:definition [ fhir:v "every <integer> days" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3083" ] ;
fhir:code [ fhir:v "Q<integer>W" ] ;
fhir:display [ fhir:v "every <integer> weeks" ] ;
fhir:definition [ fhir:v "every <integer> weeks" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3084" ] ;
fhir:code [ fhir:v "Q<integer>L" ] ;
fhir:display [ fhir:v "every <integer> months (Lunar cycle)" ] ;
fhir:definition [ fhir:v "every <integer> months (Lunar cycle)" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3085" ] ;
fhir:code [ fhir:v "Q<integer>J<day#>" ] ;
fhir:display [ fhir:v "repeats on a particular day of the week," ] ;
fhir:definition [ fhir:v "repeats on a particular day of the week," ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "From the French jour (day). If <integer> is missing, the repeat rate is assumed to be 1. Day numbers are counted from 1=Monday to 7=Sunday. So Q2J2 means every second Tuesday; Q1J6 means every Saturday." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3086" ] ;
fhir:code [ fhir:v "BID" ] ;
fhir:display [ fhir:v "twice a day at institution-specified times" ] ;
fhir:definition [ fhir:v "twice a day at institution-specified times" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "(e.g., 9AM-4PM)" ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(e.g., 9AM-4PM)" ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3087" ] ;
fhir:code [ fhir:v "TID" ] ;
fhir:display [ fhir:v "three times a day at institution-specified times" ] ;
fhir:definition [ fhir:v "three times a day at institution-specified times" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "(e.g., 9AM-4PM-9PM)" ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(e.g., 9AM-4PM-9PM)" ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3088" ] ;
fhir:code [ fhir:v "QID" ] ;
fhir:display [ fhir:v "four times a day at institution-specified times" ] ;
fhir:definition [ fhir:v "four times a day at institution-specified times" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "(e.g., 9AM-11AM-4PM-9PM)" ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(e.g., 9AM-11AM-4PM-9PM)" ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3089" ] ;
fhir:code [ fhir:v "xID" ] ;
fhir:display [ fhir:v "\"X\" times per day at institution-specified times, where X is a numeral 5 or greater." ] ;
fhir:definition [ fhir:v "\"X\" times per day at institution-specified times, where X is a numeral 5 or greater." ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(e.g., 5ID=five times per day; 8ID=8 times per day)" ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3090" ] ;
fhir:code [ fhir:v "QAM" ] ;
fhir:display [ fhir:v "in the morning at institution-specified time" ] ;
fhir:definition [ fhir:v "in the morning at institution-specified time" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3091" ] ;
fhir:code [ fhir:v "QSHIFT" ] ;
fhir:display [ fhir:v "during each of three eight-hour shifts at institution-specified times" ] ;
fhir:definition [ fhir:v "during each of three eight-hour shifts at institution-specified times" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3092" ] ;
fhir:code [ fhir:v "QOD" ] ;
fhir:display [ fhir:v "every other day" ] ;
fhir:definition [ fhir:v "every other day" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "(same as Q2D)" ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(same as Q2D)" ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3093" ] ;
fhir:code [ fhir:v "QHS" ] ;
fhir:display [ fhir:v "every day before the hour of sleep" ] ;
fhir:definition [ fhir:v "every day before the hour of sleep" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3094" ] ;
fhir:code [ fhir:v "QPM" ] ;
fhir:display [ fhir:v "in the evening at institution-specified time" ] ;
fhir:definition [ fhir:v "in the evening at institution-specified time" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3095" ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "service is provided continuously between start time and stop time" ] ;
fhir:definition [ fhir:v "service is provided continuously between start time and stop time" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3096" ] ;
fhir:code [ fhir:v "U <spec>" ] ;
fhir:display [ fhir:v "for future use, where <spec> is an interval specification as defined by the UNIX cron specification." ] ;
fhir:definition [ fhir:v "for future use, where <spec> is an interval specification as defined by the UNIX cron specification." ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3097" ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "given as needed" ] ;
fhir:definition [ fhir:v "given as needed" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3098" ] ;
fhir:code [ fhir:v "PRNxxx" ] ;
fhir:display [ fhir:v "where xxx is some frequency code" ] ;
fhir:definition [ fhir:v "where xxx is some frequency code" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(e.g., PRNQ6H); given as needed over the frequency period." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3099" ] ;
fhir:code [ fhir:v "Once" ] ;
fhir:display [ fhir:v "one time only." ] ;
fhir:definition [ fhir:v "one time only." ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is also the default when this component is null." ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "This is also the default when this component is null." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "A" ] ] )
] [
fhir:id [ fhir:v "3100" ] ;
fhir:code [ fhir:v "Meal Related Timings" ] ;
fhir:display [ fhir:v "<timing>C (\"cum\")<meal>" ] ;
fhir:definition [ fhir:v "<timing>C (\"cum\")<meal>" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3101" ] ;
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Ante (before)" ] ;
fhir:definition [ fhir:v "Ante (before)" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3102" ] ;
fhir:code [ fhir:v "P" ] ;
fhir:display [ fhir:v "Post (after)" ] ;
fhir:definition [ fhir:v "Post (after)" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3103" ] ;
fhir:code [ fhir:v "I" ] ;
fhir:display [ fhir:v "Inter" ] ;
fhir:definition [ fhir:v "Inter" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "v2-concCommentAsPub" ] ;
fhir:value [ fhir:v "(e.g., between this meal and the next, between dinner and sleep" ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3104" ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Cibus Matutinus (breakfast)" ] ;
fhir:definition [ fhir:v "Cibus Matutinus (breakfast)" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3105" ] ;
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "Cibus Diurnus (lunch)" ] ;
fhir:definition [ fhir:v "Cibus Diurnus (lunch)" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] [
fhir:id [ fhir:v "3106" ] ;
fhir:code [ fhir:v "V" ] ;
fhir:display [ fhir:v "Cibus Vespertinus (dinner)" ] ;
fhir:definition [ fhir:v "Cibus Vespertinus (dinner)" ] ;
( fhir:property [
fhir:code [ fhir:v "v2-concComment" ] ;
fhir:value [ fhir:v "This is not a real code, but guidelines how to construct the codes." ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "D" ] ] )
] ) . #
IG © 2020+ HL7 International - Vocabulary Work Group. Package hl7.terminology#5.3.0 based on FHIR 4.0.1. Generated 2023-09-08
Links: Table of Contents |
QA Report
| Version History
|
|
Propose a change