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

FHIR IG Statistics: SearchParameter/sp-requested-item

Packageihe.pharm.supply
TypeSearchParameter
Idsp-requested-item
FHIR VersionR5
Sourcehttp://profiles.ihe.net/PHARM/supply/https://build.fhir.org/ig/IHE/pharm-supply/SearchParameter-sp-requested-item.html
URLhttp://profiles.ihe.net/PHARM/supply/SearchParameter/sp-requested-item
Version0.3.0
Statusactive
Date2022-12-05
NameRequestedItem
TitleSearch Parameter - item requested
Realmuv
Authorityihe
DescriptionSearch requests by product
PurposeSearch requests by Product
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Typetoken

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

RequestedItem

Parameter item:token

Search requests by product

ResourceSupplyRequest
ExpressionSupplyRequest.item
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "sp-requested-item",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://profiles.ihe.net/PHARM/supply/SearchParameter/sp-requested-item",
  "version": "0.3.0",
  "name": "RequestedItem",
  "title": "Search Parameter - item requested",
  "status": "active",
  "experimental": false,
  "date": "2022-12-05",
  "publisher": "IHE Pharmacy Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/pharmacy/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pharmacy@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Pharmacy Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "pharmacy@ihe.net"
        }
      ]
    }
  ],
  "description": "Search requests by product",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "purpose": "Search requests by Product",
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "code": "item",
  "base": [
    "SupplyRequest"
  ],
  "type": "token",
  "expression": "SupplyRequest.item",
  "processingMode": "normal"
}