Skip to main content

ILibrary

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

interface ILibrary {
id: String
meta: Meta
implicitRules: uri
_implicitRules: ElementBase
language: code
_language: ElementBase
text: Narrative
contained: [Resource]
extension: [Extension]
modifierExtension: [Extension]
url: uri
_url: ElementBase
identifier: [Identifier]
version: String
_version: ElementBase
name: String
_name: ElementBase
title: String
_title: ElementBase
subtitle: String
_subtitle: ElementBase
status: code
_status: ElementBase
experimental: Boolean
_experimental: ElementBase
type: CodeableConcept!
subjectCodeableConcept: CodeableConcept
subjectReference: Reference
date: dateTime
_date: ElementBase
publisher: String
_publisher: ElementBase
contact: [ContactDetail]
description: markdown
_description: ElementBase
useContext: [UsageContext]
jurisdiction: [CodeableConcept]
purpose: markdown
_purpose: ElementBase
usage: String
_usage: ElementBase
copyright: markdown
_copyright: ElementBase
approvalDate: date
_approvalDate: ElementBase
lastReviewDate: date
_lastReviewDate: ElementBase
effectivePeriod: Period
topic: [CodeableConcept]
author: [ContactDetail]
editor: [ContactDetail]
reviewer: [ContactDetail]
endorser: [ContactDetail]
relatedArtifact: [RelatedArtifact]
parameter: [ParameterDefinition]
dataRequirement: [DataRequirement]
content: [Attachment]
}

Fields

ILibrary.id ● String scalar

ILibrary.meta ● Meta object

ILibrary.implicitRules ● uri scalar

ILibrary._implicitRules ● ElementBase object

ILibrary.language ● code scalar

ILibrary._language ● ElementBase object

ILibrary.text ● Narrative object

ILibrary.contained ● [Resource] list object

ILibrary.extension ● [Extension] list object

ILibrary.modifierExtension ● [Extension] list object

ILibrary.url ● uri scalar

ILibrary._url ● ElementBase object

ILibrary.identifier ● [Identifier] list object

ILibrary.version ● String scalar

ILibrary._version ● ElementBase object

ILibrary.name ● String scalar

ILibrary._name ● ElementBase object

ILibrary.title ● String scalar

ILibrary._title ● ElementBase object

ILibrary.subtitle ● String scalar

ILibrary._subtitle ● ElementBase object

ILibrary.status ● code scalar

ILibrary._status ● ElementBase object

ILibrary.experimental ● Boolean scalar

ILibrary._experimental ● ElementBase object

ILibrary.type ● CodeableConcept! non-null object

ILibrary.subjectCodeableConcept ● CodeableConcept object

ILibrary.subjectReference ● Reference object

ILibrary.date ● dateTime scalar

ILibrary._date ● ElementBase object

ILibrary.publisher ● String scalar

ILibrary._publisher ● ElementBase object

ILibrary.contact ● [ContactDetail] list object

ILibrary.description ● markdown scalar

ILibrary._description ● ElementBase object

ILibrary.useContext ● [UsageContext] list object

ILibrary.jurisdiction ● [CodeableConcept] list object

ILibrary.purpose ● markdown scalar

ILibrary._purpose ● ElementBase object

ILibrary.usage ● String scalar

ILibrary._usage ● ElementBase object

ILibrary.copyright ● markdown scalar

ILibrary._copyright ● ElementBase object

ILibrary.approvalDate ● date scalar

ILibrary._approvalDate ● ElementBase object

ILibrary.lastReviewDate ● date scalar

ILibrary._lastReviewDate ● ElementBase object

ILibrary.effectivePeriod ● Period object

ILibrary.topic ● [CodeableConcept] list object

ILibrary.author ● [ContactDetail] list object

ILibrary.editor ● [ContactDetail] list object

ILibrary.reviewer ● [ContactDetail] list object

ILibrary.endorser ● [ContactDetail] list object

ILibrary.relatedArtifact ● [RelatedArtifact] list object

ILibrary.parameter ● [ParameterDefinition] list object

ILibrary.dataRequirement ● [DataRequirement] list object

ILibrary.content ● [Attachment] list object