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

FHIR IG Statistics: SearchParameter/svccore-sp-servicerequest-patient

Packagephis.ig.dev
Resource TypeSearchParameter
Idsvccore-sp-servicerequest-patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=phis.ig.dev@0.1.7&canonical=http://phis.co.kr/fhir/SearchParameter/svccore-sp-servicerequest-patient
URLhttp://phis.co.kr/fhir/SearchParameter/svccore-sp-servicerequest-patient
Version0.0.1
Statusactive
Date2023-10-31T00:25:35.1531147+00:00
NameSvcCoreSearchParameterServiceRequestPatient
Description서비스 대상자
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Service Core SearchParameter ServiceRequest Patient

Parameter patient:reference

서비스 대상자

ResourceServiceRequest
ExpressionServiceRequest.subject.where(resolve() is Patient)
Target ResourcesPatient
MultiplesThe parameter can repeat (and) and can have repeating values (or)

Source

{
  "resourceType": "SearchParameter",
  "id": "svccore-sp-servicerequest-patient",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://phis.co.kr/fhir/SearchParameter/svccore-sp-servicerequest-patient",
  "version": "0.0.1",
  "name": "SvcCoreSearchParameterServiceRequestPatient",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/clinical-patient",
  "status": "active",
  "date": "2023-10-31T00:25:35.1531147+00:00",
  "publisher": "PHIS",
  "description": "서비스 대상자",
  "code": "patient",
  "base": [
    "ServiceRequest"
  ],
  "type": "reference",
  "expression": "ServiceRequest.subject.where(resolve() is Patient)",
  "target": [
    "Patient"
  ],
  "multipleOr": true,
  "multipleAnd": true
}