Membership
| Property | Value | 
|---|---|
| Publisher | IGUHealth | 
| Name | Membership | 
| URL | https://iguhealth.com/StructureDefinition/Membership | 
| Status | active | 
| Description | A Membership resource is used to represent a user's membership in an organization. The resource contains information about the user's role in the organization, the user's email address, and whether the user's email address has been verified. | 
| Abstract | false | 
Structure
| Path | Cardinality | Type | Description | 
|---|---|---|---|
| Membership | 0..* | Membership | undefined | 
| Membership.id | 0..1 | http://hl7.org/fhirpath/System.String | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | 
| Membership.meta | 0..1 | Meta | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. | 
| Membership.link | 0..1 | Reference | undefined | 
| Membership.email | 1..1 | string | undefined | 
| Membership.emailVerified | 0..1 | boolean | undefined | 
| Membership.name | 0..1 | HumanName | undefined | 
| Membership.role | 1..1 | code | undefined | 
| Membership.federated | 0..1 | Reference | undefined | 
Search Parameters
| Name | Type | Description | Expression | 
|---|---|---|---|
| _text | string | Search on the narrative of the resource | |
| _content | string | Search on the entire content of the resource | |
| _id | token | Logical id of this artifact | Resource.id | 
| _lastUpdated | date | When the resource version last changed | Resource.meta.lastUpdated | 
| _profile | uri | Profiles this resource claims to conform to | Resource.meta.profile | 
| _query | token | A custom search profile that describes a specific defined query operation | |
| _security | token | Security Labels applied to this resource | Resource.meta.security | 
| _source | uri | Identifies where the resource comes from | Resource.meta.source | 
| _tag | token | Tags applied to this resource | Resource.meta.tag | 
| token | Membership email | Membership.email | |
| IdentityProvider | reference | Membership federated identityProvider | Membership.federated | 
| Link | reference | What/Who is associated with a given Membership. | Membership.link | 
| Name | string | Membership name | Membership.name | 
| Role | token | Membership role | Membership.role | 
| _iguhealth-author | reference | The author of the resource | Resource.meta.extension.where(url='https://iguhealth.app/author').value | 
| _type | token | Missing in search-parameter.json for R4 this is derived from the R4B Definition |