FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/patientproviderclientid

Packagesignal.core.r4
Resource TypeSearchParameter
Idpatientproviderclientid
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/SearchParameter/Patient-providerclientid
URLhttps://signalbhn.org/fhir/SearchParameter/Patient-providerclientid
Version1.0
Statusdraft
NamePatientProviderClientID
DescriptionCustom Search parameter for ProviderClientId 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


Source

{
  "resourceType": "SearchParameter",
  "id": "patientproviderclientid",
  "url": "https://signalbhn.org/fhir/SearchParameter/Patient-providerclientid",
  "version": "1.0",
  "name": "PatientProviderClientID",
  "status": "draft",
  "description": "Custom Search parameter for ProviderClientId identifier",
  "code": "providerClientId",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.identifier.where(system = 'http://www.acme.com/identifiers/patient').value"
}