Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Child pages (Children Display)

Composition Structure

HL7NameTypeM/ODescriptionResult
"identifier" : { Identifier }, // Version-independent identifier for the Composition
iduuidM
ok
"status" : "<code>", // R! preliminary | final | amended | entered-in-errorstatusenum Mdic.:composition_statuses(final, entrered_in_error)ok
"type" : { CodeableConcept }, // R! Kind of composition (LOINC if possible)typeCodeableConcept
LOINC-??
"category" : [{ CodeableConcept }], // Categorization of Composition



?
"subject" : { Reference(Any) }, // Who and/or what the composition is aboutsubjectuuidMpatient_idok
"encounter" : { Reference(Encounter) }, // Context of the CompositionencounterReference(Encounter)M
ok
"date" : "<dateTime>", // R! Composition editing timedatedateTimeM

"author" : [{ Reference(Practitioner|PractitionerRole|Device|Patient|RelatedPerson|Organization) }], // R! Who and/or what authored the compositionauthorReference(employee)Mcould be taken from token

ok

"title" : "<string>", // R! Human Readable name/titletitlestring(2000)O
ok
"confidentiality" : "<code>", // As defined by affinity domain




"attester" : [{ // Attests to accuracy of composition
"mode" : "<code>", // R! personal | professional | legal | official
"time" : "<dateTime>", // When the composition was attested
"party" : { Reference(Patient|RelatedPerson|Practitioner|PractitionerRole|
Organization) } // Who attested the composition
}],
attesterReference(employee)M
ok
"custodian" : { Reference(Organization) }, // Organization which maintains the compositioncustodianReference(legal_entity)Mcould be taken from tokenok
"relatesTo" : [{ // Relationships to other compositions/documents
"code" : "<code>", // R! replaces | transforms | signs | appends
// target[x]: Target of the relationship. One of these 2:
"targetIdentifier" : { Identifier }
"targetReference" : { Reference(Composition) }
}],




?
"event" : [{ // The clinical service(s) being documented
"code" : [{ CodeableConcept }], // Code(s) that apply to the event being documented
"period" : { Period }, // The period covered by the documentation
"detail" : [{ Reference(Any) }] // The event(s) being documented
}],





"section" : [{ // Composition is broken into sections
"title" : "<string>", // Label for section (e.g. for ToC)
"code" : { CodeableConcept }, // Classification of section (recommended)
"author" : [{ Reference(Practitioner|PractitionerRole|Device|Patient|
RelatedPerson|Organization) }], // Who and/or what authored the section
"focus" : { Reference(Any) }, // Who/what the section is about, when it is not about the subject of composition
"text" : { Narrative }, // C? Text summary of the section, for human interpretation
"mode" : "<code>", // working | snapshot | changes
"orderedBy" : { CodeableConcept }, // Order of section entries
"entry" : [{ Reference(Any) }], // C? A reference to data that supports this section
"emptyReason" : { CodeableConcept }, // C? Why the section is empty
"section" : [{ Content as for Composition.section }] // C? Nested Section
}]