Interested Party
Interested Party is a profile of the FHIR STU3 Organization resource. It is used to convey identifying information – name, identifier, postal address - about secondary user of the death certificate document that is a identifier assigning authority for a Death Certificate Reference.
UML Expression
Structure Definition
VRDR Interested Party (Organization) | | | http://hl7.org/fhir/StructureDefinition/Organization | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Organization |
id | | 0..1 | | There are no (further) constraints on this element Element idShort description id Definition MAY contain zero or one [0..1] id (CONF:4393-379).
|
meta | | 0..1 | | There are no (further) constraints on this element Element idShort description meta Definition MAY contain zero or one [0..1] meta (CONF:4393-378).
|
profile | | 1..1 | Pattern | There are no (further) constraints on this element Element idOrganization.meta.profile Short description profile Definition The meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Interested-Party" (CONF:4393-380).
Pattern http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Interested-Party |
identifier | | 1..1 | | There are no (further) constraints on this element Element idShort description identifier Definition SHALL contain exactly one [1..1] identifier (CONF:4393-383).
|
active | | 1..1 | | There are no (further) constraints on this element Element idShort description active Definition SHALL contain exactly one [1..1] active (CONF:4393-381).
|
type | | 1..1 | CodeableConceptBinding | There are no (further) constraints on this element Element idShort description type Definition SHALL contain exactly one [1..1] type, which SHALL be selected from ValueSet OrganizationType http://hl7.org/fhir/ValueSet/OrganizationType DYNAMIC (CONF:4393-386).
Data type CodeableConcept Binding ?? (required) |
name | | 1..1 | | There are no (further) constraints on this element Element idShort description name Definition SHALL contain exactly one [1..1] name (CONF:4393-384).
|
address | | 1..1 | | There are no (further) constraints on this element Element idShort description address Definition SHALL contain exactly one [1..1] address (CONF:4393-382).
|
partOf | | 1..1 | Reference(http://hl7.org/fhir/StructureDefinition/Organization)Pattern | There are no (further) constraints on this element Element idShort description partOf Definition SHALL contain exactly one [1..1] partOf=" VRDR Interested Party" (CONF:4393-385).
Data type Reference(http://hl7.org/fhir/StructureDefinition/Organization) Pattern |
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
partOf |
Reference |
VRDR Interested Party |
|
type |
Value Set |
OrganizationType |
|
Element Table
Organization | | .. |
Organization.id | | 0..1 |
Organization.meta | | 0..1 |
Organization.meta.profile | | 1..1 |
Organization.identifier | | 1..1 |
Organization.active | | 1..1 |
Organization.type | CodeableConcept | 1..1 |
Organization.name | | 1..1 |
Organization.address | | 1..1 |
Organization.partOf | Reference(http://hl7.org/fhir/StructureDefinition/Organization) | 1..1 |
Instance Example
<Organization>
<id value="example-interested-party" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Interested-Party" />
</meta>
<identifier>
<value value="1234567890" />
</identifier>
<active value="true" />
<type>
<coding>
<system value="http://hl7.org/fhir/ValueSet/organization-type" />
<code value="dept" />
</coding>
<text value="Hospital Department" />
</type>
<name value="Example Interested Party" />
<address>
<city value="Worcester" />
<state value="Massachusetts" />
</address>
</Organization>