Guia de Implementação da SES GO - CORE
1.1.0 - draft
Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions
| Draft as of 2025-11-26 |
Definitions for the declaracao-nascido-vivo resource profile.
Instruções sobre como interpretar o conteúdo desta tabela podem ser encontradashere
| 0. Composition | |
| Definição | A set of healthcare-related information that is assembled together into a single logical package 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. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). |
| Curto | A set of resources composed into a single coherent clinical statement with clinical attestation |
| Comentários | 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. |
| Controlo | 0..* |
| É modificador | false |
| Resumo | false |
| Invariantes | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty()) dom-6: A resource should have narrative for robust management (text.`div`.exists()) anomalia-obrigatoria-quando-sim: Deve existir ao menos uma anomalia congênita registrada quando o estado for 'SIM'. ( section.entry.resolve().where(meta.profile = 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estado-anomalia-congenita-nascimento').where(value.coding.code = 'SIM').exists() implies section.entry.resolve().where(meta.profile = 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/anomalia-congenita-nascimento').count() >= 1) |
| 2. Composition.implicitRules | |
| Definição | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. |
| Curto | A set of rules under which this content was created |
| Comentários | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. |
| Controlo | 0..1 |
| Tipo | uri |
| É modificador | true porque This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 4. Composition.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them |
| Resumo | false |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 6. Composition.identifier | |
| Definição | A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time. |
| Curto | Version-independent identifier for the Composition |
| Comentários | Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate. |
| Nota | Trata-se de um identificador de empresa e não de um identificador de recurso (ver discussão) |
| Controlo | 10..1 |
| Tipo | Identifier |
| É modificador | false |
| Resumo | true |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 8. Composition.identifier.use | |
| Definição | The purpose of this identifier. |
| Curto | usual | official | temp | secondary | old (If known) |
| Comentários | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. |
| Controlo | 0..1 |
| Vínculo | Os códigos DEVERÃO ser retirados de IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)Identifies the purpose for this identifier, if known . |
| Tipo | code |
| É modificador | true porque This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 10. Composition.identifier.system | |
| Definição | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. |
| Curto | The namespace for the identifier value |
| Comentários | Identifier.system is always case sensitive. |
| Controlo | 10..1 |
| Tipo | uri |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. |
| Valor do padrão | http://www.saude.go.gov.br/fhir/r4/NamingSystem/dnv |
| Exemplo | General: http://www.acme.com/identifiers/patient |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 12. Composition.identifier.value | |
| Definição | The portion of the identifier typically relevant to the user and which is unique within the context of the system. |
| Curto | Número da Declaração de Nascido VivoThe value that is unique |
| Comentários | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Exemplo | General: 123456 |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 14. Composition.status | |
| Definição | The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document. |
| Curto | preliminary | final | amended | entered-in-error |
| Comentários | 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. |
| Controlo | 1..1 |
| Vínculo | Os códigos DEVERÃO ser retirados de CompositionStatushttp://hl7.org/fhir/ValueSet/composition-status|4.0.1 (required to http://hl7.org/fhir/ValueSet/composition-status|4.0.1)The workflow/clinical status of the composition. |
| Tipo | code |
| É modificador | true porque This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | Need to be able to mark interim, amended, or withdrawn compositions or documents. |
| Valor do padrão | final |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 16. Composition.type | |
| Definição | Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition. |
| Curto | Kind of composition (LOINC if possible) |
| Comentários | 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. |
| Controlo | 1..1 |
| Vínculo | Os códigos DEVERÃO ser retirados de FHIRDocumentTypeCodeshttp://hl7.org/fhir/ValueSet/doc-typecodes (preferred to http://hl7.org/fhir/ValueSet/doc-typecodes)Type of a composition. |
| Tipo | CodeableConcept |
| É modificador | false |
| Resumo | true |
| Requisitos | Key metadata element describing the composition, used in searching/filtering. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 18. Composition.date | |
| Definição | The composition editing time, when the composition was last logically changed by the author. |
| Curto | Data do preenchimentoComposition editing time |
| Comentários | The Last Modified Date on the composition may be after the date of the document was attested without being changed. |
| Controlo | 1..1 |
| Tipo | dateTime |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Requisitos | 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. 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. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 20. Composition.author | |
| Definição | Identifies who is responsible for the information in the composition, not necessarily who typed it in. |
| Curto | Who and/or what authored the composition |
| Controlo | 1..1* |
| Tipo | Reference(Responsável pelo Preenchimento do Documento, Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) |
| É modificador | false |
| Resumo | true |
| Requisitos | Identifies who is responsible for the content. |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 22. Composition.title | |
| Definição | Official human-readable label for the composition. |
| Curto | Human Readable name/title |
| Comentários | 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. |
| Controlo | 1..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | true |
| Valor do padrão | Declaração de Nascido Vivo |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 24. Composition.section | |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 200..* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| Slicing | Este elemento introduz um conjunto de fatias em Composition.section. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 26. Composition.section.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 28. Composition.section:identificacaoRecemNascido | |
| Nome da fatia | identificacaoRecemNascido |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 30. Composition.section:identificacaoRecemNascido.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 32. Composition.section:identificacaoRecemNascido.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Identificação do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 34. Composition.section:identificacaoRecemNascido.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Identificação do Recém-Nascido, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 36. Composition.section:cartorioRegistroCivil | |
| Nome da fatia | cartorioRegistroCivil |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 38. Composition.section:cartorioRegistroCivil.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 40. Composition.section:cartorioRegistroCivil.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Cartório de Registro do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 42. Composition.section:cartorioRegistroCivil.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Cartório de Registro Civil, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 44. Composition.section:dadosClinicosRecemNascido | |
| Nome da fatia | dadosClinicosRecemNascido |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 46. Composition.section:dadosClinicosRecemNascido.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 48. Composition.section:dadosClinicosRecemNascido.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Dados clinicos do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 50. Composition.section:dadosClinicosRecemNascido.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Dados Clínicos do Recém-Nascido, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 52. Composition.section:localParto | |
| Nome da fatia | localParto |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 54. Composition.section:localParto.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 56. Composition.section:localParto.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Local de Ocorrência do Parto |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 58. Composition.section:localParto.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Local de Ocorrência do Parto (nascimento), Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 60. Composition.section:pesoAoNascer | |
| Nome da fatia | pesoAoNascer |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 62. Composition.section:pesoAoNascer.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 64. Composition.section:pesoAoNascer.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Peso do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 66. Composition.section:pesoAoNascer.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Peso do recém-nascido ao nascer., Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 68. Composition.section:apgar | |
| Nome da fatia | apgar |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 70. Composition.section:apgar.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 72. Composition.section:apgar.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Ápgar do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 74. Composition.section:apgar.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Ápgar do(a) Recém-Nascido(a), Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 76. Composition.section:comprimentoRecemNascido | |
| Nome da fatia | comprimentoRecemNascido |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 78. Composition.section:comprimentoRecemNascido.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 80. Composition.section:comprimentoRecemNascido.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Comprimento do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 82. Composition.section:comprimentoRecemNascido.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Comprimento do recém-nascido ao nascer., Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 84. Composition.section:perimetroCefalicoRecemNascido | |
| Nome da fatia | perimetroCefalicoRecemNascido |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 86. Composition.section:perimetroCefalicoRecemNascido.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 88. Composition.section:perimetroCefalicoRecemNascido.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Perímetro Cefálico do(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 90. Composition.section:perimetroCefalicoRecemNascido.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Perímetro cefálico do recém-nascido ao nascer., Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 92. Composition.section:estadoAnomaliaCongenitaNascimento | |
| Nome da fatia | estadoAnomaliaCongenitaNascimento |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 94. Composition.section:estadoAnomaliaCongenitaNascimento.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 96. Composition.section:estadoAnomaliaCongenitaNascimento.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Estado da Detecção de Anomalia Congênita no(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 98. Composition.section:estadoAnomaliaCongenitaNascimento.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Estado da Detecção de Anomalia Congênita ao Nascer, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 100. Composition.section:anomaliaCongenitaNascimento | |
| Nome da fatia | anomaliaCongenitaNascimento |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 0..* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 102. Composition.section:anomaliaCongenitaNascimento.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 104. Composition.section:anomaliaCongenitaNascimento.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Anomalia(s) Congênita(s) Observada(s) no(a) Recém-Nascido(a) |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 106. Composition.section:anomaliaCongenitaNascimento.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Anomalia Congênita Observada no Nascimento, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 108. Composition.section:atendimentoParto | |
| Nome da fatia | atendimentoParto |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 110. Composition.section:atendimentoParto.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 112. Composition.section:atendimentoParto.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Atendimento do Parto |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 114. Composition.section:atendimentoParto.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Atendimento do Parto, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 116. Composition.section:historicoGestacional | |
| Nome da fatia | historicoGestacional |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 118. Composition.section:historicoGestacional.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 120. Composition.section:historicoGestacional.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Histórico Gestacional da Parturiente |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 122. Composition.section:historicoGestacional.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Histórico Gestacional, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 124. Composition.section:ultimaMenstruacaoParturiente | |
| Nome da fatia | ultimaMenstruacaoParturiente |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 126. Composition.section:ultimaMenstruacaoParturiente.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 128. Composition.section:ultimaMenstruacaoParturiente.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Data da Última Menstruação da Parturiente |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 130. Composition.section:ultimaMenstruacaoParturiente.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Data da Última Menstruação, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 132. Composition.section:idadeGestacional | |
| Nome da fatia | idadeGestacional |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 134. Composition.section:idadeGestacional.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 136. Composition.section:idadeGestacional.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Idade Gestacional do(a) Recém-Nascido no Parto |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 138. Composition.section:idadeGestacional.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Idade Gestacional, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 140. Composition.section:quantidadeConsultasPreNatal | |
| Nome da fatia | quantidadeConsultasPreNatal |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 142. Composition.section:quantidadeConsultasPreNatal.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 144. Composition.section:quantidadeConsultasPreNatal.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Quantidade de Consultas de Pré-Natal da Parturiente |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 146. Composition.section:quantidadeConsultasPreNatal.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Quantidade de Consultas de Pré-Natal, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 148. Composition.section:mesGestacaoInicioPreNatal | |
| Nome da fatia | mesGestacaoInicioPreNatal |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 150. Composition.section:mesGestacaoInicioPreNatal.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 152. Composition.section:mesGestacaoInicioPreNatal.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Mês de Gestação que Iniciou o Pré-Natal |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 154. Composition.section:mesGestacaoInicioPreNatal.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Mês de Gestação que Iniciou o Pré-Natal, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 156. Composition.section:quantidadeFetosGravidez | |
| Nome da fatia | quantidadeFetosGravidez |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 158. Composition.section:quantidadeFetosGravidez.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 160. Composition.section:quantidadeFetosGravidez.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Quantidade de Fetos na Gravidez |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 162. Composition.section:quantidadeFetosGravidez.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Quantidade de Fetos na Gravidez, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 164. Composition.section:tipoApresentacaoFetal | |
| Nome da fatia | tipoApresentacaoFetal |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 166. Composition.section:tipoApresentacaoFetal.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 168. Composition.section:tipoApresentacaoFetal.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Tipo de Apresentação Fetal do Recém-Nascido no Parto |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 170. Composition.section:tipoApresentacaoFetal.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Tipo de Apresentação Fetal, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 172. Composition.section:trabalhoPartoInduzido | |
| Nome da fatia | trabalhoPartoInduzido |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 174. Composition.section:trabalhoPartoInduzido.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 176. Composition.section:trabalhoPartoInduzido.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Trabalho de Parto Induzido |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 178. Composition.section:trabalhoPartoInduzido.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Trabalho de Parto Induzido, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 180. Composition.section:metodoParto | |
| Nome da fatia | metodoParto |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 182. Composition.section:metodoParto.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 184. Composition.section:metodoParto.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Método de Parto |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 186. Composition.section:metodoParto.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Método de Parto, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 188. Composition.section:cesareaAntesTrabalhoPartoInicio | |
| Nome da fatia | cesareaAntesTrabalhoPartoInicio |
| Definição | The root of the sections that make up the composition. |
| Curto | Composition is broken into sections |
| Controlo | 10..1* |
| Tipo | BackboneElement |
| É modificador | false |
| Resumo | false |
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists()) cmp-2: A section can only have an emptyReason if it is empty (emptyReason.empty() or entry.empty()) |
| 190. Composition.section:cesareaAntesTrabalhoPartoInicio.modifierExtension | |
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). |
| Curto | Extensions that cannot be ignored even if unrecognized |
| Comentários | 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. |
| Controlo | 0..* |
| Tipo | Extension |
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them |
| Resumo | true |
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. |
| Nomes alternativos | extensions, user content, modifiers |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists()) |
| 192. Composition.section:cesareaAntesTrabalhoPartoInicio.title | |
| Definição | The 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. |
| Curto | Label for section (e.g. for ToC) |
| Comentários | 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. |
| Controlo | 10..1 |
| Tipo | string |
| É modificador | false |
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão |
| Resumo | false |
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. |
| Nomes alternativos | header, label, caption |
| Valor do padrão | Cesárea Ocorreu Antes do Trabalho de Parto Iniciar |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
| 194. Composition.section:cesareaAntesTrabalhoPartoInicio.entry | |
| Definição | A reference to the actual resource from which the narrative in the section is derived. |
| Curto | A reference to data that supports this section |
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. |
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 |
| Tipo | Reference(Cesárea Ocorreu Antes do Trabalho de Parto Iniciar, Resource) |
| É modificador | false |
| Resumo | false |
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) |
Instruções sobre como interpretar o conteúdo desta tabela podem ser encontradashere
| 0. Composition | |
| Invariantes | anomalia-obrigatoria-quando-sim: Deve existir ao menos uma anomalia congênita registrada quando o estado for 'SIM'. (section.entry.resolve().where(meta.profile = 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estado-anomalia-congenita-nascimento').where(value.coding.code = 'SIM').exists() implies section.entry.resolve().where(meta.profile = 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/anomalia-congenita-nascimento').count() >= 1) |
| 2. Composition.identifier | |
| Nota | Trata-se de um identificador de empresa e não de um identificador de recurso (ver discussão) |
| Controlo | 1..? |
| 4. Composition.identifier.system | |
| Controlo | 1..? |
| Valor do padrão | http://www.saude.go.gov.br/fhir/r4/NamingSystem/dnv |
| 6. Composition.identifier.value | |
| Curto | Número da Declaração de Nascido Vivo |
| Controlo | 1..? |
| 8. Composition.identifier.period | |
| 10. Composition.identifier.period.start | |
| Curto | Data do preenchimento |
| Controlo | 1..? |
| 12. Composition.status | |
| Valor do padrão | final |
| 14. Composition.type | |
| 16. Composition.type.coding | |
| 18. Composition.type.coding.system | |
| Controlo | 1..? |
| Valor do padrão | https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-documento-representado |
| 20. Composition.type.coding.code | |
| Controlo | 1..? |
| Valor do padrão | 008 |
| 22. Composition.date | |
| Curto | Data do preenchimento |
| 24. Composition.author | |
| Controlo | 0..1 |
| Tipo | Reference(Responsável pelo Preenchimento do Documento) |
| 26. Composition.title | |
| Valor do padrão | Declaração de Nascido Vivo |
| 28. Composition.section | |
| Controlo | 20..? |
| Slicing | Este elemento introduz um conjunto de fatias em Composition.section. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: |
| 30. Composition.section:identificacaoRecemNascido | |
| Nome da fatia | identificacaoRecemNascido |
| Controlo | 1..1 |
| 32. Composition.section:identificacaoRecemNascido.title | |
| Controlo | 1..? |
| Valor do padrão | Identificação do(a) Recém-Nascido(a) |
| 34. Composition.section:identificacaoRecemNascido.entry | |
| Tipo | Reference(Identificação do Recém-Nascido) |
| 36. Composition.section:cartorioRegistroCivil | |
| Nome da fatia | cartorioRegistroCivil |
| Controlo | 1..1 |
| 38. Composition.section:cartorioRegistroCivil.title | |
| Controlo | 1..? |
| Valor do padrão | Cartório de Registro do(a) Recém-Nascido(a) |
| 40. Composition.section:cartorioRegistroCivil.entry | |
| Tipo | Reference(Cartório de Registro Civil) |
| 42. Composition.section:dadosClinicosRecemNascido | |
| Nome da fatia | dadosClinicosRecemNascido |
| Controlo | 1..1 |
| 44. Composition.section:dadosClinicosRecemNascido.title | |
| Controlo | 1..? |
| Valor do padrão | Dados clinicos do(a) Recém-Nascido(a) |
| 46. Composition.section:dadosClinicosRecemNascido.entry | |
| Tipo | Reference(Dados Clínicos do Recém-Nascido) |
| 48. Composition.section:localParto | |
| Nome da fatia | localParto |
| Controlo | 1..1 |
| 50. Composition.section:localParto.title | |
| Controlo | 1..? |
| Valor do padrão | Local de Ocorrência do Parto |
| 52. Composition.section:localParto.entry | |
| Tipo | Reference(Local de Ocorrência do Parto (nascimento)) |
| 54. Composition.section:pesoAoNascer | |
| Nome da fatia | pesoAoNascer |
| Controlo | 1..1 |
| 56. Composition.section:pesoAoNascer.title | |
| Controlo | 1..? |
| Valor do padrão | Peso do(a) Recém-Nascido(a) |
| 58. Composition.section:pesoAoNascer.entry | |
| Tipo | Reference(Peso do recém-nascido ao nascer.) |
| 60. Composition.section:apgar | |
| Nome da fatia | apgar |
| Controlo | 1..1 |
| 62. Composition.section:apgar.title | |
| Controlo | 1..? |
| Valor do padrão | Ápgar do(a) Recém-Nascido(a) |
| 64. Composition.section:apgar.entry | |
| Tipo | Reference(Ápgar do(a) Recém-Nascido(a)) |
| 66. Composition.section:comprimentoRecemNascido | |
| Nome da fatia | comprimentoRecemNascido |
| Controlo | 1..1 |
| 68. Composition.section:comprimentoRecemNascido.title | |
| Controlo | 1..? |
| Valor do padrão | Comprimento do(a) Recém-Nascido(a) |
| 70. Composition.section:comprimentoRecemNascido.entry | |
| Tipo | Reference(Comprimento do recém-nascido ao nascer.) |
| 72. Composition.section:perimetroCefalicoRecemNascido | |
| Nome da fatia | perimetroCefalicoRecemNascido |
| Controlo | 1..1 |
| 74. Composition.section:perimetroCefalicoRecemNascido.title | |
| Controlo | 1..? |
| Valor do padrão | Perímetro Cefálico do(a) Recém-Nascido(a) |
| 76. Composition.section:perimetroCefalicoRecemNascido.entry | |
| Tipo | Reference(Perímetro cefálico do recém-nascido ao nascer.) |
| 78. Composition.section:estadoAnomaliaCongenitaNascimento | |
| Nome da fatia | estadoAnomaliaCongenitaNascimento |
| Controlo | 1..1 |
| 80. Composition.section:estadoAnomaliaCongenitaNascimento.title | |
| Controlo | 1..? |
| Valor do padrão | Estado da Detecção de Anomalia Congênita no(a) Recém-Nascido(a) |
| 82. Composition.section:estadoAnomaliaCongenitaNascimento.entry | |
| Tipo | Reference(Estado da Detecção de Anomalia Congênita ao Nascer) |
| 84. Composition.section:anomaliaCongenitaNascimento | |
| Nome da fatia | anomaliaCongenitaNascimento |
| Controlo | 0..* |
| 86. Composition.section:anomaliaCongenitaNascimento.title | |
| Controlo | 1..? |
| Valor do padrão | Anomalia(s) Congênita(s) Observada(s) no(a) Recém-Nascido(a) |
| 88. Composition.section:anomaliaCongenitaNascimento.entry | |
| Tipo | Reference(Anomalia Congênita Observada no Nascimento) |
| 90. Composition.section:atendimentoParto | |
| Nome da fatia | atendimentoParto |
| Controlo | 1..1 |
| 92. Composition.section:atendimentoParto.title | |
| Controlo | 1..? |
| Valor do padrão | Atendimento do Parto |
| 94. Composition.section:atendimentoParto.entry | |
| Tipo | Reference(Atendimento do Parto) |
| 96. Composition.section:historicoGestacional | |
| Nome da fatia | historicoGestacional |
| Controlo | 1..1 |
| 98. Composition.section:historicoGestacional.title | |
| Controlo | 1..? |
| Valor do padrão | Histórico Gestacional da Parturiente |
| 100. Composition.section:historicoGestacional.entry | |
| Tipo | Reference(Histórico Gestacional) |
| 102. Composition.section:ultimaMenstruacaoParturiente | |
| Nome da fatia | ultimaMenstruacaoParturiente |
| Controlo | 1..1 |
| 104. Composition.section:ultimaMenstruacaoParturiente.title | |
| Controlo | 1..? |
| Valor do padrão | Data da Última Menstruação da Parturiente |
| 106. Composition.section:ultimaMenstruacaoParturiente.entry | |
| Tipo | Reference(Data da Última Menstruação) |
| 108. Composition.section:idadeGestacional | |
| Nome da fatia | idadeGestacional |
| Controlo | 1..1 |
| 110. Composition.section:idadeGestacional.title | |
| Controlo | 1..? |
| Valor do padrão | Idade Gestacional do(a) Recém-Nascido no Parto |
| 112. Composition.section:idadeGestacional.entry | |
| Tipo | Reference(Idade Gestacional) |
| 114. Composition.section:quantidadeConsultasPreNatal | |
| Nome da fatia | quantidadeConsultasPreNatal |
| Controlo | 1..1 |
| 116. Composition.section:quantidadeConsultasPreNatal.title | |
| Controlo | 1..? |
| Valor do padrão | Quantidade de Consultas de Pré-Natal da Parturiente |
| 118. Composition.section:quantidadeConsultasPreNatal.entry | |
| Tipo | Reference(Quantidade de Consultas de Pré-Natal) |
| 120. Composition.section:mesGestacaoInicioPreNatal | |
| Nome da fatia | mesGestacaoInicioPreNatal |
| Controlo | 1..1 |
| 122. Composition.section:mesGestacaoInicioPreNatal.title | |
| Controlo | 1..? |
| Valor do padrão | Mês de Gestação que Iniciou o Pré-Natal |
| 124. Composition.section:mesGestacaoInicioPreNatal.entry | |
| Tipo | Reference(Mês de Gestação que Iniciou o Pré-Natal) |
| 126. Composition.section:quantidadeFetosGravidez | |
| Nome da fatia | quantidadeFetosGravidez |
| Controlo | 1..1 |
| 128. Composition.section:quantidadeFetosGravidez.title | |
| Controlo | 1..? |
| Valor do padrão | Quantidade de Fetos na Gravidez |
| 130. Composition.section:quantidadeFetosGravidez.entry | |
| Tipo | Reference(Quantidade de Fetos na Gravidez) |
| 132. Composition.section:tipoApresentacaoFetal | |
| Nome da fatia | tipoApresentacaoFetal |
| Controlo | 1..1 |
| 134. Composition.section:tipoApresentacaoFetal.title | |
| Controlo | 1..? |
| Valor do padrão | Tipo de Apresentação Fetal do Recém-Nascido no Parto |
| 136. Composition.section:tipoApresentacaoFetal.entry | |
| Tipo | Reference(Tipo de Apresentação Fetal) |
| 138. Composition.section:trabalhoPartoInduzido | |
| Nome da fatia | trabalhoPartoInduzido |
| Controlo | 1..1 |
| 140. Composition.section:trabalhoPartoInduzido.title | |
| Controlo | 1..? |
| Valor do padrão | Trabalho de Parto Induzido |
| 142. Composition.section:trabalhoPartoInduzido.entry | |
| Tipo | Reference(Trabalho de Parto Induzido) |
| 144. Composition.section:metodoParto | |
| Nome da fatia | metodoParto |
| Controlo | 1..1 |
| 146. Composition.section:metodoParto.title | |
| Controlo | 1..? |
| Valor do padrão | Método de Parto |
| 148. Composition.section:metodoParto.entry | |
| Tipo | Reference(Método de Parto) |
| 150. Composition.section:cesareaAntesTrabalhoPartoInicio | |
| Nome da fatia | cesareaAntesTrabalhoPartoInicio |
| Controlo | 1..1 |
| 152. Composition.section:cesareaAntesTrabalhoPartoInicio.title | |
| Controlo | 1..? |
| Valor do padrão | Cesárea Ocorreu Antes do Trabalho de Parto Iniciar |
| 154. Composition.section:cesareaAntesTrabalhoPartoInicio.entry | |
| Tipo | Reference(Cesárea Ocorreu Antes do Trabalho de Parto Iniciar) |
Instruções sobre como interpretar o conteúdo desta tabela podem ser encontradashere
| 0. Composition | |||||
| Definição | A set of healthcare-related information that is assembled together into a single logical package 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. A Composition defines the structure and narrative content necessary for a document. However, a Composition alone does not constitute a document. Rather, the Composition must be the first entry in a Bundle where Bundle.type=document, and any other resources referenced from Composition must be included as subsequent entries in the Bundle (for example Patient, Practitioner, Encounter, etc.). | ||||
| Curto | A set of resources composed into a single coherent clinical statement with clinical attestation | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource ( contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated ( contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())dom-5: If a resource is contained in another resource, it SHALL NOT have a security label ( contained.meta.security.empty())dom-6: A resource should have narrative for robust management ( text.`div`.exists())anomalia-obrigatoria-quando-sim: Deve existir ao menos uma anomalia congênita registrada quando o estado for 'SIM'. ( section.entry.resolve().where(meta.profile = 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/estado-anomalia-congenita-nascimento').where(value.coding.code = 'SIM').exists() implies section.entry.resolve().where(meta.profile = 'https://fhir.saude.go.gov.br/r4/core/StructureDefinition/anomalia-congenita-nascimento').count() >= 1) | ||||
| 2. Composition.id | |||||
| Definição | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. | ||||
| Curto | Logical id of this artifact | ||||
| Comentários | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. | ||||
| Controlo | 0..1 | ||||
| Tipo | id | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| 4. Composition.meta | |||||
| Definição | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource. | ||||
| Curto | Metadata about the resource | ||||
| Controlo | 0..1 | ||||
| Tipo | Meta | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 6. Composition.implicitRules | |||||
| Definição | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc. | ||||
| Curto | A set of rules under which this content was created | ||||
| Comentários | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc. | ||||
| Controlo | 0..1 | ||||
| Tipo | uri | ||||
| É modificador | true porque This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 8. Composition.language | |||||
| Definição | The base language in which the resource is written. | ||||
| Curto | Language of the resource content | ||||
| Comentários | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de CommonLanguages (preferred to http://hl7.org/fhir/ValueSet/languages)A human language.
| ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 10. Composition.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the resource, for human interpretation | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | narrative, html, xhtml, display | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 12. Composition.contained | |||||
| Definição | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. | ||||
| Curto | Contained, inline Resources | ||||
| Comentários | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels. | ||||
| Controlo | 0..* | ||||
| Tipo | Resource | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | inline resources, anonymous resources, contained resources | ||||
| 14. Composition.extension | |||||
| Definição | May 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 16. Composition.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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 is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them | ||||
| Resumo | false | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 18. Composition.identifier | |||||
| Definição | A version-independent identifier for the Composition. This identifier stays constant as the composition is changed over time. | ||||
| Curto | Version-independent identifier for the Composition | ||||
| Comentários | Similar to ClinicalDocument/setId in CDA. See discussion in resource definition for how these relate. | ||||
| Nota | Trata-se de um identificador de empresa e não de um identificador de recurso (ver discussão) | ||||
| Controlo | 1..1 | ||||
| Tipo | Identifier | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 20. Composition.identifier.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 22. Composition.identifier.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Composition.identifier.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 24. Composition.identifier.use | |||||
| Definição | The purpose of this identifier. | ||||
| Curto | usual | official | temp | secondary | old (If known) | ||||
| Comentários | Applications can assume that an identifier is permanent unless it explicitly says that it is temporary. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de IdentifierUse (required to http://hl7.org/fhir/ValueSet/identifier-use|4.0.1)Identifies the purpose for this identifier, if known . | ||||
| Tipo | code | ||||
| É modificador | true porque This is labeled as "Is Modifier" because applications should not mistake a temporary id for a permanent one. | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 26. Composition.identifier.type | |||||
| Definição | A coded type for the identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Curto | Description of identifier | ||||
| Comentários | This element deals only with general categories of identifiers. It SHOULD not be used for codes that correspond 1..1 with the Identifier.system. Some identifiers may fall into multiple categories due to common usage. Where the system is known, a type is unnecessary because the type is always part of the system definition. However systems often need to handle identifiers where the system is not known. There is not a 1:1 relationship between type and system, since many different systems have the same type. | ||||
| Controlo | 0..1 | ||||
| Vínculo | A menos que não sejam adequados, estes códigos DEVERÃO ser retirados de Identifier Type Codes (extensible to http://hl7.org/fhir/ValueSet/identifier-type)A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows users to make use of identifiers when the identifier system is not known. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 28. Composition.identifier.system | |||||
| Definição | Establishes the namespace for the value - that is, a URL that describes a set values that are unique. | ||||
| Curto | The namespace for the identifier value | ||||
| Comentários | Identifier.system is always case sensitive. | ||||
| Controlo | 1..1 | ||||
| Tipo | uri | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | There are many sets of identifiers. To perform matching of two identifiers, we need to know what set we're dealing with. The system identifies a particular set of unique identifiers. | ||||
| Valor do padrão | http://www.saude.go.gov.br/fhir/r4/NamingSystem/dnv | ||||
| Exemplo | General: http://www.acme.com/identifiers/patient | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 30. Composition.identifier.value | |||||
| Definição | The portion of the identifier typically relevant to the user and which is unique within the context of the system. | ||||
| Curto | Número da Declaração de Nascido Vivo | ||||
| Comentários | If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the Rendered Value extension. Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Exemplo | General: 123456 | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 32. Composition.identifier.period | |||||
| Definição | Time period during which identifier is/was valid for use. | ||||
| Curto | Time period when id is/was valid for use | ||||
| Controlo | 0..1 | ||||
| Tipo | Period | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 34. Composition.identifier.period.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 36. Composition.identifier.period.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Composition.identifier.period.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 38. Composition.identifier.period.start | |||||
| Definição | The start of the period. The boundary is inclusive. | ||||
| Curto | Data do preenchimento | ||||
| Comentários | If the low element is missing, the meaning is that the low boundary is not known. | ||||
| Controlo | 1..1 Este elemento é afetado pelas seguintes invariantes: per-1 | ||||
| Tipo | dateTime | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 40. Composition.identifier.period.end | |||||
| Definição | The end of the period. If the end of the period is missing, it means no end was known or planned at the time the instance was created. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time. | ||||
| Curto | End time with inclusive boundary, if not ongoing | ||||
| Comentários | The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has an end value of 2012-02-03. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: per-1 | ||||
| Tipo | dateTime | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Significado em caso de falta | If the end of the period is missing, it means that the period is ongoing | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 42. Composition.identifier.assigner | |||||
| Definição | Organization that issued/manages the identifier. | ||||
| Curto | Organization that issued id (may be just text) | ||||
| Comentários | The Identifier.assigner may omit the .reference element and only contain a .display element reflecting the name or other textual information about the assigning organization. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Organization) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 44. Composition.status | |||||
| Definição | The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document. | ||||
| Curto | preliminary | final | amended | entered-in-error | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de CompositionStatus (required to http://hl7.org/fhir/ValueSet/composition-status|4.0.1)The workflow/clinical status of the composition. | ||||
| Tipo | code | ||||
| É modificador | true porque This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be able to mark interim, amended, or withdrawn compositions or documents. | ||||
| Valor do padrão | final | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 46. Composition.type | |||||
| Definição | Specifies the particular kind of composition (e.g. History and Physical, Discharge Summary, Progress Note). This usually equates to the purpose of making the composition. | ||||
| Curto | Kind of composition (LOINC if possible) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de FHIRDocumentTypeCodes (preferred to http://hl7.org/fhir/ValueSet/doc-typecodes)Type of a composition. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Key metadata element describing the composition, used in searching/filtering. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 48. Composition.type.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 50. Composition.type.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Composition.type.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 52. Composition.type.coding | |||||
| Definição | A reference to a code defined by a terminology system. | ||||
| Curto | Code defined by a terminology system | ||||
| Comentários | Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true. | ||||
| Controlo | 0..* | ||||
| Tipo | Coding | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Allows for alternative encodings within a code system, and translations to other code systems. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 54. Composition.type.coding.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 56. Composition.type.coding.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Composition.type.coding.extension. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 58. Composition.type.coding.system | |||||
| Definição | The identification of the code system that defines the meaning of the symbol in the code. | ||||
| Curto | Identity of the terminology system | ||||
| Comentários | The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...). OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously. | ||||
| Controlo | 1..1 | ||||
| Tipo | uri | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be unambiguous about the source of the definition of the symbol. | ||||
| Valor do padrão | https://fhir.saude.go.gov.br/r4/core/CodeSystem/tipo-documento-representado | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 60. Composition.type.coding.version | |||||
| Definição | The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged. | ||||
| Curto | Version of the system - if relevant | ||||
| Comentários | Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date. | ||||
| Nota | Este é um ID de versão comercial, não um ID de versão de recurso (ver discussão) | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 62. Composition.type.coding.code | |||||
| Definição | A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination). | ||||
| Curto | Symbol in syntax defined by the system | ||||
| Controlo | 1..1 | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to refer to a particular code in the system. | ||||
| Valor do padrão | 008 | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 64. Composition.type.coding.display | |||||
| Definição | A representation of the meaning of the code in the system, following the rules of the system. | ||||
| Curto | Representation defined by the system | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | Need to be able to carry a human-readable meaning of the code for readers that do not know the system. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 66. Composition.type.coding.userSelected | |||||
| Definição | Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays). | ||||
| Curto | If this coding was chosen directly by the user | ||||
| Comentários | Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely. | ||||
| Controlo | 0..1 | ||||
| Tipo | boolean | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 68. Composition.type.text | |||||
| Definição | A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user. | ||||
| Curto | Plain text representation of the concept | ||||
| Comentários | Very often the text is the same as a displayName of one of the codings. | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 70. Composition.category | |||||
| Definição | A 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. | ||||
| Curto | Categorization of Composition | ||||
| Comentários | This is a metadata field from XDS/MHD. | ||||
| Controlo | 0..* | ||||
| Vínculo | Para exemplos de códigos, ver DocumentClassValueSet (example to http://hl7.org/fhir/ValueSet/document-classcodes)High-level kind of a clinical document at a macro level. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Helps humans to assess whether the composition is of interest when viewing an index of compositions or documents. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 72. Composition.subject | |||||
| Definição | Who or what the composition is about. The 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). | ||||
| Curto | Who and/or what the composition is about | ||||
| Comentários | For clinical documents, this is usually the patient. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Essential metadata for searching for the composition. Identifies who and/or what the composition/document is about. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 74. Composition.encounter | |||||
| Definição | Describes the clinical encounter or type of care this documentation is associated with. | ||||
| Curto | Context of the Composition | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Encounter) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Provides context for the composition and supports searching. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 76. Composition.date | |||||
| Definição | The composition editing time, when the composition was last logically changed by the author. | ||||
| Curto | Data do preenchimento | ||||
| Comentários | The Last Modified Date on the composition may be after the date of the document was attested without being changed. | ||||
| Controlo | 1..1 | ||||
| Tipo | dateTime | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Requisitos | 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. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 78. Composition.author | |||||
| Definição | Identifies who is responsible for the information in the composition, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the composition | ||||
| Controlo | 1..1 | ||||
| Tipo | Reference(Responsável pelo Preenchimento do Documento) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 80. Composition.title | |||||
| Definição | Official human-readable label for the composition. | ||||
| Curto | Human Readable name/title | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Valor do padrão | Declaração de Nascido Vivo | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 82. Composition.confidentiality | |||||
| Definição | The code specifying the level of confidentiality of the Composition. | ||||
| Curto | As defined by affinity domain | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de v3.ConfidentialityClassification (2014-03-26) (required to http://terminology.hl7.org/ValueSet/v3-ConfidentialityClassification|2014-03-26)Codes specifying the level of confidentiality of the composition. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 84. Composition.attester | |||||
| Definição | A participant who has attested to the accuracy of the composition/document. | ||||
| Curto | Attests to accuracy of composition | ||||
| Comentários | Only list each attester once. | ||||
| Controlo | 0..* | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies responsibility for the accuracy of the composition content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 86. Composition.attester.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 88. Composition.attester.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 90. Composition.attester.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 92. Composition.attester.mode | |||||
| Definição | The type of attestation the authenticator offers. | ||||
| Curto | personal | professional | legal | official | ||||
| Controlo | 1..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de CompositionAttestationMode (required to http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1)The way in which a person authenticated a composition. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Indicates the level of authority of the attestation. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 94. Composition.attester.time | |||||
| Definição | When the composition was attested by the party. | ||||
| Curto | When the composition was attested | ||||
| Controlo | 0..1 | ||||
| Tipo | dateTime | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Identifies when the information in the composition was deemed accurate. (Things may have changed since then.). | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 96. Composition.attester.party | |||||
| Definição | Who attested the composition in the specified way. | ||||
| Curto | Who attested the composition | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Patient, RelatedPerson, Practitioner, PractitionerRole, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who has taken on the responsibility for accuracy of the composition content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 98. Composition.custodian | |||||
| Definição | Identifies the organization or group who is responsible for ongoing maintenance of and access to the composition/document information. | ||||
| Curto | Organization which maintains the composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Organization) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Identifies where to go to find the current version, where to report issues, etc. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 100. Composition.relatesTo | |||||
| Definição | Relationships that this composition has with other compositions or documents that already exist. | ||||
| Curto | Relationships to other compositions/documents | ||||
| Comentários | A document is a version specific composition. | ||||
| Controlo | 0..* | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 102. Composition.relatesTo.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 104. Composition.relatesTo.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 106. Composition.relatesTo.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 108. Composition.relatesTo.code | |||||
| Definição | The type of relationship that this composition has with anther composition or document. | ||||
| Curto | replaces | transforms | signs | appends | ||||
| Comentários | If this document appends another document, then the document cannot be fully understood without also accessing the referenced document. | ||||
| Controlo | 1..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de DocumentRelationshipType (required to http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1)The type of relationship between documents. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 110. Composition.relatesTo.target[x] | |||||
| Definição | The target composition/document of this relationship. | ||||
| Curto | Target of the relationship | ||||
| Controlo | 1..1 | ||||
| Tipo | Escolha de: Identifier, Reference(Composition) | ||||
| [x] Nota | VerEscolha de tipos de dadospara mais informações sobre como utilizar [x] | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 112. Composition.event | |||||
| Definição | The clinical service, such as a colonoscopy or an appendectomy, being documented. | ||||
| Curto | The clinical service(s) being documented | ||||
| Comentários | The event needs to be consistent with the type element, though can provide further information if desired. | ||||
| Controlo | 0..* | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Requisitos | Provides context for the composition and creates a linkage between a resource describing an event and the composition created describing the event. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 114. Composition.event.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 116. Composition.event.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 118. Composition.event.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 120. Composition.event.code | |||||
| Definição | This 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. | ||||
| Curto | Code(s) that apply to the event being documented | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Vínculo | Para exemplos de códigos, ver v3 Code System ActCode (example to http://terminology.hl7.org/ValueSet/v3-ActCode)This list of codes represents the main clinical acts being documented. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 122. Composition.event.period | |||||
| Definição | The 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. | ||||
| Curto | The period covered by the documentation | ||||
| Controlo | 0..1 | ||||
| Tipo | Period | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 124. Composition.event.detail | |||||
| Definição | The description and/or reference of the event(s) being documented. For example, this could be used to document such a colonoscopy or an appendectomy. | ||||
| Curto | The event(s) being documented | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | true | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 126. Composition.section | |||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 20..* | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| Slicing | Este elemento introduz um conjunto de fatias em Composition.section. As fatias sãoNão ordenado e Opene pode ser diferenciado utilizando os seguintes discriminadores: | ||||
| 128. Composition.section.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 130. Composition.section.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 132. Composition.section.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 134. Composition.section.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 136. Composition.section.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 138. Composition.section.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 140. Composition.section.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 142. Composition.section.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 144. Composition.section.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 146. Composition.section.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 148. Composition.section.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 150. Composition.section.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 152. Composition.section.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 154. Composition.section:identificacaoRecemNascido | |||||
| Nome da fatia | identificacaoRecemNascido | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 156. Composition.section:identificacaoRecemNascido.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 158. Composition.section:identificacaoRecemNascido.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 160. Composition.section:identificacaoRecemNascido.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 162. Composition.section:identificacaoRecemNascido.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Identificação do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 164. Composition.section:identificacaoRecemNascido.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 166. Composition.section:identificacaoRecemNascido.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 168. Composition.section:identificacaoRecemNascido.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 170. Composition.section:identificacaoRecemNascido.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 172. Composition.section:identificacaoRecemNascido.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 174. Composition.section:identificacaoRecemNascido.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 176. Composition.section:identificacaoRecemNascido.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Identificação do Recém-Nascido) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 178. Composition.section:identificacaoRecemNascido.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 180. Composition.section:identificacaoRecemNascido.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 182. Composition.section:cartorioRegistroCivil | |||||
| Nome da fatia | cartorioRegistroCivil | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 184. Composition.section:cartorioRegistroCivil.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 186. Composition.section:cartorioRegistroCivil.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 188. Composition.section:cartorioRegistroCivil.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 190. Composition.section:cartorioRegistroCivil.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Cartório de Registro do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 192. Composition.section:cartorioRegistroCivil.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 194. Composition.section:cartorioRegistroCivil.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 196. Composition.section:cartorioRegistroCivil.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 198. Composition.section:cartorioRegistroCivil.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 200. Composition.section:cartorioRegistroCivil.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 202. Composition.section:cartorioRegistroCivil.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 204. Composition.section:cartorioRegistroCivil.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Cartório de Registro Civil) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 206. Composition.section:cartorioRegistroCivil.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 208. Composition.section:cartorioRegistroCivil.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 210. Composition.section:dadosClinicosRecemNascido | |||||
| Nome da fatia | dadosClinicosRecemNascido | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 212. Composition.section:dadosClinicosRecemNascido.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 214. Composition.section:dadosClinicosRecemNascido.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 216. Composition.section:dadosClinicosRecemNascido.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 218. Composition.section:dadosClinicosRecemNascido.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Dados clinicos do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 220. Composition.section:dadosClinicosRecemNascido.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 222. Composition.section:dadosClinicosRecemNascido.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 224. Composition.section:dadosClinicosRecemNascido.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 226. Composition.section:dadosClinicosRecemNascido.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 228. Composition.section:dadosClinicosRecemNascido.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 230. Composition.section:dadosClinicosRecemNascido.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 232. Composition.section:dadosClinicosRecemNascido.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Dados Clínicos do Recém-Nascido) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 234. Composition.section:dadosClinicosRecemNascido.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 236. Composition.section:dadosClinicosRecemNascido.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 238. Composition.section:localParto | |||||
| Nome da fatia | localParto | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 240. Composition.section:localParto.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 242. Composition.section:localParto.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 244. Composition.section:localParto.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 246. Composition.section:localParto.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Local de Ocorrência do Parto | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 248. Composition.section:localParto.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 250. Composition.section:localParto.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 252. Composition.section:localParto.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 254. Composition.section:localParto.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 256. Composition.section:localParto.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 258. Composition.section:localParto.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 260. Composition.section:localParto.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Local de Ocorrência do Parto (nascimento)) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 262. Composition.section:localParto.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 264. Composition.section:localParto.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 266. Composition.section:pesoAoNascer | |||||
| Nome da fatia | pesoAoNascer | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 268. Composition.section:pesoAoNascer.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 270. Composition.section:pesoAoNascer.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 272. Composition.section:pesoAoNascer.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 274. Composition.section:pesoAoNascer.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Peso do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 276. Composition.section:pesoAoNascer.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 278. Composition.section:pesoAoNascer.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 280. Composition.section:pesoAoNascer.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 282. Composition.section:pesoAoNascer.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 284. Composition.section:pesoAoNascer.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 286. Composition.section:pesoAoNascer.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 288. Composition.section:pesoAoNascer.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Peso do recém-nascido ao nascer.) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 290. Composition.section:pesoAoNascer.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 292. Composition.section:pesoAoNascer.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 294. Composition.section:apgar | |||||
| Nome da fatia | apgar | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 296. Composition.section:apgar.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 298. Composition.section:apgar.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 300. Composition.section:apgar.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 302. Composition.section:apgar.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Ápgar do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 304. Composition.section:apgar.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 306. Composition.section:apgar.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 308. Composition.section:apgar.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 310. Composition.section:apgar.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 312. Composition.section:apgar.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 314. Composition.section:apgar.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 316. Composition.section:apgar.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Ápgar do(a) Recém-Nascido(a)) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 318. Composition.section:apgar.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 320. Composition.section:apgar.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 322. Composition.section:comprimentoRecemNascido | |||||
| Nome da fatia | comprimentoRecemNascido | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 324. Composition.section:comprimentoRecemNascido.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 326. Composition.section:comprimentoRecemNascido.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 328. Composition.section:comprimentoRecemNascido.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 330. Composition.section:comprimentoRecemNascido.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Comprimento do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 332. Composition.section:comprimentoRecemNascido.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 334. Composition.section:comprimentoRecemNascido.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 336. Composition.section:comprimentoRecemNascido.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 338. Composition.section:comprimentoRecemNascido.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 340. Composition.section:comprimentoRecemNascido.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 342. Composition.section:comprimentoRecemNascido.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 344. Composition.section:comprimentoRecemNascido.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Comprimento do recém-nascido ao nascer.) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 346. Composition.section:comprimentoRecemNascido.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 348. Composition.section:comprimentoRecemNascido.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 350. Composition.section:perimetroCefalicoRecemNascido | |||||
| Nome da fatia | perimetroCefalicoRecemNascido | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 352. Composition.section:perimetroCefalicoRecemNascido.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 354. Composition.section:perimetroCefalicoRecemNascido.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 356. Composition.section:perimetroCefalicoRecemNascido.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 358. Composition.section:perimetroCefalicoRecemNascido.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Perímetro Cefálico do(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 360. Composition.section:perimetroCefalicoRecemNascido.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 362. Composition.section:perimetroCefalicoRecemNascido.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 364. Composition.section:perimetroCefalicoRecemNascido.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 366. Composition.section:perimetroCefalicoRecemNascido.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 368. Composition.section:perimetroCefalicoRecemNascido.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 370. Composition.section:perimetroCefalicoRecemNascido.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 372. Composition.section:perimetroCefalicoRecemNascido.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Perímetro cefálico do recém-nascido ao nascer.) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 374. Composition.section:perimetroCefalicoRecemNascido.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 376. Composition.section:perimetroCefalicoRecemNascido.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 378. Composition.section:estadoAnomaliaCongenitaNascimento | |||||
| Nome da fatia | estadoAnomaliaCongenitaNascimento | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 380. Composition.section:estadoAnomaliaCongenitaNascimento.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 382. Composition.section:estadoAnomaliaCongenitaNascimento.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 384. Composition.section:estadoAnomaliaCongenitaNascimento.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 386. Composition.section:estadoAnomaliaCongenitaNascimento.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Estado da Detecção de Anomalia Congênita no(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 388. Composition.section:estadoAnomaliaCongenitaNascimento.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 390. Composition.section:estadoAnomaliaCongenitaNascimento.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 392. Composition.section:estadoAnomaliaCongenitaNascimento.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 394. Composition.section:estadoAnomaliaCongenitaNascimento.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 396. Composition.section:estadoAnomaliaCongenitaNascimento.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 398. Composition.section:estadoAnomaliaCongenitaNascimento.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 400. Composition.section:estadoAnomaliaCongenitaNascimento.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Estado da Detecção de Anomalia Congênita ao Nascer) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 402. Composition.section:estadoAnomaliaCongenitaNascimento.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 404. Composition.section:estadoAnomaliaCongenitaNascimento.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 406. Composition.section:anomaliaCongenitaNascimento | |||||
| Nome da fatia | anomaliaCongenitaNascimento | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 0..* | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 408. Composition.section:anomaliaCongenitaNascimento.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 410. Composition.section:anomaliaCongenitaNascimento.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 412. Composition.section:anomaliaCongenitaNascimento.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 414. Composition.section:anomaliaCongenitaNascimento.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Anomalia(s) Congênita(s) Observada(s) no(a) Recém-Nascido(a) | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 416. Composition.section:anomaliaCongenitaNascimento.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 418. Composition.section:anomaliaCongenitaNascimento.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 420. Composition.section:anomaliaCongenitaNascimento.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 422. Composition.section:anomaliaCongenitaNascimento.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 424. Composition.section:anomaliaCongenitaNascimento.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 426. Composition.section:anomaliaCongenitaNascimento.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 428. Composition.section:anomaliaCongenitaNascimento.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Anomalia Congênita Observada no Nascimento) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 430. Composition.section:anomaliaCongenitaNascimento.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 432. Composition.section:anomaliaCongenitaNascimento.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 434. Composition.section:atendimentoParto | |||||
| Nome da fatia | atendimentoParto | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 436. Composition.section:atendimentoParto.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 438. Composition.section:atendimentoParto.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 440. Composition.section:atendimentoParto.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 442. Composition.section:atendimentoParto.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Atendimento do Parto | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 444. Composition.section:atendimentoParto.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 446. Composition.section:atendimentoParto.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 448. Composition.section:atendimentoParto.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 450. Composition.section:atendimentoParto.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 452. Composition.section:atendimentoParto.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 454. Composition.section:atendimentoParto.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 456. Composition.section:atendimentoParto.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Atendimento do Parto) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 458. Composition.section:atendimentoParto.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 460. Composition.section:atendimentoParto.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 462. Composition.section:historicoGestacional | |||||
| Nome da fatia | historicoGestacional | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 464. Composition.section:historicoGestacional.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 466. Composition.section:historicoGestacional.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 468. Composition.section:historicoGestacional.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 470. Composition.section:historicoGestacional.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Histórico Gestacional da Parturiente | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 472. Composition.section:historicoGestacional.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 474. Composition.section:historicoGestacional.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 476. Composition.section:historicoGestacional.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 478. Composition.section:historicoGestacional.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 480. Composition.section:historicoGestacional.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 482. Composition.section:historicoGestacional.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 484. Composition.section:historicoGestacional.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Histórico Gestacional) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 486. Composition.section:historicoGestacional.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 488. Composition.section:historicoGestacional.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 490. Composition.section:ultimaMenstruacaoParturiente | |||||
| Nome da fatia | ultimaMenstruacaoParturiente | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 492. Composition.section:ultimaMenstruacaoParturiente.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 494. Composition.section:ultimaMenstruacaoParturiente.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 496. Composition.section:ultimaMenstruacaoParturiente.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 498. Composition.section:ultimaMenstruacaoParturiente.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Data da Última Menstruação da Parturiente | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 500. Composition.section:ultimaMenstruacaoParturiente.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 502. Composition.section:ultimaMenstruacaoParturiente.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 504. Composition.section:ultimaMenstruacaoParturiente.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 506. Composition.section:ultimaMenstruacaoParturiente.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 508. Composition.section:ultimaMenstruacaoParturiente.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 510. Composition.section:ultimaMenstruacaoParturiente.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 512. Composition.section:ultimaMenstruacaoParturiente.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Data da Última Menstruação) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 514. Composition.section:ultimaMenstruacaoParturiente.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 516. Composition.section:ultimaMenstruacaoParturiente.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 518. Composition.section:idadeGestacional | |||||
| Nome da fatia | idadeGestacional | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 520. Composition.section:idadeGestacional.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 522. Composition.section:idadeGestacional.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 524. Composition.section:idadeGestacional.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 526. Composition.section:idadeGestacional.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Idade Gestacional do(a) Recém-Nascido no Parto | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 528. Composition.section:idadeGestacional.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 530. Composition.section:idadeGestacional.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 532. Composition.section:idadeGestacional.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 534. Composition.section:idadeGestacional.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 536. Composition.section:idadeGestacional.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 538. Composition.section:idadeGestacional.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 540. Composition.section:idadeGestacional.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Idade Gestacional) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 542. Composition.section:idadeGestacional.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 544. Composition.section:idadeGestacional.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 546. Composition.section:quantidadeConsultasPreNatal | |||||
| Nome da fatia | quantidadeConsultasPreNatal | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 548. Composition.section:quantidadeConsultasPreNatal.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 550. Composition.section:quantidadeConsultasPreNatal.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 552. Composition.section:quantidadeConsultasPreNatal.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 554. Composition.section:quantidadeConsultasPreNatal.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Quantidade de Consultas de Pré-Natal da Parturiente | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 556. Composition.section:quantidadeConsultasPreNatal.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 558. Composition.section:quantidadeConsultasPreNatal.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 560. Composition.section:quantidadeConsultasPreNatal.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 562. Composition.section:quantidadeConsultasPreNatal.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 564. Composition.section:quantidadeConsultasPreNatal.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 566. Composition.section:quantidadeConsultasPreNatal.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 568. Composition.section:quantidadeConsultasPreNatal.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Quantidade de Consultas de Pré-Natal) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 570. Composition.section:quantidadeConsultasPreNatal.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 572. Composition.section:quantidadeConsultasPreNatal.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 574. Composition.section:mesGestacaoInicioPreNatal | |||||
| Nome da fatia | mesGestacaoInicioPreNatal | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 576. Composition.section:mesGestacaoInicioPreNatal.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 578. Composition.section:mesGestacaoInicioPreNatal.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 580. Composition.section:mesGestacaoInicioPreNatal.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 582. Composition.section:mesGestacaoInicioPreNatal.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Mês de Gestação que Iniciou o Pré-Natal | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 584. Composition.section:mesGestacaoInicioPreNatal.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 586. Composition.section:mesGestacaoInicioPreNatal.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 588. Composition.section:mesGestacaoInicioPreNatal.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 590. Composition.section:mesGestacaoInicioPreNatal.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 592. Composition.section:mesGestacaoInicioPreNatal.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 594. Composition.section:mesGestacaoInicioPreNatal.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 596. Composition.section:mesGestacaoInicioPreNatal.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Mês de Gestação que Iniciou o Pré-Natal) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 598. Composition.section:mesGestacaoInicioPreNatal.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 600. Composition.section:mesGestacaoInicioPreNatal.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 602. Composition.section:quantidadeFetosGravidez | |||||
| Nome da fatia | quantidadeFetosGravidez | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 604. Composition.section:quantidadeFetosGravidez.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 606. Composition.section:quantidadeFetosGravidez.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 608. Composition.section:quantidadeFetosGravidez.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 610. Composition.section:quantidadeFetosGravidez.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Quantidade de Fetos na Gravidez | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 612. Composition.section:quantidadeFetosGravidez.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 614. Composition.section:quantidadeFetosGravidez.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 616. Composition.section:quantidadeFetosGravidez.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 618. Composition.section:quantidadeFetosGravidez.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 620. Composition.section:quantidadeFetosGravidez.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 622. Composition.section:quantidadeFetosGravidez.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 624. Composition.section:quantidadeFetosGravidez.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Quantidade de Fetos na Gravidez) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 626. Composition.section:quantidadeFetosGravidez.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 628. Composition.section:quantidadeFetosGravidez.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 630. Composition.section:tipoApresentacaoFetal | |||||
| Nome da fatia | tipoApresentacaoFetal | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 632. Composition.section:tipoApresentacaoFetal.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 634. Composition.section:tipoApresentacaoFetal.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 636. Composition.section:tipoApresentacaoFetal.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 638. Composition.section:tipoApresentacaoFetal.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Tipo de Apresentação Fetal do Recém-Nascido no Parto | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 640. Composition.section:tipoApresentacaoFetal.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 642. Composition.section:tipoApresentacaoFetal.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 644. Composition.section:tipoApresentacaoFetal.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 646. Composition.section:tipoApresentacaoFetal.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 648. Composition.section:tipoApresentacaoFetal.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 650. Composition.section:tipoApresentacaoFetal.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 652. Composition.section:tipoApresentacaoFetal.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Tipo de Apresentação Fetal) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 654. Composition.section:tipoApresentacaoFetal.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 656. Composition.section:tipoApresentacaoFetal.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 658. Composition.section:trabalhoPartoInduzido | |||||
| Nome da fatia | trabalhoPartoInduzido | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 660. Composition.section:trabalhoPartoInduzido.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 662. Composition.section:trabalhoPartoInduzido.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 664. Composition.section:trabalhoPartoInduzido.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 666. Composition.section:trabalhoPartoInduzido.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Trabalho de Parto Induzido | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 668. Composition.section:trabalhoPartoInduzido.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 670. Composition.section:trabalhoPartoInduzido.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 672. Composition.section:trabalhoPartoInduzido.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 674. Composition.section:trabalhoPartoInduzido.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 676. Composition.section:trabalhoPartoInduzido.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 678. Composition.section:trabalhoPartoInduzido.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 680. Composition.section:trabalhoPartoInduzido.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Trabalho de Parto Induzido) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 682. Composition.section:trabalhoPartoInduzido.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 684. Composition.section:trabalhoPartoInduzido.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 686. Composition.section:metodoParto | |||||
| Nome da fatia | metodoParto | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 688. Composition.section:metodoParto.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 690. Composition.section:metodoParto.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 692. Composition.section:metodoParto.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 694. Composition.section:metodoParto.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Método de Parto | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 696. Composition.section:metodoParto.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 698. Composition.section:metodoParto.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 700. Composition.section:metodoParto.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 702. Composition.section:metodoParto.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 704. Composition.section:metodoParto.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 706. Composition.section:metodoParto.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 708. Composition.section:metodoParto.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Método de Parto) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 710. Composition.section:metodoParto.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 712. Composition.section:metodoParto.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 714. Composition.section:cesareaAntesTrabalhoPartoInicio | |||||
| Nome da fatia | cesareaAntesTrabalhoPartoInicio | ||||
| Definição | The root of the sections that make up the composition. | ||||
| Curto | Composition is broken into sections | ||||
| Controlo | 1..1 | ||||
| Tipo | BackboneElement | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | cmp-1: A section must contain at least one of text, entries, or sub-sections (text.exists() or entry.exists() or section.exists())cmp-2: A section can only have an emptyReason if it is empty ( emptyReason.empty() or entry.empty())ele-1: All FHIR elements must have a @value or children ( hasValue() or (children().count() > id.count())) | ||||
| 716. Composition.section:cesareaAntesTrabalhoPartoInicio.id | |||||
| Definição | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | ||||
| Curto | Unique id for inter-element referencing | ||||
| Controlo | 0..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Formato XML | No formato XML, esta propriedade é representada como um atributo. | ||||
| Resumo | false | ||||
| 718. Composition.section:cesareaAntesTrabalhoPartoInicio.extension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element. 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. | ||||
| Curto | Additional content defined by implementations | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Nomes alternativos | extensions, user content | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 720. Composition.section:cesareaAntesTrabalhoPartoInicio.modifierExtension | |||||
| Definição | May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). | ||||
| Curto | Extensions that cannot be ignored even if unrecognized | ||||
| Comentários | 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. | ||||
| Controlo | 0..* | ||||
| Tipo | Extension | ||||
| É modificador | true porque Modifier extensions are expected to modify the meaning or interpretation of the element that contains them | ||||
| Resumo | true | ||||
| Requisitos | Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions. | ||||
| Nomes alternativos | extensions, user content, modifiers | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))ext-1: Must have either extensions or value[x], not both ( extension.exists() != value.exists()) | ||||
| 722. Composition.section:cesareaAntesTrabalhoPartoInicio.title | |||||
| Definição | The 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. | ||||
| Curto | Label for section (e.g. for ToC) | ||||
| Comentários | 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. | ||||
| Controlo | 1..1 | ||||
| Tipo | string | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Section headings are often standardized for different types of documents. They give guidance to humans on how the document is organized. | ||||
| Nomes alternativos | header, label, caption | ||||
| Valor do padrão | Cesárea Ocorreu Antes do Trabalho de Parto Iniciar | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 724. Composition.section:cesareaAntesTrabalhoPartoInicio.code | |||||
| Definição | A code identifying the kind of content contained within the section. This must be consistent with the section title. | ||||
| Curto | Classification of section (recommended) | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Para exemplos de códigos, ver DocumentSectionCodes (example to http://hl7.org/fhir/ValueSet/doc-section-codes)Classification of a section of a composition/document. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Provides computable standardized labels to topics within the document. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 726. Composition.section:cesareaAntesTrabalhoPartoInicio.author | |||||
| Definição | Identifies who is responsible for the information in this section, not necessarily who typed it in. | ||||
| Curto | Who and/or what authored the section | ||||
| Controlo | 0..* | ||||
| Tipo | Reference(Practitioner, PractitionerRole, Device, Patient, RelatedPerson, Organization) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Identifies who is responsible for the content. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 728. Composition.section:cesareaAntesTrabalhoPartoInicio.focus | |||||
| Definição | The 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). | ||||
| Curto | Who/what the section is about, when it is not about the subject of composition | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Tipo | Reference(Resource) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 730. Composition.section:cesareaAntesTrabalhoPartoInicio.text | |||||
| Definição | A 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. | ||||
| Curto | Text summary of the section, for human interpretation | ||||
| Comentários | Document profiles may define what content should be represented in the narrative to ensure clinical safety. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Narrative | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 732. Composition.section:cesareaAntesTrabalhoPartoInicio.mode | |||||
| Definição | How 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. | ||||
| Curto | working | snapshot | changes | ||||
| Comentários | This element is labeled as a modifier because a change list must not be misunderstood as a complete list. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListMode (required to http://hl7.org/fhir/ValueSet/list-mode|4.0.1)The processing mode that applies to this section. | ||||
| Tipo | code | ||||
| É modificador | false | ||||
| Valor primitivo | Este elemento primitivo pode estar presente, ausente ou ser substituído por uma extensão | ||||
| Resumo | false | ||||
| Requisitos | Sections are used in various ways, and it must be known in what way it is safe to use the entries in them. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 734. Composition.section:cesareaAntesTrabalhoPartoInicio.orderedBy | |||||
| Definição | Specifies the order applied to the items in the section entries. | ||||
| Curto | Order of section entries | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListOrderCodes (preferred to http://hl7.org/fhir/ValueSet/list-order)What order applies to the items in the entry. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Important for presentation and rendering. Lists may be sorted to place more important information first or to group related entries. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 736. Composition.section:cesareaAntesTrabalhoPartoInicio.entry | |||||
| Definição | A reference to the actual resource from which the narrative in the section is derived. | ||||
| Curto | A reference to data that supports this section | ||||
| Comentários | If there are no entries in the list, an emptyReason SHOULD be provided. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Tipo | Reference(Cesárea Ocorreu Antes do Trabalho de Parto Iniciar) | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 738. Composition.section:cesareaAntesTrabalhoPartoInicio.emptyReason | |||||
| Definição | If the section is empty, why the list is empty. An empty section typically has some text explaining the empty reason. | ||||
| Curto | Why the section is empty | ||||
| Comentários | 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. | ||||
| Controlo | 0..1 Este elemento é afetado pelas seguintes invariantes: cmp-2 | ||||
| Vínculo | Os códigos DEVERÃO ser retirados de ListEmptyReasons (preferred to http://hl7.org/fhir/ValueSet/list-empty-reason)If a section is empty, why it is empty. | ||||
| Tipo | CodeableConcept | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Requisitos | Allows capturing things like "none exist" or "not asked" which can be important for most lists. | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||
| 740. Composition.section:cesareaAntesTrabalhoPartoInicio.section | |||||
| Definição | A nested sub-section within this section. | ||||
| Curto | Nested Section | ||||
| Comentários | Nested sections are primarily used to help human readers navigate to particular portions of the document. | ||||
| Controlo | 0..* Este elemento é afetado pelas seguintes invariantes: cmp-1 | ||||
| Tipo | Verttp://hl7.org/fhir/StructureDefinition/Composition#Composition.section | ||||
| É modificador | false | ||||
| Resumo | false | ||||
| Invariantes | ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count())) | ||||