Autopsy Performed Indicator is a profile of the FHIR STU3 Observation resource. It is used to convey a indication as to whether or not an autopsy was performed and whether the results of the autopsy were available for use in declaring the cause of death.
UML Expression
Structure Definition
VRDR Autopsy Performed Indicator (Observation) | | | http://hl7.org/fhir/StructureDefinition/Observation | There are no (further) constraints on this element Element idData type http://hl7.org/fhir/StructureDefinition/Observation |
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-406).
|
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-405).
|
profile | | 1..1 | Reference(VRDR Autopsy Performed Indicator) | There are no (further) constraints on this element Element idShort description profile Definition The meta, if present, SHALL contain exactly one [1..1] profile="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Autopsy-Performed-Indicator" (CONF:4393-407).
Data type Reference(VRDR Autopsy Performed Indicator) |
status | | 1..1 | codeFixed Value | There are no (further) constraints on this element Element idShort description status Definition SHALL contain exactly one [1..1] status=""final"" (CONF:4393-412).
Data type code Fixed value |
code | | 1..1 | CodeableConceptFixed Value | There are no (further) constraints on this element Element idShort description code Definition SHALL contain exactly one [1..1] code="85699-7" Autopsy was performed (CONF:4393-411).
Data type CodeableConcept Fixed value {
"coding": [
{
"code": "85699-7",
"display": "Autopsy was performed"
}
]
} |
subject | | 1..1 | Reference(VRDR Decedent) | There are no (further) constraints on this element Element idShort description subject Definition SHALL contain exactly one [1..1] subject="VRDR Decedent" (CONF:4393-413).
Data type Reference(VRDR Decedent) |
value[x] | | 1..1 | | There are no (further) constraints on this element Element idShort description value[x] Definition SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4393-409)
Sliced: Unordered, Open, by $this(Type) |
valueCodeableConcept | | | Binding | There are no (further) constraints on this element Element idObservation.value[x]:valueCodeableConcept Short description valueCodeableConcept Definition valueCodeableConcept, which SHALL be selected from ValueSet v2-0532 http://hl7.org/fhir/ValueSet/v2-0532 DYNAMIC (CONF:4393-410)
Binding v2-0532 (required) |
component | | 1..1 | | There are no (further) constraints on this element Element idShort description component Definition SHALL contain exactly one [1..1] component (CONF:4393-414).
Comments Autopsy Results Available
|
code | | 1..1 | CodeableConceptPattern | There are no (further) constraints on this element Element idObservation.component.code Short description code Definition This component SHALL contain exactly one [1..1] code=" 69436-4" Autopsy results available (CONF:4393-416).
Data type CodeableConcept Pattern {
"coding": [
{
"code": "69436-4",
"display": "Autopsy results available"
}
]
} |
value[x] | | 1..1 | | There are no (further) constraints on this element Element idObservation.component.value[x] Short description value[x] Definition This component SHALL contain exactly one [1..1] value[x], where value[x] is (CONF:4393-415)
Sliced: Unordered, Open, by $this(Type) |
valueCodeableConcept | | | Binding | There are no (further) constraints on this element Element idObservation.component.value[x]:valueCodeableConcept Short description valueCodeableConcept Definition This component SHALL contain exactly one [1..1] valueCodeableConcept, which SHALL be selected from ValueSet v2-0532 http://hl7.org/fhir/ValueSet/v2-0532 DYNAMIC (CONF:4393-417).
Binding v2-0532 (required) |
Element Bindings
Element Name |
Binding Type |
Binding Value |
Fixed Value Code System |
code |
Fixed Value |
"85699-7" |
LOINC |
component.Autopsy Results Available.code |
Fixed Value |
"69436-4" |
LOINC |
component.Autopsy Results Available.valueCodeableConcept |
Value Set |
v2-0532 |
|
status |
Fixed Value |
"final" |
observation-status |
subject |
Reference |
VRDR Decedent |
|
valueCodeableConcept |
Value Set |
v2-0532 |
|
Element Table
Observation | | .. |
Observation.id | | 0..1 |
Observation.meta | | 0..1 |
Observation.meta.profile | Reference(VRDR Autopsy Performed Indicator) | 1..1 |
Observation.status | code | 1..1 |
Observation.code | CodeableConcept | 1..1 |
Observation.subject | Reference(VRDR Decedent) | 1..1 |
Observation.value[x] | | 1..1 |
Observation.valueCodeableConcept | | .. |
Observation.component | | 1..1 |
Observation.component.code | CodeableConcept | 1..1 |
Observation.component.value[x] | | 1..1 |
Observation.component.valueCodeableConcept | | .. |
Requirements Traceability Mappings
Element Path |
Reference |
Location |
Data Item |
valueCodeableConcept |
Vital Records DAM |
2.1.01 Death Event |
autopsyFindingsIndicator |
valueCodeableConcept |
Vital Records DAM |
2.1.01 Death Event |
autopsyPerformedIndicator |
valueCodeableConcept |
Death Certificate |
Item 33 |
Was an Autopsy Performed? |
valueCodeableConcept |
Death Certificate |
Item 34 |
Were Autopsy Findings Available to Complete the Cause of Death? |
valueCodeableConcept |
Standard Death Record IG |
SDR AutopsyPerformed Profile |
Observation.valueBoolean |
valueCodeableConcept |
Standard Death Record IG |
SDR AutopsyResultsAvailable Profile |
Observation.valueBoolean |
Instance Example
<Observation>
<id value="example-autopsy-performed-indicator" />
<meta>
<profile value="http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Autopsy-Performed-Indicator" />
</meta>
<status value="final" />
<code>
<coding>
<system value="http://loinc.org" />
<code value="85699-7" />
<display value="Autopsy was performed" />
</coding>
</code>
<subject>
<reference value="example-decedent" />
</subject>
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0136" />
<code value="N" />
<display value="No" />
</coding>
</valueCodeableConcept>
<component>
<code>
<coding>
<system value="http://loinc.org" />
<code value="69436-4" />
<display value="Autopsy results available" />
</coding>
</code>
<valueCodeableConcept>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0136" />
<code value="N" />
<display value="No" />
</coding>
</valueCodeableConcept>
</component>
</Observation>