Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ChargeItem-status

Active as of 2026-07-24

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/SearchParameter/ChargeItem-status> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ChargeItem-status"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter ChargeItem-status</b></p><a name=\"ChargeItem-status\"> </a><a name=\"hcChargeItem-status\"> </a><h2>status</h2><p>Parameter <code>status</code>:<code>token</code></p><div><p>ChargeItem lifecycle status (billable, billed, aborted, …)</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/chargeitem.html\">ChargeItem</a></td></tr><tr><td>Expression</td><td><code>ChargeItem.status</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "https://atrius.in/fhir/r4/atrius-in/SearchParameter/ChargeItem-status"] ;
  fhir:SearchParameter.version [ fhir:value "0.1.0"] ;
  fhir:SearchParameter.name [ fhir:value "status"] ;
  fhir:SearchParameter.status [ fhir:value "active"] ;
  fhir:SearchParameter.date [ fhir:value "2026-07-24T19:16:12+05:30"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "Atrius"] ;
  fhir:SearchParameter.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "Atrius" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://atrius.in" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "ChargeItem lifecycle status (billable, billed, aborted, …)"] ;
  fhir:SearchParameter.code [ fhir:value "status"] ;
  fhir:SearchParameter.base [
     fhir:value "ChargeItem" ;
     fhir:index -1
  ] ;
  fhir:SearchParameter.type [ fhir:value "token"] ;
  fhir:SearchParameter.expression [ fhir:value "ChargeItem.status"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/SearchParameter/ChargeItem-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/SearchParameter/ChargeItem-status.ttl> .