Skip to main content

ICatalogEntry

FHIR GraphQL Schema. Version 8.8.1 import * from 'types.graphql'

interface ICatalogEntry {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
identifier: [Identifier]
type: CodeableConcept
orderable: Boolean
_orderable: ElementBase
referencedItem: Reference!
additionalIdentifier: [Identifier]
classification: [CodeableConcept]
status: code
_status: ElementBase
validityPeriod: Period
validTo: dateTime
_validTo: ElementBase
lastUpdated: dateTime
_lastUpdated: ElementBase
additionalCharacteristic: [CodeableConcept]
additionalClassification: [CodeableConcept]
relatedEntry: [CatalogEntryRelatedEntry]
}

Fields

ICatalogEntry.id ● String scalar

ICatalogEntry.meta ● Meta object

ICatalogEntry.implicitRules ● uri scalar

ICatalogEntry._implicitRules ● ElementBase object

ICatalogEntry.language ● code scalar

ICatalogEntry._language ● ElementBase object

ICatalogEntry.text ● Narrative object

ICatalogEntry.contained ● [Resource] list object

ICatalogEntry.extension ● [Extension] list object

ICatalogEntry.modifierExtension ● [Extension] list object

ICatalogEntry.identifier ● [Identifier] list object

ICatalogEntry.type ● CodeableConcept object

ICatalogEntry.orderable ● Boolean scalar

ICatalogEntry._orderable ● ElementBase object

ICatalogEntry.referencedItem ● Reference! non-null object

ICatalogEntry.additionalIdentifier ● [Identifier] list object

ICatalogEntry.classification ● [CodeableConcept] list object

ICatalogEntry.status ● code scalar

ICatalogEntry._status ● ElementBase object

ICatalogEntry.validityPeriod ● Period object

ICatalogEntry.validTo ● dateTime scalar

ICatalogEntry._validTo ● ElementBase object

ICatalogEntry.lastUpdated ● dateTime scalar

ICatalogEntry._lastUpdated ● ElementBase object

ICatalogEntry.additionalCharacteristic ● [CodeableConcept] list object

ICatalogEntry.additionalClassification ● [CodeableConcept] list object

ICatalogEntry.relatedEntry ● [CatalogEntryRelatedEntry] list object