Table of Contents | ||
---|---|---|
|
...
Name | Type | M/O | Description and constraints | HL7 vs eHealth comparison result |
---|---|---|---|---|
id | string | M | System identifier of Composition (ObjectID) | Doesn't comply with FHIR |
status | string | M | Composition status | Ok |
type | {Codeable_concept} | M | Type of composition | Ok |
category | {Codeable_concept} | M | Category of composition | Ok According to FHIR - category is array |
date | date_time | M | When the composition was signed | Ok |
title | string | M | Human Readable name/title | Ok |
subject | string | M | Hashed patient_id | Doesn't comply with FHIR (datatype) |
custodian | {Reference} | M | Organization which maintains the composition | Ok |
encounter | {Reference} | M | Context of the Composition | Ok |
author | {Reference} | M | Who and/or what authored the composition | Ok |
section | [Section] | O | Composition is broken into sections | Ok |
extension | [Extension] | O | Extensions added to composition | Ok |
relates_to | [Related_artifact] | O | Relationships to other compositions/documents | Ok |
attester | [Attester] | M | Attests to accuracy of composition | Ok |
event | [Event] | M | The clinical service(s) being documented | Ok |
context_episode_id | string | M | Reference to episode of care | Doesn't comply with FHIR |
signed_content_links | [string] | M | Reference on signed content in media storage | Doesn't comply with FHIR |
| string | O | Hashed patient authentication method used while creating composition | Doesn't comply with FHIR |
status_reason | string | O | Reason for status of the Composition (used in mark-in-error process) | Doesn't comply with FHIR |
explanatory_letter | string | O | Description for status of the Composition (used in mark_in_error process) | Doesn't comply with FHIR |
Complex Types
Section
Name | Type | M/O | Description and constraints | HL7 vs eHealth comparison result |
---|---|---|---|---|
title | string | M | Label for section | Ok |
code | {Codeable_concept} | M | Classification of section | Ok |
author | [Reference] | M | Who and/or what authored the section | Ok |
text | {Narrative} | O | Text summary of the section, for human interpretation | Ok |
ordered_by | {Codeable_concept} | O | Order of section entries | Ok |
entry | [Reference] | O | A reference to data that supports this section | Ok |
empty_reason | {Codeable_concept} | O | Why the section is empty | Ok |
section | [Section] | O | Nested Section if needed | Ok |
Extension
Name | Type | M/O | Description and constraints | HL7 vs eHealth comparison result |
---|---|---|---|---|
code | string | M | Extension code | Doesn't comply with FHIR |
value_[x] |
| M | One of <specific type> must be provided | Ok |
| {CodeableConceptExtension} |
|
|
|
| number |
|
|
|
Attester
Name | Type | M/O | Description and constraints | HL7 vs eHealth comparison result |
---|---|---|---|---|
mode | {Codeable_concept} | M | Composition attestation mode Dictionary: COMPOSITION_ATTESTER_MODES | Ok |
party | {Reference} | M | Who attested the composition | Ok |
...