FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesignal.core.r4
Resource TypeSearchParameter
Idinvoicebillid
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/SearchParameter/Invoice-bill-id
URLhttps://signalbhn.org/fhir/SearchParameter/Invoice-bill-id
Version1.0
Statusactive
NameInvoiceBillId
DescriptionSearch parameter for Invoice billId identifier
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "invoicebillid",
  "url": "https://signalbhn.org/fhir/SearchParameter/Invoice-bill-id",
  "version": "1.0",
  "name": "InvoiceBillId",
  "status": "active",
  "description": "Search parameter for Invoice billId identifier",
  "code": "billId",
  "base": [
    "Invoice"
  ],
  "type": "string",
  "expression": "Invoice.identifier.where(system = 'http://hl7.org/fhir/inv/id').value"
}