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

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd.stu3
Resource TypeSearchParameter
IdSearchParameter-supplyrequest-patient-stu3.json
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/davinci-crd/2018Sep/STU3/{{[id]}}.html
URLhttp://hl7.org/fhir/us/davinci-crd/STU3/SearchParameter/supplyrequest-patient-stu3
Statusdraft
Date2018-08-14
NameCRDSupplyRequestPatient
Realmus
Authorityhl7
DescriptionReturns supply requests that are delivered to the specified patient.
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

Generated Narrative with Details

id: supplyrequest-patient-stu3

url: http://hl7.org/fhir/us/davinci-crd/STU3/SearchParameter/supplyrequest-patient-stu3

name: CRDSupplyRequestPatient

status: draft

date: 14/08/2018

publisher: HL7 Da Vinci Project

contact:

code: deliverTo

base: SupplyRequest

type: reference

description: Returns supply requests that are delivered to the specified patient.

expression: SupplyRequest.deliverTo.reference.where(type = 'Patient')

xpath: f:SupplyRequest/f:deliverTo/f:reference[@type='Patient']/@value

xpathUsage: normal


Source1

{
  "resourceType": "SearchParameter",
  "id": "supplyrequest-patient-stu3",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/davinci-crd/STU3/SearchParameter/supplyrequest-patient-stu3",
  "name": "CRDSupplyRequestPatient",
  "status": "draft",
  "date": "2018-08-14",
  "publisher": "HL7 Da Vinci Project",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "http://www.hl7.org/about/davinci"
        }
      ]
    }
  ],
  "code": "deliverTo",
  "base": [
    "SupplyRequest"
  ],
  "type": "reference",
  "description": "Returns supply requests that are delivered to the specified patient.",
  "expression": "SupplyRequest.deliverTo.reference.where(type = 'Patient')",
  "xpath": "f:SupplyRequest/f:deliverTo/f:reference[@type='Patient']/@value",
  "xpathUsage": "normal"
}