0.3.0 - Second STU ballot

This page is part of the Da Vinci Coverage Requirements Discovery (CRD) FHIR IG (v0.3.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

CRD Medication Request On Behalf Of - STU3 - JSON Representation

(back to narrative)

Raw json

{
  "resourceType" : "SearchParameter",
  "id" : "medicationrequest-onbehalfof-stu3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medicationrequest-onbehalfof-stu3</p><p><b>url</b>: <b>http://hl7.org/fhir/us/davinci-crd/STU3/SearchParameter/medicationrequest-onbehalfof-stu3</b></p><p><b>name</b>: CRDMedicationRequestOnBehalfOf</p><p><b>status</b>: draft</p><p><b>date</b>: 14/08/2018</p><p><b>publisher</b>: HL7 Da Vinci Project</p><p><b>contact</b>: </p><p><b>code</b>: onbehalfof</p><p><b>base</b>: MedicationRequest</p><p><b>type</b>: reference</p><p><b>description</b>: Returns the organization on whose behalf the requester was acting when the medication request was created.</p><p><b>expression</b>: MedicationRequest.requester.onBehalfOf</p><p><b>xpath</b>: f:MedicationRequest/f:requester/f:onBehalfOf</p><p><b>xpathUsage</b>: normal</p></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-crd/STU3/SearchParameter/medicationrequest-onbehalfof-stu3",
  "name" : "CRDMedicationRequestOnBehalfOf",
  "status" : "draft",
  "date" : "2018-08-14",
  "publisher" : "HL7 Da Vinci Project",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://www.hl7.org/about/davinci"
        }
      ]
    }
  ],
  "code" : "onbehalfof",
  "base" : [
    "MedicationRequest"
  ],
  "type" : "reference",
  "description" : "Returns the organization on whose behalf the requester was acting when the medication request was created.",
  "expression" : "MedicationRequest.requester.onBehalfOf",
  "xpath" : "f:MedicationRequest/f:requester/f:onBehalfOf",
  "xpathUsage" : "normal"
}