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

vrdrinterestedpartyUML


Structure Definition

id0..1
profile1..1Pattern
identifier1..1
active1..1
type1..1CodeableConceptBinding
name1..1
address1..1
partOf1..1Reference(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.id0..1
Organization.meta0..1
Organization.meta.profile1..1
Organization.identifier1..1
Organization.active1..1
Organization.typeCodeableConcept1..1
Organization.name1..1
Organization.address1..1
Organization.partOfReference(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>