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

FHIR IG analytics

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


Source1

{
  "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"
}