@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-GTSAbbreviation"]; # fhir:Resource.language [ fhir:value "en"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation
    CodeDisplayDefinition
    AMAMEvery morning at institution specified times.
    BIDBIDTwo times a day at institution specified time
    JBJBRegular business days (Monday to Friday excluding holidays)
    JEJERegular weekends (Saturday and Sunday excluding holidays)
    PMPMEvery afternoon at institution specified times.
    QIDQIDFour times a day at institution specified time
    TIDTIDThree times a day at institution specified time
  • Import all the codes that are contained in GTSAbbreviationHolidays
" ]; # fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-GTSAbbreviation"]; # fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.10720" ] ]; # fhir:ValueSet.version [ fhir:value "2.0.0"]; # fhir:ValueSet.name [ fhir:value "GTSAbbreviation"]; # fhir:ValueSet.title [ fhir:value "GTSAbbreviation"]; # fhir:ValueSet.status [ fhir:value "active"]; # fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; # fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; # fhir:ValueSet.description [ fhir:value "***No description***"]; # fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "AM" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "BID" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "JB" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "JE" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "PM" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "QID" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "TID" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-GTSAbbreviationHolidays"; fhir:index 0; fhir:link ] ] ] . # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------