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

FHIR IG Statistics: SearchParameter/patientssn

Packagesignal.core.r4
Resource TypeSearchParameter
Idpatientssn
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/SearchParameter/Patient-SSN
URLhttps://signalbhn.org/fhir/SearchParameter/Patient-SSN
Version1.0
Statusdraft
NamePatientSSN
DescriptionCustom Search parameter for Patient's SSN
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": "patientssn",
  "url": "https://signalbhn.org/fhir/SearchParameter/Patient-SSN",
  "version": "1.0",
  "name": "PatientSSN",
  "status": "draft",
  "description": "Custom Search parameter for Patient's SSN",
  "code": "ssn",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.identifier.where(system = 'http://hl7.org/fhir/sid/us-ssn').value"
}