This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Certifier
Certifier is a profile of the FHIR STU3 Practitioner resource. It is used to convey identity, contact information, and qualifications of the practitioner attesting to the information contained in the death certificate. The death certifier is typically a medical examiner or coroner. In addition to certifying death of the decedent, the certifier enumerates the cause of death conditions, determines the causal pathway and other significant conditions contributing to death, and categorizes the manner of death.
UML Expression
Structure Definition
Practitioner
|
|
|
Practitioner |
Data Type Practitioner
|
id
|
|
0..1
|
|
Short description id
Definition
MAY contain zero or one [0..1] id (CONF:4393-300).
|
meta
|
|
0..1
|
|
Short description meta
Definition
MAY contain zero or one [0..1] meta (CONF:4393-299).
|
profile
|
|
1..1
|
|
Short description profile
Definition
The meta, if present, SHALL contain exactly one [1..1] profile="http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Certifier" (CONF:4393-301).
Pattern
http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Certifier
|
name
|
|
1..1
|
|
Short description name
Definition
SHALL contain exactly one [1..1] name (CONF:4393-303).
|
address
|
|
1..1
|
|
Short description address
Definition
SHALL contain exactly one [1..1] address (CONF:4393-302).
|
qualification
|
|
1..1
|
BackboneElementBinding
|
Short description qualification
Definition
SHALL contain exactly one [1..1] qualification, which SHALL be selected from ValueSet v2table0360,Version2.7 http://www.hl7.org/fhir/ValueSet/v2table0360,Version2.7 DYNAMIC (CONF:4393-304).
Data Type BackboneElement
Binding v2table0360,Version2.7 (required)
|
identifier
|
|
1..1
|
|
Short description identifier
Definition
This qualification SHALL contain exactly one [1..1] identifier (CONF:4393-305).
|
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
qualification.code |
Value Set |
v2 table 0360, Version 2.7 |
|
Element Table
Practitioner |
|
.. |
Practitioner.id
|
|
0..1 |
Practitioner.meta
|
|
0..1 |
Practitioner.meta.profile
|
|
1..1 |
Practitioner.name
|
|
1..1 |
Practitioner.address
|
|
1..1 |
Practitioner.qualification
|
BackboneElement |
1..1 |
Practitioner.qualification.identifier
|
|
1..1 |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
address |
Vital Records DAM |
2.04 Responsible Party |
address |
address |
Death Certificate |
Item 46b |
Address and Zip Code of Person Completing Cause of Death |
address |
Standard Death Record IG |
SDR Certifier Profile |
Practitioner.address |
name |
Vital Records DAM |
2.04 Responsible Party |
name |
name |
Death Certificate |
Item 46a |
Name of Person Completing Cause of Death |
name |
Standard Death Record IG |
SDR Certifier Profile |
Practitioner.name |
qualification.code |
Vital Records DAM |
2.04 Responsible Party |
title |
qualification.code |
Death Certificate |
Item 47 |
Title of Certifier |
qualification.code |
Standard Death Record IG |
SDR Certifier Profile |
Practitioner.qualification |
qualification.identifier |
Vital Records DAM |
2.04 Responsible Party |
identifier |
qualification.identifier |
Death Certificate |
Item 48 |
License Number Certifier
|
qualification.identifier |
Standard Death Record IG |
SDR Certifier Profile |
Practitioner.identifier |
Instance Example
Element Name |
Element Value |
id |
example-certifier |
profile |
VRDR-Certifier |
name.use |
official |
name.family |
Doctor |
name.given |
Certifier |
name.given |
Middle |
name.suffix |
MD |
address.line |
123 Examlpe Street |
address.city |
Boston |
address.district |
Suffolk |
address.state |
Massachusettts |
address.postalCode |
02101 |
identifier |
1234567890 |
code.system |
v2/0360/2.7 |
code.code |
MD |
code.display |
Doctor of Medicine |
<Practitioner>
<id value="example-certifier" />
<meta>
<profile value="http://www.hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Certifier" />
</meta>
<name>
<use value="official" />
<family value="Doctor" />
<given value="Certifier" />
<given value="Middle" />
<suffix value="MD" />
</name>
<address>
<line value="123 Example Street" />
<city value="Boston" />
<district value="Suffolk" />
<state value="Massachusetts" />
<postalCode value="02101" />
</address>
<qualification>
<identifier>
<value value="1234567890" />
</identifier>
<code>
<coding>
<system value="http://www.hl7.org/fhir/v2/0360/2.7" />
<code value="MD" />
<display value="Doctor of Medicine" />
</coding>
</code>
</qualification>
</Practitioner>