Composition (PS-CA)
This version of the PS-CA Implementation Guide has been superseded by a newer version. Other releases of the PS-CA Implementation Guide may be found on a table on the Home Page of this Project.
Additional information on this profile (including the JSON & XML structure and detailed element descriptions) can be found at Composition (PS-CA)
Profile
Composition | S I | Composition | Element IdComposition Canadian Patient Summary composition DefinitionCanadian Patient Summary composition. A composition is a set of healthcare-related information that is assembled together into a single logical document that provides a single coherent statement of meaning, establishes its own context and that has clinical attestation with regard to who is making the statement. While a Composition defines the structure, it does not actually contain the content: rather the full content of a document is contained in a Bundle, of which the Composition is the first resource contained. While the focus of this specification is on patient-specific clinical statements, this resource can also apply to other healthcare-related statements such as study protocol designs, healthcare invoices and other activities that are not necessarily patient-specific or clinical.
| |
text | S | 0..1 | Narrative | There are no (further) constraints on this element Element IdComposition.text Text summary of the resource, for human interpretation Alternate namesnarrative, html, xhtml, display DefinitionA human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.
|
extension | I | 0..* | Extension | There are no (further) constraints on this element Element IdComposition.extension Additional content defined by implementations Alternate namesextensions, user content DefinitionMay be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. Unordered, Open, by url(Value) Constraints
|
versionNumber | I | 0..1 | Extension(string) | There are no (further) constraints on this element Element IdComposition.extension:versionNumber Version-specific identifier for composition Alternate namesextensions, user content DefinitionVersion specific identifier for the composition, assigned when each version is created/updated. While each resource, including the composition itself, has its own version identifier, this is a formal identifier for the logical version of the composition as a whole. It would remain constant if the resources were moved to a new server, and all got new individual resource versions, for example. http://hl7.org/fhir/StructureDefinition/composition-clinicaldocument-versionNumber Constraints
|
identifier | S Σ | 0..1 | Identifier | There are no (further) constraints on this element Element IdComposition.identifier Version-independent identifier for the Composition DefinitionA version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time. Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate.
|
status | S Σ ?! | 1..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.status preliminary | final | amended | entered-in-error DefinitionThe workflow/clinical status of this composition. The status is a marker for the clinical standing of the document. Need to be able to mark interim, amended, or withdrawn compositions or documents. If a composition is marked as withdrawn, the compositions/documents in the series, or data from the composition or document series, should never be displayed to a user without being clearly marked as untrustworthy. The flag "entered-in-error" is why this element is labeled as a modifier of other elements. Some reporting work flows require that the original narrative of a final document never be altered; instead, only new narrative can be added. The composition resource has no explicit status for explicitly noting whether this business rule is in effect. This would be handled by an extension if required. The workflow/clinical status of the composition. CompositionStatus (required)Constraints
|
type | S Σ | 1..1 | CodeableConceptBindingPattern | Element IdComposition.type Kind of composition ("Patient Summary") DefinitionSpecifies that this composition refers to a Patient Summary (Loinc "60591-5") Key metadata element describing the composition, used in searching/filtering. For Composition type, LOINC is ubiquitous and strongly endorsed by HL7. Most implementation guides will require a specific LOINC code, or use LOINC as an extensible binding. Type of a composition. FHIRDocumentTypeCodes (preferred)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "60591-5" } ] }
|
category | Σ | 0..* | CodeableConcept | There are no (further) constraints on this element Element IdComposition.category Categorization of Composition DefinitionA categorization for the type of the composition - helps for indexing and searching. This may be implied by or derived from the code specified in the Composition Type. Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. This is a metadata field from XDS/MHD. High-level kind of a clinical document at a macro level. DocumentClassValueSet (example)Constraints
|
subject | S Σ I | 0..1 | Reference(Patient (PS-CA)) | Element IdComposition.subject Who and/or what the composition is about DefinitionWho or what the composition is about. In general a composition can be about a person, (patient or healthcare practitioner), a device (e.g. a machine) or even a group of subjects (such as a document about a herd of livestock, or a set of patients that share a common exposure). For the PS the subject is always the patient. Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about. For clinical documents, this is usually the patient.
|
reference | S Σ I | 1..1 | string | There are no (further) constraints on this element Element IdComposition.subject.reference Literal reference, Relative, internal or absolute URL DefinitionA reference to a location at which the other resource is found. The reference may be a relative reference, in which case it is relative to the service base URL, or an absolute URL that resolves to the location where the resource is found. The reference may be version specific or not. If the reference is not to a FHIR RESTful server, then it should be assumed to be version specific. Internal fragment references (start with '#') refer to contained resources. Using absolute URLs provides a stable scalable approach suitable for a cloud/web context, while using relative/logical references provides a flexible approach suitable for use when trading across closed eco-system boundaries. Absolute URLs do not need to point to a FHIR RESTful server, though this is the preferred approach. If the URL conforms to the structure "/[type]/[id]" then it should be assumed that the reference is to a FHIR RESTful server.
|
type | Σ | 0..1 | uriBinding | There are no (further) constraints on this element Element IdComposition.subject.type Type the reference refers to (e.g. "Patient") DefinitionThe expected type of the target of the reference. If both Reference.type and Reference.reference are populated and Reference.reference is a FHIR URL, both SHALL be consistent. The type is the Canonical URL of Resource Definition that is the type this reference refers to. References are URLs that are relative to http://hl7.org/fhir/StructureDefinition/ e.g. "Patient" is a reference to http://hl7.org/fhir/StructureDefinition/Patient. Absolute URLs are only allowed for logical models (and can only be used in references in logical models, not resources). This element is used to indicate the type of the target of the reference. This may be used which ever of the other elements are populated (or not). In some cases, the type of the target may be determined by inspection of the reference (e.g. a RESTful URL) or by resolving the target of the reference; if both the type and a reference is provided, the reference SHALL resolve to a resource of the same type as that specified. Aa resource (or, for logical models, the URI of the logical model). ResourceType (extensible)Constraints
|
identifier | Σ | 0..1 | Identifier | There are no (further) constraints on this element Element IdComposition.subject.identifier Logical reference, when literal reference is not known DefinitionAn identifier for the target resource. This is used when there is no way to reference the other resource directly, either because the entity it represents is not available through a FHIR server, or because there is no way for the author of the resource to convert a known identifier to an actual location. There is no requirement that a Reference.identifier point to something that is actually exposed as a FHIR instance, but it SHALL point to a business concept that would be expected to be exposed as a FHIR instance, and that instance would need to be of a FHIR resource type allowed by the reference. When an identifier is provided in place of a reference, any system processing the reference will only be able to resolve the identifier to a reference if it understands the business context in which the identifier is used. Sometimes this is global (e.g. a national identifier) but often it is not. For this reason, none of the useful mechanisms described for working with references (e.g. chaining, includes) are possible, nor should servers be expected to be able resolve the reference. Servers may accept an identifier based reference untouched, resolve it, and/or reject it - see CapabilityStatement.rest.resource.referencePolicy. When both an identifier and a literal reference are provided, the literal reference is preferred. Applications processing the resource are allowed - but not required - to check that the identifier matches the literal reference Applications converting a logical reference to a literal reference may choose to leave the logical reference present, or remove it. Reference is intended to point to a structure that can potentially be expressed as a FHIR resource, though there is no need for it to exist as an actual FHIR resource instance - except in as much as an application wishes to actual find the target of the reference. The content referred to be the identifier must meet the logical constraints implied by any limitations on what resource types are permitted for the reference. For example, it would not be legitimate to send the identifier for a drug prescription if the type were Reference(Observation|DiagnosticReport). One of the use-cases for Reference.identifier is the situation where no FHIR representation exists (where the type is Reference (Any).
|
display | Σ | 0..1 | string | There are no (further) constraints on this element Element IdComposition.subject.display Text alternative for the resource DefinitionPlain text narrative that identifies the resource in addition to the resource reference. This is generally not the same as the Resource.text of the referenced resource. The purpose is to identify what's being referenced, not to fully describe it.
|
encounter | Σ I | 0..1 | Reference(Encounter) | Element IdComposition.encounter Context of the Composition DefinitionDescribes the clinical encounter or type of care this documentation is associated with. Provides context for the composition and supports searching. While IPS-UV considers this a MS element, policy has not yet been developed in Canada confirming the expectations for when a patient summary is created (e.g., does it have to be created by a health professional or just validated, can it be automatically assembled, does it have to occur within an encounter, etc.) Further discussion is required to determine if systems will be expected to show they can construct an encounter resource in order to be conformant to the specification
|
date | S Σ | 1..1 | dateTime | There are no (further) constraints on this element Element IdComposition.date Composition editing time DefinitionThe composition editing time, when the composition was last logically changed by the author. dateTime is used for tracking, organizing versions and searching. Note that this is the time of authoring. When packaged in a document, Bundle.timestamp is the date of packaging. The Last Modified Date on the composition may be after the date of the document was attested without being changed.
|
author | S Σ I | 1..* | Reference(http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitionerrole | Device | Patient (PS-CA) | RelatedPerson | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization) | Element IdComposition.author Who and/or what authored the patient summary DefinitionIdentifies who is responsible for the information in the patient summary, not necessarily who typed it in. The type of author(s) contribute to determine the "nature"of the Patient Summary: e.g. a "human-curated" PS Vs. an "automatically generated" PS. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitionerrole | Device | Patient (PS-CA) | RelatedPerson | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization) Constraints
|
title | S Σ | 1..1 | string | Element IdComposition.title CA Patient Summary DefinitionOfficial human-readable label for the composition. For this document should be "CA Patient Summary" or any equivalent translation For many compositions, the title is the same as the text or a display name of Composition.type (e.g. a "consultation" or "progress note"). Note that CDA does not make title mandatory, but there are no known cases where it is useful for title to be omitted, so it is mandatory here. Feedback on this requirement is welcome during the trial use period.
|
confidentiality | S Σ | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.confidentiality As defined by affinity domain DefinitionThe code specifying the level of confidentiality of the Composition. The exact use of this element, and enforcement and issues related to highly sensitive documents are out of scope for the base specification, and delegated to implementation profiles (see security section). This element is labeled as a modifier because highly confidential documents must not be treated as if they are not. Codes specifying the level of confidentiality of the composition. v3.ConfidentialityClassification (required)Constraints
|
attester | S | 0..* | BackboneElement | There are no (further) constraints on this element Element IdComposition.attester Attests to accuracy of composition DefinitionA participant who has attested to the accuracy of the composition/document. Identifies responsibility for the accuracy of the composition content. Only list each attester once.
|
mode | S | 1..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.attester.mode personal | professional | legal | official DefinitionThe type of attestation the authenticator offers. Indicates the level of authority of the attestation. Note that FHIR strings SHALL NOT exceed 1MB in size The way in which a person authenticated a composition. CompositionAttestationMode (required)Constraints
|
time | S | 0..1 | dateTime | There are no (further) constraints on this element Element IdComposition.attester.time When the composition was attested DefinitionWhen the composition was attested by the party. Identifies when the information in the composition was deemed accurate. (Things may have changed since then.).
|
party | S I | 0..1 | Reference(Patient (PS-CA) | RelatedPerson | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitionerrole | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization) | Element IdComposition.attester.party Who attested the composition DefinitionWho attested the composition in the specified way. Identifies who has taken on the responsibility for accuracy of the composition content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Patient (PS-CA) | RelatedPerson | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitioner | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-practitionerrole | http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization) Constraints
|
custodian | S Σ I | 0..1 | Reference(http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization) | Element IdComposition.custodian Organization which maintains the composition DefinitionIdentifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information. Identifies where to go to find the current version, where to report issues, etc. This is useful when documents are derived from a composition - provides guidance for how to get the latest version of the document. This is optional because this is sometimes not known by the authoring system, and can be inferred by context. However, it is important that this information be known when working with a derived document, so providing a custodian is encouraged. Reference(http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization) Constraints
|
relatesTo | S | 0..* | BackboneElement | There are no (further) constraints on this element Element IdComposition.relatesTo Relationships to other compositions/documents DefinitionRelationships that this composition has with other compositions or documents that already exist. A document is a version specific composition.
|
code | S | 1..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.relatesTo.code replaces | transforms | signs | appends DefinitionThe type of relationship that this composition has with anther composition or document. If this document appends another document, then the document cannot be fully understood without also accessing the referenced document. The type of relationship between documents. DocumentRelationshipType (required)Constraints
|
target[x] | S | 1..1 | There are no (further) constraints on this element Element IdComposition.relatesTo.target[x] Target of the relationship DefinitionThe target composition/document of this relationship.
| |
targetIdentifier | Identifier | Data Type | ||
targetReference | Reference(Composition | Composition (PS-CA)) | Data Type | ||
event | Σ | 0..* | BackboneElement | Element IdComposition.event The clinical service(s) being documented DefinitionThe main activity being described by a PS is the provision of healthcare over a period of time. In the CDA representation of the PS this is shown by setting the value of serviceEvent/@classCode to “PCPR” (care provision) and indicating the duration over which care was provided in serviceEvent/effectiveTime. In the FHIR representation at lest one event should be used to record this information. Additional data from outside this duration may also be included if it is relevant to care provided during that time range (e.g., reviewed during the stated time range). For example if the PS is generated by a GP based on information recorded in his/her EHR-S, then the start value should represent the date when the treatment relationship between the patient and the GP started; and the end value the date of the latest care event. Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event. The event needs to be consistent with the type element, though can provide further information if desired. Unordered, Open, by code(Pattern) Constraints
|
(All Slices) | There are no (further) constraints on this element | |||
code | Σ | 0..* | CodeableConcept | There are no (further) constraints on this element Element IdComposition.event.code Code(s) that apply to the event being documented DefinitionThis list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. An event can further specialize the act inherent in the typeCode, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more eventCodes are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries. This list of codes represents the main clinical acts being documented. v3.ActCode (example)Constraints
|
period | Σ I | 0..1 | Period | There are no (further) constraints on this element Element IdComposition.event.period The period covered by the documentation DefinitionThe period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration.
|
detail | Σ I | 0..* | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.event.detail The event(s) being documented DefinitionThe description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.
|
careProvisioningEvent | Σ | 0..1 | BackboneElement | Element IdComposition.event:careProvisioningEvent The care provisioning being documented DefinitionThe provision of healthcare over a period of time this PS is documented. Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event. The event needs to be consistent with the type element, though can provide further information if desired.
|
code | S Σ | 1..* | CodeableConceptPattern | Element IdComposition.event:careProvisioningEvent.code Code(s) that apply to the event being documented DefinitionThis list of codes represents the main clinical acts, such as a colonoscopy or an appendectomy, being documented. In some cases, the event is inherent in the typeCode, such as a "History and Physical Report" in which the procedure being documented is necessarily a "History and Physical" act. An event can further specialize the act inherent in the typeCode, such as where it is simply "Procedure Report" and the procedure was a "colonoscopy". If one or more eventCodes are included, they SHALL NOT conflict with the values inherent in the classCode, practiceSettingCode or typeCode, as such a conflict would create an ambiguous situation. This short list of codes is provided to be used as key words for certain types of queries. This list of codes represents the main clinical acts being documented. v3.ActCode (example)Constraints
{ "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActClass", "code": "PCPR" } ] }
|
period | S Σ I | 0..1 | Period | There are no (further) constraints on this element Element IdComposition.event:careProvisioningEvent.period The period covered by the documentation DefinitionThe period of time covered by the documentation. There is no assertion that the documentation is a complete representation for this period, only that it documents events during this time. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration.
|
detail | Σ I | 0..* | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.event:careProvisioningEvent.detail The event(s) being documented DefinitionThe description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository.
|
section | S I | 1..* | BackboneElement | Element IdComposition.section Sections composing the PS DefinitionThe root of the sections that make up the PS-CA composition. Unordered, Open, by code(Pattern) Constraints
|
(All Slices) | There are no (further) constraints on this element | |||
title | 0..1 | string | There are no (further) constraints on this element Element IdComposition.section.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
| |
code | 0..1 | CodeableConcept | There are no (further) constraints on this element Element IdComposition.section.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
| |
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | I | 0..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | I | 0..* | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section.entry A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
emptyReason | I | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..* | see (section) | There are no (further) constraints on this element Element IdComposition.section.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionMedications | S I | 1..1 | BackboneElement | Element IdComposition.section:sectionMedications PS-CA Medication Summary Section DefinitionThe medication summary section contains a description of the patient's medications relevant for the scope of the patient summary. The actual content could depend on the jurisdiction, it could report:
Because This section has been expanded in the PS-CA to model a medicationRequest profile in addition to medicationStatement profile initially included in IPS-UV. This section requires either an entry indicating the subject is known not to be on any relevant medication; either an entry indicating that no information is available about medications; or entries summarizing the subject's relevant medications. IPS-UV requires a minimum cardinality of 1 on this section to ensure it is always populated with some kind of entry. This constraint has been maintainted in the PS-CA. Systems that can support the clinical profiles in this section that do not have content for a given patient should use the absent/unknown pattern in the clinical profile. Systems that wholistically cannot produce the referenced profiles should use the new content not supported profile to communicate the system limitation. This pattern is considered a temporary measure to allow for patient summaries to be exchanged in Canada (and internationally) while some systems work to meet the expectations for the full set of patient summary sections.
|
title | S | 1..1 | string | Element IdComposition.section:sectionMedications.title Medication Summary section Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Medication Summary Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionMedications.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "10160-0" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionMedications.entry Medications relevant for the scope of the patient summary DefinitionThis list the medications relevant for the scope of the patient summary or it is used to indicate that the subject is known not to be on any relevant medication; either that no information is available about medications. This entry requires a medicationStatement, a medicationRequest, or both. Unordered, Open, by $this.resolve()(Profile) Constraints
|
medicationInformation | S I | 1..* | Reference(Medication Statement (PS-CA) | Medication Request (PS-CA) | Medication Statement Content Not Supported (PS-CA)) | Element IdComposition.section:sectionMedications.entry:medicationInformation A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(Medication Statement (PS-CA) | Medication Request (PS-CA) | Medication Statement Content Not Supported (PS-CA)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionMedications.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionAllergies | S I | 1..1 | BackboneElement | Element IdComposition.section:sectionAllergies PS-CA Allergies and Intolerances Section DefinitionThis section documents the relevant allergies or intolerances (conditions) for that patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy. At a minimum, it should list currently active and any relevant historical allergies and adverse reactions. If no information about allergies is available, or if no allergies are known this should be clearly documented in the section. IPS-UV requires a minimum cardinality of 1 on this section to ensure it is always populated with some kind of entry. This constraint has been maintainted in the PS-CA. Systems that can support the clinical profiles in this section that do not have content for a given patient should use the absent/unknown pattern in the clinical profile. Systems that wholistically cannot produce the referenced profiles should use the new content not supported profile to communicate the system limitation. This pattern is considered a temporary measure to allow for patient summaries to be exchanged in Canada (and internationally) while some systems work to meet the expectations for the full set of patient summary sections.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionAllergies.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "48765-2" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionAllergies.entry Relevant allergies or intolerances (conditions) for that patient. DefinitionIt lists the relevant allergies or intolerances (conditions) for that patient, describing the kind of reaction (e.g. rash, anaphylaxis,..); preferably the agents that cause it; and optionally the criticality and the certainty of the allergy. At a minimum, it should list currently active and any relevant historical allergies and adverse reactions. This entry shall be used to document that no information about allergies is available, or that no allergies are known . If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
allergyOrIntolerance | S I | 1..* | Reference(Allergy Intolerance (PS-CA) | Allergy Intolerance Content Not Supported (PS-CA)) | Element IdComposition.section:sectionAllergies.entry:allergyOrIntolerance A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(Allergy Intolerance (PS-CA) | Allergy Intolerance Content Not Supported (PS-CA)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionAllergies.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionProblems | S I | 1..1 | BackboneElement | Element IdComposition.section:sectionProblems PS-CA Problems Section DefinitionThe PS problem section lists and describes clinical problems or conditions currently being monitored for the patient. IPS-UV requires a minimum cardinality of 1 on this section to ensure it is always populated with some kind of entry. This constraint has been maintainted in the PS-CA. Systems that can support the clinical profiles in this section that do not have content for a given patient should use the absent/unknown pattern in the clinical profile. Systems that wholistically cannot produce the referenced profiles should use the new content not supported profile to communicate the system limitation. This pattern is considered a temporary measure to allow for patient summaries to be exchanged in Canada (and internationally) while some systems work to meet the expectations for the full set of patient summary sections.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionProblems.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "11450-4" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionProblems.entry Clinical problems or conditions currently being monitored for the patient. DefinitionIt lists and describes clinical problems or conditions currently being monitored for the patient. This entry shall be used to document that no information about problems is available, or that no relevant problems are known. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
problem | S I | 1..* | Reference(Condition (PS-CA) | Condition Content Not Supported (PS-CA)) | Element IdComposition.section:sectionProblems.entry:problem A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(Condition (PS-CA) | Condition Content Not Supported (PS-CA)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionProblems.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionProceduresHx | I | 0..1 | BackboneElement | Element IdComposition.section:sectionProceduresHx PS-CA History of Procedures Section DefinitionThe History of Procedures Section contains a description of the patient past procedures that are pertinent to the scope of this document. Procedures may refer for example to:
IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error. Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionProceduresHx.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "47519-4" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionProceduresHx.entry Patient past procedures pertinent to the scope of this document. DefinitionIt lists the patient past procedures that are pertinent to the scope of this document. Procedures may refer for example to:
If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
procedure | S I | 1..* | Reference(Procedure (PS-CA)) | Element IdComposition.section:sectionProceduresHx.entry:procedure A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionProceduresHx.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionImmunizations | I | 0..1 | BackboneElement | Element IdComposition.section:sectionImmunizations PS-CA Immunizations Section DefinitionThe Immunizations Section defines a patient's current immunization status and pertinent immunization history. The primary use case for the Immunization Section is to enable communication of a patient's immunization status. The section includes the current immunization status, and may contain the entire immunization history that is relevant to the period of time being summarized. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error. Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionImmunizations.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "11369-6" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionImmunizations.entry Patient's immunization status and pertinent history. DefinitionIt defines the patient's current immunization status and pertinent immunization history. The primary use case for the Immunization Section is to enable communication of a patient's immunization status. It may contain the entire immunization history that is relevant to the period of time being summarized. This entry shall be used to document that no information about immunizations is available, or that no immunizations are known. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
immunization | S I | 1..* | Reference(Immunization (PS-CA)) | Element IdComposition.section:sectionImmunizations.entry:immunization A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(Immunization (PS-CA)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionImmunizations.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionMedicalDevices | I | 0..1 | BackboneElement | Element IdComposition.section:sectionMedicalDevices PS-CA Medical Devices Section DefinitionThe medical devices section contains narrative text and coded entries describing the patient history of medical device use. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries, future releases may further constrain this section as more jurisdictions look to support its use
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionMedicalDevices.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "46264-8" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionMedicalDevices.entry Patient history of medical device use. DefinitionIt describes the patient history of medical device use. This entry shall be used to document that no information about medical device use is available, or that no relevant medical device use is known. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
deviceStatement | S I | 1..* | Reference(Device Use Statement (IPS)) | Element IdComposition.section:sectionMedicalDevices.entry:deviceStatement A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. Pending definition of a PS CA device use section profile in a future release of PS CA, implementors are encouraged to use the IPS device use section profile. Reference(Device Use Statement (IPS)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionMedicalDevices.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionResults | I | 0..1 | BackboneElement | Element IdComposition.section:sectionResults PS-CA Results Section DefinitionThis section assembles relevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient. Some of these results may be laboratory results, others may be anatomic pathology results, others, radiology results, and others, clinical results. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error. Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionResults.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionResults.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "30954-2" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionResults.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionResults.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionResults.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionResults.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionResults.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionResults.entry Relevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient. DefinitionRelevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient. Some of these results may be laboratory results, others may be anatomic pathology results, others, radiology results, and others, clinical results. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
results-observation | S I | 0..* | Reference(Observation Results: laboratory (IPS) | Observation Results: pathology (IPS) | Observation Results: radiology (IPS) | Observation Results (IPS)) | Element IdComposition.section:sectionResults.entry:results-observation A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. Pending definition of PS CA results (including lab, path, and rad results) profiles in a future release of PS CA, implementors are encouraged to use the IPS results profiles. Reference(Observation Results: laboratory (IPS) | Observation Results: pathology (IPS) | Observation Results: radiology (IPS) | Observation Results (IPS)) Constraints
|
results-diagnosticReport | S I | 0..* | Reference(DiagnosticReport (IPS)) | Element IdComposition.section:sectionResults.entry:results-diagnosticReport A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. Pending definition of a PS CA diagnostic report profile in a future release of PS CA, implementors are encouraged to use the IPS diagnostic report profile. Reference(DiagnosticReport (IPS)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionResults.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionResults.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionVitalSigns | I | 0..1 | BackboneElement | Element IdComposition.section:sectionVitalSigns PS-CA Vital Signs Section DefinitionThe Vital signs section includes blood pressure, body temperature, heart rate, and respiratory rate. It may also include other clinical findings, such as height, weight, body mass index, head circumference, and pulse oximetry. In particular, notable vital signs or physical findings such as the most recent, maximum and/or minimum, baseline, or relevant trends may be included IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error. Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionVitalSigns.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "8716-3" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 0..* | Reference(Resource) | Element IdComposition.section:sectionVitalSigns.entry Notable vital signs or physical findings. DefinitionNotable vital signs or physical findings as: blood pressure, body temperature, heart rate, and respiratory rate. It may also include other clinical findings, such as height, weight, body mass index, head circumference, and pulse oximetry. In particular, notable vital signs or physical findings such as the most recent, maximum and/or minimum, baseline, or relevant trends may be included IPS-UV and PS-CA point to the vital signs profile put forward in the base FHIR specification Unordered, Open, by $this.resolve()(Profile) Constraints
|
vitalSign | S I | 0..* | Reference(Vital Signs Profile) | Element IdComposition.section:sectionVitalSigns.entry:vitalSign A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(Vital Signs Profile) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionVitalSigns.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionPastIllnessHx | I | 0..1 | BackboneElement | Element IdComposition.section:sectionPastIllnessHx PS-CA History of Past Illness Section DefinitionThe History of Past Illness section contains a description of the conditions the patient suffered in the past. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error. Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionPastIllnessHx.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "11348-0" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 1..* | Reference(Resource) | Element IdComposition.section:sectionPastIllnessHx.entry Conditions the patient suffered in the past. DefinitionIt contains a description of the conditions the patient suffered in the past. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
pastProblem | S I | 1..* | Reference(Condition (PS-CA)) | Element IdComposition.section:sectionPastIllnessHx.entry:pastProblem A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionPastIllnessHx.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionFunctionalStatus | I | 0..1 | BackboneElement | Element IdComposition.section:sectionFunctionalStatus PS-CA Functional Status DefinitionThe functional status section shall contain a narrative description of capability of the patient to perform acts of daily living, including possible needs of the patient to be continuously assessed by third parties. The invalidity status may in fact influence decisions about how to administer treatments. Profiles to express disabilities and functional assessments will be specified by future versions of this guide. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionFunctionalStatus.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "47420-5" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 0..* | Reference(Resource) | Element IdComposition.section:sectionFunctionalStatus.entry Optional entry used to represent disabilities and functional assessments DefinitionIt describes capabilities of the patient to perform acts of daily living, including possible needs of the patient to be continuously assessed by third parties. The invalidity status may in fact influence decisions about how to administer treatments. Profiles to express disabilities and functional assessments will be specified by future versions of this guide. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
disability | S I | 0..* | Reference(Condition (PS-CA)) | Element IdComposition.section:sectionFunctionalStatus.entry:disability A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
functionalAssessment | S I | 0..* | Reference(ClinicalImpression) | Element IdComposition.section:sectionFunctionalStatus.entry:functionalAssessment A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionFunctionalStatus.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionPlanOfCare | I | 0..1 | BackboneElement | Element IdComposition.section:sectionPlanOfCare PS-CA Plan of Care Section DefinitionThe plan of care section contains a narrative description of the expectations for care including proposals, goals, and order requests for monitoring, tracking, or improving the condition of the patient. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionPlanOfCare.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "18776-5" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | I | 0..* | Reference(Resource) | Element IdComposition.section:sectionPlanOfCare.entry Optional entry used to represent structured care plans DefinitionDynamic, personalized plan including identified needed healthcare activity, health objectives and healthcare goals, relating to one or more specified health issues in a healthcare process [Source EN ISO 13940] If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
carePlan | I | 0..* | Reference(CarePlan) | Element IdComposition.section:sectionPlanOfCare.entry:carePlan A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionPlanOfCare.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionSocialHistory | I | 0..1 | BackboneElement | Element IdComposition.section:sectionSocialHistory PS-CA Social History Section DefinitionThe social history section contains a description of the person’s Health related "lifestyle factors" or "lifestyle observations" (e.g. smoke habits; alcohol consumption; diets, risky habits.) IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error. Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionSocialHistory.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "29762-2" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 0..* | Reference(Resource) | Element IdComposition.section:sectionSocialHistory.entry Health related "lifestyle factors" or "lifestyle observations" (e.g. smoke habits; alcohol consumption; diets, risky habits.) DefinitionDescription of the person’s Health related “lifestyle factors" or "lifestyle observations" (e.g. smoke habits; alcohol consumption; diets, risky habits.) If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
smokingTobaccoUse | S I | 0..1 | Reference(SHx Observation: Tobacco Use (PS-CA)) | Element IdComposition.section:sectionSocialHistory.entry:smokingTobaccoUse A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(SHx Observation: Tobacco Use (PS-CA)) Constraints
|
alcoholUse | S I | 0..1 | Reference(SHx Observation: Alcohol Use (PS-CA)) | Element IdComposition.section:sectionSocialHistory.entry:alcoholUse A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(SHx Observation: Alcohol Use (PS-CA)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionSocialHistory.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionPregnancyHx | I | 0..1 | BackboneElement | Element IdComposition.section:sectionPregnancyHx PS-CA History of Pregnancy Section DefinitionThe history of pregnancy section shall contain information about whether the patient is currently pregnant or not. It may contain addition summarizing information about the outcome of earlier pregnancies. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries. Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionPregnancyHx.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "10162-6" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 0..* | Reference(Resource) | Element IdComposition.section:sectionPregnancyHx.entry Current pregnancy status and, optionally, information about the outcome of earlier pregnancies. DefinitionIt contains information about whether the patient is currently pregnant or not. It may contain addition summarizing information about the outcome of earlier pregnancies. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
pregnancyStatus | S I | 0..* | Reference(Observation (Pregnancy: status)) | Element IdComposition.section:sectionPregnancyHx.entry:pregnancyStatus A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. Pending definition of a PS CA pregnancy status observation profile in a future release of PS CA, implementors are encouraged to use the IPS pregnancy status observation profile. Reference(Observation (Pregnancy: status)) Constraints
|
pregnancyOutcomeSummary | S I | 0..* | Reference(Observation (Pregnancy: outcome)) | Element IdComposition.section:sectionPregnancyHx.entry:pregnancyOutcomeSummary A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. Pending definition of a PS CA pregnancy outcome observation profile in a future release of PS CA, implementors are encouraged to use the IPS pregnancy outcome observation profile. Reference(Observation (Pregnancy: outcome)) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionPregnancyHx.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionAdvanceDirectives | I | 0..1 | BackboneElement | Element IdComposition.section:sectionAdvanceDirectives PS-CA Advance Directives Section DefinitionThe advance directives section contains a narrative description of patient's advance directive. IPS-UV considers this a MS section. This constraint has been relaxed in the PS-CA to allow for jurisdictions who will not be including this domain/section in their initial implementation of patient summaries.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionAdvanceDirectives.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "42348-3" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 0..* | Reference(Resource) | Element IdComposition.section:sectionAdvanceDirectives.entry Narrative description of the patient's advance directive. DefinitionContains a narrative description or a Consent entry with information about the patient's advance directive. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
advanceDirectivesConsent | S I | 0..* | Reference(Consent) | Element IdComposition.section:sectionAdvanceDirectives.entry:advanceDirectivesConsent A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided.
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionAdvanceDirectives.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
sectionFamilyHistory | I | 0..1 | BackboneElement | Element IdComposition.section:sectionFamilyHistory PS-CA Family History Section DefinitionThe family history section contains a description of the patient's family history. This is a new section being introduced by the PS-CA specification at the request of jurisdictions.
|
title | S | 1..1 | string | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.title Label for section (e.g. for ToC) Alternate namesheader, label, caption DefinitionThe label for this particular section. This will be part of the rendered content for the document, and is often used to build a table of contents. Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. The title identifies the section for a human reader. The title must be consistent with the narrative of the resource that is the target of the section.content reference. Generally, sections SHOULD have titles, but in some documents, it is unnecessary or inappropriate. Typically, this is where a section has subsections that have their own adequately distinguishing title, or documents that only have a single section. Most Implementation Guides will make section title to be a required element.
|
code | S | 1..1 | CodeableConceptPattern | Element IdComposition.section:sectionFamilyHistory.code Classification of section (recommended) DefinitionA code identifying the kind of content contained within the section. This must be consistent with the section title. Provides computable standardized labels to topics within the document. The code identifies the section for an automated processor of the document. This is particularly relevant when using profiles to control the structure of the document. If the section has content (instead of sub-sections), the section.code does not change the meaning or interpretation of the resource that is the content of the section in the comments for the section.code. Classification of a section of a composition/document. DocumentSectionCodes (example)Constraints
{ "coding": [ { "system": "http://loinc.org", "code": "10157-6" } ] }
|
author | I | 0..* | Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.author Who and/or what authored the section DefinitionIdentifies who is responsible for the information in this section, not necessarily who typed it in. Identifies who is responsible for the content. References SHALL be a reference to an actual FHIR resource, and SHALL be resolveable (allowing for access control, temporary unavailability, etc.). Resolution can be either by retrieval from the URL, or, where applicable by resource type, by treating an absolute reference as a canonical URL and looking it up in a local registry/repository. Reference(Practitioner | PractitionerRole | Device | Patient | RelatedPerson | Organization) Constraints
|
focus | I | 0..1 | Reference(Resource) | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.focus Who/what the section is about, when it is not about the subject of composition DefinitionThe actual focus of the section when it is not the subject of the composition, but instead represents something or someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. If not focus is specified, the focus is assumed to be focus of the parent section, or, for a section in the Composition itself, the subject of the composition. Sections with a focus SHALL only include resources where the logical subject (patient, subject, focus, etc.) matches the section focus, or the resources have no logical subject (few resources). Typically, sections in a doument are about the subject of the document, whether that is a patient, or group of patients, location, or device, or whatever. For some kind of documents, some sections actually contain data about related entities. Typical examples are a section in a newborn discharge summary concerning the mother, or family history documents, with a section about each family member, though there are many other examples.
|
text | S I | 1..1 | Narrative | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.text Text summary of the section, for human interpretation DefinitionA human-readable narrative that contains the attested content of the section, used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Document profiles may define what content should be represented in the narrative to ensure clinical safety.
|
mode | 0..1 | codeBinding | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.mode working | snapshot | changes DefinitionHow the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted. Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. This element is labeled as a modifier because a change list must not be misunderstood as a complete list. The processing mode that applies to this section. ListMode (required)Constraints
| |
orderedBy | 0..1 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.orderedBy Order of section entries DefinitionSpecifies the order applied to the items in the section entries. Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. Applications SHOULD render ordered lists in the order provided, but MAY allow users to re-order based on their own preferences as well. If there is no order specified, the order is unknown, though there may still be some order. What order applies to the items in the entry. ListOrderCodes (preferred)Constraints
| |
entry | S I | 0..* | Reference(Resource) | Element IdComposition.section:sectionFamilyHistory.entry Narrative description of the patient's family history. DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Unordered, Open, by $this.resolve()(Profile) Constraints
|
FamilyMemberHistory | S I | 0..* | Reference(FamilyMemberHistory) | Element IdComposition.section:sectionFamilyHistory.entry:FamilyMemberHistory A reference to data that supports this section DefinitionA reference to the actual resource from which the narrative in the section is derived. If there are no entries in the list, an emptyReason SHOULD be provided. Reference(FamilyMemberHistory) Constraints
|
emptyReason | I | 0..0 | CodeableConceptBinding | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.emptyReason Why the section is empty DefinitionIf the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. Allows capturing things like "none exist" or "not asked" which can be important for most lists. The various reasons for an empty section make a significant interpretation to its interpretation. Note that this code is for use when the entire section content has been suppressed, and not for when individual items are omitted - implementers may consider using a text note or a flag on an entry in these cases. If a section is empty, why it is empty. ListEmptyReasons (preferred)Constraints
|
section | I | 0..0 | see (section) | There are no (further) constraints on this element Element IdComposition.section:sectionFamilyHistory.section Nested Section DefinitionA nested sub-section within this section. Nested sections are primarily used to help human readers navigate to particular portions of the document.
|
Key Differences between the IPS-UV and PS-CA
Composition:
- Across Composition: Removed redundant data type profiling on fixed/patterned codeable concepts, modified references to point to equivalent PS-CA profiles
- Composition.event: Relax MS flag on event due to the scope of the PS-CA needing to support summaries that are generated outside a direct care event (e.g., including summaries that are machine-generated/on-demand)
- Composition.encounter: Relax MS flag since policy has not been developed in Canada confirming the expectations under which a patient summary is created
- Further discussion is required to determine if systems will be expected to show they can construct an encounter resource in order to be conformant to the specification
- Composition.author, Composition.attester, Composition.custodian - Modified references to point towards Canadian Baseline profiles and the PS-CA patient profile since the IPS-UV currently points to profiles that are improperly scoped to diagnostic result authoring practitioners, organizations, etc.
- Further investigation into whether additional elements/PS-CA profiles are needed (beyond the CA Baseline constraints) to support the use of these elements
Composition Sections
Composition.sectionMedications + Composition.sectionAllergies + Composition sectionProblems:
- IPS-UV requires a minimum cardinality of 1 on this section to ensure it is always populated with some kind of entry. This constraint has been maintainted in the PS-CA.
- However, a new pattern has been developed for systems that wholistically cannot produce content for the profiles in these sections at the time of Version 1 of this specification.
This new pattern involves the use of the "contentNotSupported" profile to communicate if the producing system does not support the referenced required profile at the time of initial implementation
- Systems that can support the clinical profiles referenced in these section that do not have content for a given patient should use the absent/unknown pattern in the clinical profile.
This pattern is considered a temporary measure to allow for patient summaries to be exchanged in Canada (and internationally) while some systems work to meet the expectations for the full set of patient summary sections.
Note: This guide is specifically seeking feedback on the support of this pattern from the vendor/solution community to determine its feasibility before the V1 Trial Implementation. This approach is likely to evolve as Canada and other national implementations work with the IPS-UV team to identify a pattern for national implementors to account for differing levels of domain prioritization early on in adoption
Composition.sectionProceduresHx + Composition.sectionImmunizations + Composition.sectionVitalSigns + Composition.sectionPastIllenessHx + Composition.sectionSocialHistory:
- Removed must support flag from section according to principles found in Profiling Conventions and Approach
- IPS-UV considers this an MS section. This constraint has been relaxed in the PS-CA to not put undue conformance expectations on jurisdictions who will not be including this domain/section in their initial implementation of patient summaries.
- Participating jurisdictions are expected to be able to receive this section in a patient summary without flagging an error.
- Vendors should anticipate that the must support flag may be re-evaluated for application in future releases
- Additionally vendors should expect that some jurisdictions may further constrain support of this section within the context of their own jurisdictional content
Composition.sectionResults + Composition.sectionMedicalDevices + Composition.sectionFunctionalStatus + Composition.sectionPlanOfCare + Composition.sectionPregnancyHx + Composition.sectionAdvanceDirectives :
- Removed must support flag from section according to principles found in Profiling Conventions and Approach
- IPS-UV considers this an MS section, but this section is not considered in scope as for participating jurisdictions in the initial implementation. This constraint has been relaxed in the PS-CA to not put undue conformance expectations on jurisdictions who will not be including this domain/section in their initial implementation of patient summaries.
Composition Section.Entries
Composition.sectionMedications.entry + Composition.sectionAllergies.entry + Composition sectionProblems.entry:
Broadened the profiles accepted in these entries to include additional "contentNotSupported" profile as a way to communicate if the producing system does not support the referenced required profile at the time of initial implementation
- Note: This guide is specifically seeking feedback on the support of this pattern from the vendor/solution community to determine its feasibility before the V1 Trial Implementation. This approach is likely to evolve as Canada and other national implementations work with the IPS-UV team to identify a pattern for national implementors to account for differing levels of domain prioritization early on in adoption
Composition.sectionMedications.entry: Broadened the expectations for this entry to also allow for jursidictions who can only produce medicationRequest resources (from prescription information sources) to supply a medicationRequest rather than improperly create a medicationStatement when the statement on usage of the medication can not be verified
- Minimum cardinality remains the same - but accepted profiles allow for medicationStatements, medicationRequests, or both.
- Note: This is currently considered a break in compliance with the IPS-UV (since that specification requires a medicationStatement be present). This pattern is being recommended to the IPS-UV team for a correction in the global specification