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

FHIR IG Statistics: SearchParameter/example-olis-search-diagnostic-report-by-patient-identifier

Packageca.on.oh-olis
Resource TypeSearchParameter
Idexample-olis-search-diagnostic-report-by-patient-identifier
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier
URLhttp://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier
Statusdraft
Date2021-01-23
NamePatientIdentifierSearchParameter
Authorityhl7
DescriptionSearch by patient identifier - Ontario HCN only. Mandatory for patient query, not supported in bulk query
PurposeNeed to search DiagnosticReport by patient identifier
Typetoken

Resources that use this resource

CapabilityStatement
ca-on-lab-CapabilityStatementOntario Laboratories Information System FHIR R4 Consumer Query Capability Statement

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "example-olis-search-diagnostic-report-by-patient-identifier",
  "url": "http://ehealthontario.ca/fhir/SearchParameter/ca-on-lab-patient-identifier",
  "name": "PatientIdentifierSearchParameter",
  "status": "draft",
  "experimental": true,
  "date": "2021-01-23",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://ontariohealth.ca"
        }
      ]
    }
  ],
  "description": "Search by patient identifier - Ontario HCN only. Mandatory for patient query, not supported in bulk query",
  "purpose": "Need to search DiagnosticReport by patient identifier",
  "code": "patient.identifier",
  "base": [
    "DiagnosticReport"
  ],
  "type": "token",
  "expression": "DiagnosticReport.subject",
  "xpathUsage": "normal",
  "multipleOr": false,
  "multipleAnd": false,
  "comparator": [
    "eq"
  ]
}