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-03-20 |
@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 "v3-CalendarCycle"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-CalendarCycle"^^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.5.9" ]
] ) ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "CalendarCycle"] ; #
fhir:title [ fhir:v "Calendar Cycle Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-03-20"^^xsd:date] ; #
fhir:publisher [ fhir:v "Health Level 7"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Health Level Seven" ]
] ) ; #
fhir:description [ fhir:v "Calendar cycle identifiers"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:property ( [
( fhir:extension [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "antisymmetric" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "transitive" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "irreflexive" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specializes" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Generalizes" ] ] ) ;
fhir:code [ fhir:v "Specializes" ] ;
fhir:description [ fhir:v "The child code is a more narrow version of the concept represented by the parent code. I.e. Every child concept is also a valid parent concept. Used to allow determination of subsumption. Must be transitive, irreflexive, antisymmetric." ] ;
fhir:type [ fhir:v "Coding" ]
] [
( fhir:extension [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry"^^xsd:anyURI ] ;
fhir:value [ fhir:v "antisymmetric" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "transitive" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity"^^xsd:anyURI ] ;
fhir:value [ fhir:v "irreflexive" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable"^^xsd:anyURI ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Generalizes" ] ] [
fhir:url [ fhir:v "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Specializes" ] ] ) ;
fhir:code [ fhir:v "Generalizes" ] ;
fhir:description [ fhir:v "Inverse of Specializes. Only included as a derived relationship." ] ;
fhir:type [ fhir:v "Coding" ]
] [
fhir:code [ fhir:v "internalId" ] ;
fhir:uri [ fhir:v "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The internal identifier for the concept in the HL7 Access database repository." ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Indicates that the code is abstract - only intended to be used as a selector for other concepts" ] ;
fhir:type [ fhir:v "boolean" ]
] [
fhir:code [ fhir:v "status" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ] ;
fhir:description [ fhir:v "A property that indicates the status of the concept. One of active, experimental, deprecated, or retired." ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "deprecationDate" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#deprecationDate"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The date at which a concept was deprecated. Concepts that are deprecated but not inactive can still be used, but their use is discouraged." ] ;
fhir:type [ fhir:v "dateTime" ]
] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#synonym"^^xsd:anyURI ] ;
fhir:description [ fhir:v "An additional concept code that was also attributed to a concept" ] ;
fhir:type [ fhir:v "code" ]
] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#parent"^^xsd:anyURI ] ;
fhir:description [ fhir:v "The concept code of a parent concept" ] ;
fhir:type [ fhir:v "code" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "_CalendarCycleOneLetter" ] ;
fhir:display [ fhir:v "CalendarCycleOneLetter" ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "deprecated" ] ] [
fhir:code [ fhir:v "deprecationDate" ] ;
fhir:value [ fhir:v "2013-06-29"^^xsd:date ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21046" ] ] )
] [
fhir:code [ fhir:v "_CalendarCycleTwoLetter" ] ;
fhir:display [ fhir:v "CalendarCycleTwoLetter" ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "deprecated" ] ] [
fhir:code [ fhir:v "deprecationDate" ] ;
fhir:value [ fhir:v "2013-06-29"^^xsd:date ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21047" ] ] )
] [
fhir:code [ fhir:v "WM" ] ;
fhir:display [ fhir:v "week of the month" ] ;
fhir:definition [ fhir:v "The week with the month's first Thursday in it (analagous to the ISO 8601 definition for week of the year)." ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "23532" ] ] )
] [
fhir:code [ fhir:v "CW" ] ;
fhir:display [ fhir:v "week (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "W" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10689" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "W" ] ;
fhir:display [ fhir:v "week (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "CW" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10689" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "CY" ] ;
fhir:display [ fhir:v "year" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "Y" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10686" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "year" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "CY" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10686" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "day of the month" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "DM" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10691" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "DM" ] ;
fhir:display [ fhir:v "day of the month" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "D" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10691" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "DW" ] ;
fhir:display [ fhir:v "day of the week (begins with Monday)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "J" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10694" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "J" ] ;
fhir:display [ fhir:v "day of the week (begins with Monday)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "DW" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10694" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "hour of the day" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "HD" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10695" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "HD" ] ;
fhir:display [ fhir:v "hour of the day" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "H" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10695" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "month of the year" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "MY" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10687" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "MY" ] ;
fhir:display [ fhir:v "month of the year" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "M" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10687" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "minute of the hour" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "NH" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10697" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "NH" ] ;
fhir:display [ fhir:v "minute of the hour" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "N" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10697" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "S" ] ;
fhir:display [ fhir:v "second of the minute" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "SN" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10699" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "SN" ] ;
fhir:display [ fhir:v "second of the minute" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "synonymCode" ] ;
fhir:value [ fhir:v "S" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10699" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleOneLetter" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "_GregorianCalendarCycle" ] ;
fhir:display [ fhir:v "GregorianCalendarCycle" ] ;
( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "21048" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "CD" ] ;
fhir:display [ fhir:v "day (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10692" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "CH" ] ;
fhir:display [ fhir:v "hour (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10696" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "CM" ] ;
fhir:display [ fhir:v "month (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10688" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "CN" ] ;
fhir:display [ fhir:v "minute (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10698" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "CS" ] ;
fhir:display [ fhir:v "second (continuous)" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10700" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "DY" ] ;
fhir:display [ fhir:v "day of the year" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10693" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] [
fhir:code [ fhir:v "WY" ] ;
fhir:display [ fhir:v "week of the year" ] ;
( fhir:property [
fhir:code [ fhir:v "status" ] ;
fhir:value [ fhir:v "active" ] ] [
fhir:code [ fhir:v "internalId" ] ;
fhir:value [ fhir:v "10690" ] ] [
fhir:code [ fhir:v "subsumedBy" ] ;
fhir:value [ fhir:v "_CalendarCycleTwoLetter" ] ] )
] ) . #
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