This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: No defined compartments |
ShEx statement for chargeitemdefinition
PREFIX fhir: <http://hl7.org/fhir/> PREFIX fhirvs: <http://hl7.org/fhir/ValueSet/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> IMPORT <uri.shex> IMPORT <code.shex> IMPORT <date.shex> IMPORT <string.shex> IMPORT <Coding.shex> IMPORT <Period.shex> IMPORT <Device.shex> IMPORT <boolean.shex> IMPORT <Account.shex> IMPORT <dateTime.shex> IMPORT <markdown.shex> IMPORT <canonical.shex> IMPORT <Substance.shex> IMPORT <Identifier.shex> IMPORT <Expression.shex> IMPORT <Medication.shex> IMPORT <UsageContext.shex> IMPORT <ContactDetail.shex> IMPORT <DomainResource.shex> IMPORT <PlanDefinition.shex> IMPORT <CodeableConcept.shex> IMPORT <BackboneElement.shex> IMPORT <RelatedArtifact.shex> IMPORT <DeviceDefinition.shex> IMPORT <MonetaryComponent.shex> IMPORT <HealthcareService.shex> IMPORT <ActivityDefinition.shex> start=@<ChargeItemDefinition> AND {fhir:nodeRole [fhir:treeRoot]} # Definition of properties and rules about how the price and the applicability of a ChargeItem can be determined <ChargeItemDefinition> EXTENDS @<DomainResource> CLOSED { a [fhir:ChargeItemDefinition]?;fhir:nodeRole [fhir:treeRoot]?; fhir:url @<uri>?; # Canonical identifier for this # charge item definition, # represented as a URI (globally # unique) fhir:identifier @<OneOrMore_Identifier>?; # Additional identifier for the # charge item definition fhir:version @<string>?; # Business version of the charge # item definition fhir:versionAlgorithm @<string> OR @<Coding> ?; # How to compare versions fhir:name @<string>?; # Name for this charge item # definition (computer friendly) fhir:title @<string>?; # Name for this charge item # definition (human friendly) fhir:derivedFromUri @<OneOrMore_uri>?; # Underlying externally-defined # charge item definition fhir:partOf @<OneOrMore_canonical>?; # A larger definition of which this # particular definition is a # component or step fhir:replaces @<OneOrMore_canonical>?; # Completed or terminated request(s) # whose function is taken by this # new request fhir:status @<code> AND {fhir:v @fhirvs:publication-status}; # draft | active | retired | unknown fhir:experimental @<boolean>?; # For testing purposes, not real # usage fhir:date @<dateTime>?; # Date last changed fhir:account @<OneOrMore_Reference_Account>?; # Candidate account(s) for charge # items fhir:publisher @<string>?; # Name of the publisher/steward # (organization or individual) fhir:contact @<OneOrMore_ContactDetail>?; # Contact details for the publisher fhir:description @<markdown>?; # Natural language description of # the charge item definition fhir:useContext @<OneOrMore_UsageContext>?; # The context that the content is # intended to support fhir:jurisdiction @<OneOrMore_CodeableConcept>?; # Intended jurisdiction for charge # item definition (if applicable) fhir:purpose @<markdown>?; # Why this charge item definition is # defined fhir:copyright @<markdown>?; # Use and/or publishing restrictions fhir:copyrightLabel @<string>?; # Copyright holder and year(s) fhir:approvalDate @<date>?; # When the charge item definition # was approved by publisher fhir:lastReviewDate @<date>?; # When the charge item definition # was last reviewed by the publisher fhir:code @<CodeableConcept>?; # Billing code or product type this # definition applies to fhir:instance @<OneOrMore_Reference_ActivityDefinition_OR_Device_OR_DeviceDefinition_OR_HealthcareService_OR_Medication_OR_PlanDefinition_OR_Substance>?; # Instances this definition applies # to fhir:applicability @<OneOrMore_ChargeItemDefinition.applicability>?; # Whether or not the billing code is # applicable fhir:propertyGroup @<OneOrMore_ChargeItemDefinition.propertyGroup>?; # Group of properties which are # applicable under the same # conditions } # Whether or not the billing code is applicable <ChargeItemDefinition.applicability> EXTENDS @<BackboneElement> CLOSED { fhir:condition @<Expression>?; # Boolean-valued expression fhir:effectivePeriod @<Period>?; # When the charge item definition is # expected to be used fhir:relatedArtifact @<RelatedArtifact>?; # Reference to / quotation of the # external source of the group of # properties } # Group of properties which are applicable under the same conditions <ChargeItemDefinition.propertyGroup> EXTENDS @<BackboneElement> CLOSED { fhir:applicability @<OneOrMore_ChargeItemDefinition.applicability>?; # Conditions under which the # priceComponent is applicable fhir:priceComponent @<OneOrMore_MonetaryComponent>?; # Components of total line item price } #---------------------- Cardinality Types (OneOrMore) ------------------- <OneOrMore_Identifier> CLOSED { rdf:first @<Identifier> ; rdf:rest [rdf:nil] OR @<OneOrMore_Identifier> } <OneOrMore_uri> CLOSED { rdf:first @<uri> ; rdf:rest [rdf:nil] OR @<OneOrMore_uri> } <OneOrMore_canonical> CLOSED { rdf:first @<canonical> ; rdf:rest [rdf:nil] OR @<OneOrMore_canonical> } <OneOrMore_Reference_Account> CLOSED { rdf:first @<Reference> AND {fhir:link @<Account> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_Account> } <OneOrMore_ContactDetail> CLOSED { rdf:first @<ContactDetail> ; rdf:rest [rdf:nil] OR @<OneOrMore_ContactDetail> } <OneOrMore_UsageContext> CLOSED { rdf:first @<UsageContext> ; rdf:rest [rdf:nil] OR @<OneOrMore_UsageContext> } <OneOrMore_CodeableConcept> CLOSED { rdf:first @<CodeableConcept> ; rdf:rest [rdf:nil] OR @<OneOrMore_CodeableConcept> } <OneOrMore_Reference_ActivityDefinition_OR_Device_OR_DeviceDefinition_OR_HealthcareService_OR_Medication_OR_PlanDefinition_OR_Substance> CLOSED { rdf:first @<Reference> AND {fhir:link @<ActivityDefinition> OR @<Device> OR @<DeviceDefinition> OR @<HealthcareService> OR @<Medication> OR @<PlanDefinition> OR @<Substance> } ; rdf:rest [rdf:nil] OR @<OneOrMore_Reference_ActivityDefinition_OR_Device_OR_DeviceDefinition_OR_HealthcareService_OR_Medication_OR_PlanDefinition_OR_Substance> } <OneOrMore_ChargeItemDefinition.applicability> CLOSED { rdf:first @<ChargeItemDefinition.applicability> ; rdf:rest [rdf:nil] OR @<OneOrMore_ChargeItemDefinition.applicability> } <OneOrMore_ChargeItemDefinition.propertyGroup> CLOSED { rdf:first @<ChargeItemDefinition.propertyGroup> ; rdf:rest [rdf:nil] OR @<OneOrMore_ChargeItemDefinition.propertyGroup> } <OneOrMore_MonetaryComponent> CLOSED { rdf:first @<MonetaryComponent> ; rdf:rest [rdf:nil] OR @<OneOrMore_MonetaryComponent> } #---------------------- Value Sets ------------------------ # The lifecycle status of an artifact. fhirvs:publication-status ["draft" "active" "retired" "unknown"]
Usage note: every effort has been made to ensure that the ShEx files are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Wed, Nov 20, 2024 21:51+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change