Important: This is the release candidate of the FHIR Data Standards Wales for PSOM version 1.0.0-rc2 Implementation Guide. It is intended for trial use, and is published for early comment and feedback. Click here to give feedback.
SearchParameter - identifier-assigner
- Overview
- Table
- XML
- JSON
- Narrative
SearchParameter |
id : DataStandardsWales-PSOM-identifier-assigner |
url : https://fhir.nhs.wales/fhir/SearchParameter/identifier-assigner |
name : IdentifierAssigner |
status : draft |
publisher : Data Standards Wales |
contact |
name : Data Standards Wales |
telecom |
system : email |
value : data.standards@wales.nhs.uk |
use : work |
description : Details of the Organization that assigned the identifier. Works on multiple resources: [CarePlan](http://hl7.org/fhir/careplan.html) and [Task](http://hl7.org/fhir/task.html). |
code : identifier-assigner |
base : CarePlan |
base : Task |
type : reference |
expression : CarePlan.identifier.assigner | Task.identifier.assigner |
SearchParameter.id[0] | DataStandardsWales-PSOM-identifier-assigner |
SearchParameter.url[0] | https://fhir.nhs.wales/fhir/SearchParameter/identifier-assigner |
SearchParameter.name[0] | IdentifierAssigner |
SearchParameter.status[0] | draft |
SearchParameter.publisher[0] | Data Standards Wales |
SearchParameter.contact[0].name[0] | Data Standards Wales |
SearchParameter.contact[0].telecom[0].system[0] | |
SearchParameter.contact[0].telecom[0].value[0] | data.standards@wales.nhs.uk |
SearchParameter.contact[0].telecom[0].use[0] | work |
SearchParameter.description[0] | Details of the Organization that assigned the identifier. Works on multiple resources: [CarePlan](http://hl7.org/fhir/careplan.html) and [Task](http://hl7.org/fhir/task.html). |
SearchParameter.code[0] | identifier-assigner |
SearchParameter.base[0] | CarePlan |
SearchParameter.base[1] | Task |
SearchParameter.type[0] | reference |
SearchParameter.expression[0] | CarePlan.identifier.assigner | Task.identifier.assigner |
<SearchParameter xmlns="http://hl7.org/fhir"> <id value="DataStandardsWales-PSOM-identifier-assigner" /> <url value="https://fhir.nhs.wales/fhir/SearchParameter/identifier-assigner" /> <name value="IdentifierAssigner" /> <status value="draft" /> <publisher value="Data Standards Wales" /> <contact> <name value="Data Standards Wales" /> <telecom> <system value="email" /> <value value="data.standards@wales.nhs.uk" /> <use value="work" /> </telecom> </contact> <description value="Details of the Organization that assigned the identifier. Works on multiple resources: [CarePlan](http://hl7.org/fhir/careplan.html) and [Task](http://hl7.org/fhir/task.html)." /> <code value="identifier-assigner" /> <base value="CarePlan" /> <base value="Task" /> <type value="reference" /> <expression value="CarePlan.identifier.assigner | Task.identifier.assigner" /> </SearchParameter>
{ "resourceType": "SearchParameter", "id": "DataStandardsWales-PSOM-identifier-assigner", "url": "https://fhir.nhs.wales/fhir/SearchParameter/identifier-assigner", "name": "IdentifierAssigner", "status": "draft", "publisher": "Data Standards Wales", "contact": [ { "name": "Data Standards Wales", "telecom": [ { "system": "email", "value": "data.standards@wales.nhs.uk", "use": "work" } ] } ], "description": "Details of the Organization that assigned the identifier. Works on multiple resources: [CarePlan](http://hl7.org/fhir/careplan.html) and [Task](http://hl7.org/fhir/task.html).", "code": "identifier-assigner", "base": [ "CarePlan", "Task" ], "type": "reference", "expression": "CarePlan.identifier.assigner | Task.identifier.assigner" }