Package | hl7.fhir.uv.crmi |
Resource Type | SearchParameter |
Id | publishable-example |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/SearchParameter-publishable-example.html |
URL | http://hl7.org/fhir/uv/crmi/SearchParameter/publishable-example |
Version | 2.0.0-cibuild |
Status | draft |
Date | 2013-10-23 |
Name | PublishableSearchParameterExample |
Realm | uv |
Authority | hl7 |
Description | Search by resource identifier - e.g. same as the read interaction, but can return included resources |
Purpose | Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain |
Type | token |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter publishable-example
Profile: CRMI Publishable SearchParameter
Parameter _id
:token
Search by resource identifier - e.g. same as the read interaction, but can return included resources
Resource | Resource |
Expression | id |
Processing Mode | Normal |
Multiples |
|
Comparators | Allowed: eq |
{ "resourceType": "SearchParameter", "id": "publishable-example", "meta": { "profile": [ "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablesearchparameter" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/artifact-title", "valueString": "Publishable SearchParameter Example" } ], "url": "http://hl7.org/fhir/uv/crmi/SearchParameter/publishable-example", "version": "2.0.0-cibuild", "name": "PublishableSearchParameterExample", "status": "draft", "experimental": true, "date": "2013-10-23", "publisher": "HL7 International / Clinical Decision Support", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/dss" } ] } ], "description": "Search by resource identifier - e.g. same as the read interaction, but can return included resources", "useContext": [ { "code": { "system": "http://terminology.hl7.org/CodeSystem/usage-context-type", "code": "focus" }, "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/variant-state", "code": "positive" } ] } } ], "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "purpose": "Need to search by identifier for various infrastructural cases - mainly retrieving packages, and matching as part of a chain", "code": "_id", "base": [ "Resource" ], "type": "token", "expression": "id", "xpathUsage": "normal", "comparator": [ "eq" ] }