Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.14.166 Code System http://hl7.org/fhir/expression-language

Example CodeSystem/chargeitem-status (Turtle)

Committee:
FHIR Infrastructure Patient Administration Work Group   Maturity Level : 5 N/A Trial Use Use Context Standards Status : Any This is a code system defined by the FHIR project. Summary Defining URL: http://hl7.org/fhir/expression-language Version: 4.0.1 Name: ExpressionLanguage Title: ExpressionLanguage Definition: Informative The media type of the expression language.

This code system http://hl7.org/fhir/expression-language defines the following codes: Code Display Definition text/cql CQL Clinical Quality Language. text/fhirpath FHIRPath FHIRPath. application/x-fhir-query Raw Turtle FHIR Query FHIR's RESTful query syntax - typically independent of base URL.   See the full registry of code systems (+ also see Turtle/RDF Format Specification defined as part of FHIR. )

Explanation of the columns that may appear on this page: Level A few code lists that FHIR defines are hierarchical - each code is assigned a level. See Code System Definition for further information. Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates SystemChargeItemStatus


@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "chargeitem-status"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ];
     fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "pa" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "0" ]
  ];
  fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/chargeitem-status"];
  fhir:CanonicalResource.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.847" ]
  ], [
     fhir:Identifier.use [ fhir:value "old" ];
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.822" ]
  ];
  fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CanonicalResource.name [ fhir:value "ChargeItemStatus"];
  fhir:CanonicalResource.title [ fhir:value "ChargeItemStatus"];
  fhir:CanonicalResource.status [ fhir:value "active"];
  fhir:CanonicalResource.experimental [ fhir:value "false"];
  fhir:CanonicalResource.date [ fhir:value "2021-01-05T10:01:24+11:00"];
  fhir:CanonicalResource.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CanonicalResource.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CanonicalResource.description [ fhir:value "Codes identifying the lifecycle stage of a ChargeItem."];
  fhir:CanonicalResource.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/chargeitem-status"];
  fhir:CodeSystem.identifier [
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.847" ]
  ], [
     fhir:Identifier.use [ fhir:value "old" ];
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.822" ]
  ];
  fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
  fhir:CodeSystem.name [ fhir:value "ChargeItemStatus"];
  fhir:CodeSystem.title [ fhir:value "ChargeItemStatus"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2021-01-05T10:01:24+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:ContactDetail.telecom [
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Codes identifying the lifecycle stage of a ChargeItem."];
  fhir:CodeSystem.jurisdiction [
     fhir:CodeableConcept.coding [
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ];
       fhir:Coding.display [ fhir:value "World" ]
     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/chargeitem-status"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:ConceptDefinitionComponent.code [ fhir:value "planned" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Planned" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The charge item has been entered, but the charged service is not  yet complete, so it shall not be billed yet but might be used in the context of pre-authorization." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "billable" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Billable" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The charge item is ready for billing." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "not-billable" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Not billable" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The charge item has been determined to be not billable (e.g. due to rules associated with the billing code)." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "aborted" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Aborted" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The processing of the charge was aborted." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "billed" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Billed" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The charge item has been billed (e.g. a billing engine has generated financial transactions by applying the associated ruled for the charge item to the context of the Encounter, and placed them into Claims/Invoices." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "entered-in-error" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Entered in Error" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The charge item has been entered in error and should not be processed for billing." ]
  ], [
     fhir:ConceptDefinitionComponent.code [ fhir:value "unknown" ];
     fhir:ConceptDefinitionComponent.display [ fhir:value "Unknown" ];
     fhir:ConceptDefinitionComponent.definition [ fhir:value "The authoring system does not know which of the status values currently applies for this charge item  Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, it's just not known which one." ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the code is examples are correct and useful, but they are not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning normative part of the concept Comments Additional notes about how to use the code specification.