FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/restful-interaction version 📦4.0.1| Code | Display | Definition |
| search | search | Search a resource type or all resources based on some filter criteria. |
| search-type | search-type | Search all resources of the specified type based on some filter criteria. |
| search-system | search-system | Search all resources based on some filter criteria. |
Source1
{
"resourceType": "ValueSet",
"id": "AllSearchVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://profiles.ihe.net/ITI/BALP/ValueSet/AllSearchVS",
"version": "1.1.5-current",
"name": "AllSearchVS",
"title": "all Searches",
"status": "active",
"experimental": false,
"date": "2025-11-03T18:55:38+00:00",
"publisher": "IHE IT Infrastructure Technical Committee",
"contact": [
{
"name": "IHE IT Infrastructure Technical Committee",
"telecom": [
{
"system": "url",
"value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
},
{
"system": "email",
"value": "iti@ihe.net"
}
]
},
{
"name": "IHE IT Infrastructure Technical Committee",
"telecom": [
{
"system": "email",
"value": "iti@ihe.net"
}
]
}
],
"description": "ValueSet of the restful-interaction searches",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/restful-interaction",
"concept": [
{
"code": "search"
},
{
"code": "search-type"
},
{
"code": "search-system"
}
]
}
]
}
}