This page is part of the FHIR Specification (v5.0.0-snapshot3: R5 Snapshot #3, to support Connectathon 32). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Pharmacy Work Group | Maturity Level: 0 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
This resource describes a product or service that is available through a program and includes the conditions and constraints of availability. All of the information in this resource is specific to the inclusion of the item in the formulary and is not inherent to the item itself.
A FormularyItem is a product or service that is available through a program and includes the conditions and constraints of availability, eg. amount limits, categorization, cost limits, and other requirements for use. This resource describes the program-specific information for a product or service. This information is specific to the inclusion of the item in the formulary and is not inherent to the item itself.
This diagram was created for the PDEX US Drug Formulary Implementation Guide but it shows where FormularyItem would fit in a drug context. If you abstract that to generic Insurance Plans to the left and to a set of resources that can be referenced to the right, that is the concept behind the FormularyItem resource.
No references for this Resource.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
FormularyItem | TU | DomainResource | Definition of a FormularyItem Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Business identifier for this formulary item |
code | Σ | 0..1 | CodeableConcept | Codes that identify this formulary item SNOMED CT Medication Codes (Example) |
status | ?!Σ | 0..1 | code | active | entered-in-error | inactive FormularyItem Status Codes (Required) |
Documentation for this format |
See the Extensions for this resource
UML Diagram (Legend)
XML Template
<FormularyItem xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business identifier for this formulary item --></identifier> <code><!-- 0..1 CodeableConcept Codes that identify this formulary item --></code> <status value="[code]"/><!-- 0..1 active | entered-in-error | inactive --> </FormularyItem>
JSON Template
{ "resourceType" : "FormularyItem", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business identifier for this formulary item "code" : { CodeableConcept }, // Codes that identify this formulary item "status" : "<code>" // active | entered-in-error | inactive }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:FormularyItem; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:FormularyItem.identifier [ Identifier ], ... ; # 0..* Business identifier for this formulary item fhir:FormularyItem.code [ CodeableConcept ]; # 0..1 Codes that identify this formulary item fhir:FormularyItem.status [ code ]; # 0..1 active | entered-in-error | inactive ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
FormularyItem | TU | DomainResource | Definition of a FormularyItem Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | Σ | 0..* | Identifier | Business identifier for this formulary item |
code | Σ | 0..1 | CodeableConcept | Codes that identify this formulary item SNOMED CT Medication Codes (Example) |
status | ?!Σ | 0..1 | code | active | entered-in-error | inactive FormularyItem Status Codes (Required) |
Documentation for this format |
See the Extensions for this resource
XML Template
<FormularyItem xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business identifier for this formulary item --></identifier> <code><!-- 0..1 CodeableConcept Codes that identify this formulary item --></code> <status value="[code]"/><!-- 0..1 active | entered-in-error | inactive --> </FormularyItem>
JSON Template
{ "resourceType" : "FormularyItem", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business identifier for this formulary item "code" : { CodeableConcept }, // Codes that identify this formulary item "status" : "<code>" // active | entered-in-error | inactive }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:FormularyItem; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:FormularyItem.identifier [ Identifier ], ... ; # 0..* Business identifier for this formulary item fhir:FormularyItem.code [ CodeableConcept ]; # 0..1 Codes that identify this formulary item fhir:FormularyItem.status [ code ]; # 0..1 active | entered-in-error | inactive ]
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
FormularyItem.code | This value set includes all drug or medicament substance codes and all pharmaceutical/biologic products from SNOMED CT - provided as an exemplar value set. | Example | SNOMEDCTMedicationCodes |
FormularyItem.status | FormularyItem Status Codes | Required | FormularyItemStatusCodes |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
code | token | Returns formulary items for a specific code | FormularyItem.code | |
identifier | token | Returns formulary items with this external identifier | FormularyItem.identifier |