| Package | hl7.fhir.us.core |
| Resource Type | SearchParameter |
| Id | us-core-careteam-role |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/core/https://build.fhir.org/ig/HL7/US-Core/SearchParameter-us-core-careteam-role.html |
| URL | http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-role |
| Version | 8.0.0 |
| Status | active |
| Date | 2022-04-14 |
| Name | USCoreCareTeamRole |
| Realm | us |
| Authority | hl7 |
| Description | Returns CareTeam resources with a participant role matching the specified code. |
| Type | token |
| CapabilityStatement | |
| eltss-server | eLTSS Server Capability Statement |
| pdex-server-6-1 | PDex Server CapabilityStatement with US core 6.1 support |
| pdex-server | PDEX Server CapabilityStatement |
| us-core-client | US Core Client CapabilityStatement |
| us-core-server | US Core Server CapabilityStatement |
No resources found
Note: links and images are rebased to the (stated) source
id us-core-careteam-role
url : http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-role
version : 4.1.0
name : USCoreCareTeamRole
status : active
date : 04/14/2022
publisher : HL7 International - Cross-Group Projects
contact : http://www.hl7.org/Special/committees/cgp
jurisdiction : United States of America (the) (Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United States of America (the)'})
code : role
base :CareTeam
type : token
expression : CareTeam.participant.role
xpath : f:CareTeam/f:participant/f:role/@value
xpathUsage : normal
multipleOr : True (Conformance Expectation = MAY)
multipleAnd : True ( Conformance Expectation = MAY)
{
"resourceType": "SearchParameter",
"id": "us-core-careteam-role",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cgp"
}
],
"url": "http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-role",
"version": "8.0.0",
"name": "USCoreCareTeamRole",
"status": "active",
"date": "2022-04-14",
"publisher": "HL7 International / Cross-Group Projects",
"contact": [
{
"name": "HL7 International / Cross-Group Projects",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cgp"
},
{
"system": "email",
"value": "cgp@lists.HL7.org"
}
]
}
],
"description": "Returns CareTeam resources with a participant role matching the specified code.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"code": "role",
"base": [
"CareTeam"
],
"type": "token",
"expression": "CareTeam.participant.role",
"xpathUsage": "normal",
"multipleOr": true,
"_multipleOr": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
]
},
"multipleAnd": true,
"_multipleAnd": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode": "MAY"
}
]
}
}