Graviditetsmappen FHIR model
0.1.0 - ci-build Denmark flag

Graviditetsmappen FHIR model, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/trifork/gm-fhir-ig/ and changes regularly. See the Directory of published versions

Resource Profile: GMPSCRComposition

Official URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMPSCRComposition Version: 0.1.0
Draft as of 2025-08-25 Computable Name: GMPSCRComposition

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition 0..* GMDocumentComposition A set of resources composed into a single coherent clinical statement with clinical attestation
... Slices for extension Content/Rules for all slices
.... extension:GMGraditetsforloebReference 0..1 Identifier Pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMGraditetsforloebReference
.... extension:GMEksternGraditetsforloebReference 0..* Identifier External pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMEksternGraditetsforloebReference
.... extension:GMUdfoertTidspunkt 0..1 dateTime Clinically relevant time
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMUdfoertTidspunkt
... status ?!Σ 1..1 code preliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
Required Pattern: final
... type Σ 1..1 CodeableConcept Kind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.
.... extension 0..0
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..0
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:1.2.208.184.100.1
..... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: PSCR
... date Σ 1..1 dateTime Composition editing time
... author Σ 1..1 Reference(GMBaseOrganization) Who and/or what authored the composition
... title Σ 1..1 string Human Readable name/title
Required Pattern: Vandrejournal
... section C 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
.... Slices for entry C 1..16 Reference(Resource) A reference to data that supports this section
Slice: Unordered, Open by type:$this.resource
..... entry:alkohol C 0..1 Reference(GMAlkoholObs) A reference to data that supports this section
..... entry:erhvervsmaessig-tilknytning C 0..1 Reference(GMErhvervsmaessigTilknytningObs) A reference to data that supports this section
..... entry:foedested C 0..1 Reference(GMFoedestedObs) A reference to data that supports this section
..... entry:jordemodercenter C 0..1 Reference(GMJordemodercenterObs) A reference to data that supports this section
..... entry:kost C 0..1 Reference(GMKostObs) A reference to data that supports this section
..... entry:motion C 0..1 Reference(GMMotionObs) A reference to data that supports this section
..... entry:nikotin C 0..1 Reference(GMNikotinObs) A reference to data that supports this section
..... entry:oplysninger-om-partner C 0..1 Reference(GMOplysningerOmPartnerObs) A reference to data that supports this section
..... entry:resume C 0..1 Reference(GMResumeObs) A reference to data that supports this section
..... entry:rusmidler C 0..1 Reference(GMRusmidlerObs) A reference to data that supports this section
..... entry:samlet-vurdering C 0..1 Reference(GMSamletVurderingObs) A reference to data that supports this section
..... entry:sundhedsplejen C 0..1 Reference(GMSundhedsplejenObs) A reference to data that supports this section
..... entry:terminsberegning C 0..1 Reference(GMTerminsberegningObs) A reference to data that supports this section
..... entry:tobak C 0..1 Reference(GMTobakObs) A reference to data that supports this section
..... entry:uddannelsesniveau C 0..1 Reference(GMUddannelsesniveauObs) A reference to data that supports this section
..... entry:ydelse C 0..1 Reference(GMYdelseObs) A reference to data that supports this section

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Composition.statusrequiredPattern Value: final
http://hl7.org/fhir/ValueSet/composition-status|4.0.1
From the FHIR Standard
Composition.typepreferredFHIRDocumentTypeCodes
http://hl7.org/fhir/ValueSet/doc-typecodes
From the FHIR Standard
Composition.attester.moderequiredCompositionAttestationMode
http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1
From the FHIR Standard
Composition.relatesTo.coderequiredDocumentRelationshipType
http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from GMDocumentComposition

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition 0..* GMDocumentComposition A set of resources composed into a single coherent clinical statement with clinical attestation
... type
.... coding
..... code 1..1 code Symbol in syntax defined by the system
Required Pattern: PSCR
... title 1..1 string Human Readable name/title
Required Pattern: Vandrejournal
... section
.... Slices for entry 1..16 Reference(Resource) A reference to data that supports this section
Slice: Unordered, Open by type:$this.resource
..... entry:alkohol 0..1 Reference(GMAlkoholObs) A reference to data that supports this section
..... entry:erhvervsmaessig-tilknytning 0..1 Reference(GMErhvervsmaessigTilknytningObs) A reference to data that supports this section
..... entry:foedested 0..1 Reference(GMFoedestedObs) A reference to data that supports this section
..... entry:jordemodercenter 0..1 Reference(GMJordemodercenterObs) A reference to data that supports this section
..... entry:kost 0..1 Reference(GMKostObs) A reference to data that supports this section
..... entry:motion 0..1 Reference(GMMotionObs) A reference to data that supports this section
..... entry:nikotin 0..1 Reference(GMNikotinObs) A reference to data that supports this section
..... entry:oplysninger-om-partner 0..1 Reference(GMOplysningerOmPartnerObs) A reference to data that supports this section
..... entry:resume 0..1 Reference(GMResumeObs) A reference to data that supports this section
..... entry:rusmidler 0..1 Reference(GMRusmidlerObs) A reference to data that supports this section
..... entry:samlet-vurdering 0..1 Reference(GMSamletVurderingObs) A reference to data that supports this section
..... entry:sundhedsplejen 0..1 Reference(GMSundhedsplejenObs) A reference to data that supports this section
..... entry:terminsberegning 0..1 Reference(GMTerminsberegningObs) A reference to data that supports this section
..... entry:tobak 0..1 Reference(GMTobakObs) A reference to data that supports this section
..... entry:uddannelsesniveau 0..1 Reference(GMUddannelsesniveauObs) A reference to data that supports this section
..... entry:ydelse 0..1 Reference(GMYdelseObs) A reference to data that supports this section

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition 0..* GMDocumentComposition A set of resources composed into a single coherent clinical statement with clinical attestation
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:GMGraditetsforloebReference 0..1 Identifier Pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMGraditetsforloebReference
.... extension:GMEksternGraditetsforloebReference 0..* Identifier External pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMEksternGraditetsforloebReference
.... extension:GMUdfoertTidspunkt 0..1 dateTime Clinically relevant time
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMUdfoertTidspunkt
... status ?!Σ 1..1 code preliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
Required Pattern: final
.... extension 0..0
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..0
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:1.2.208.184.100.1
..... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: PSCR
..... display Σ 0..1 string Representation defined by the system
... subject Σ 1..1 Reference(Danish Core Patient Profile) Who and/or what the composition is about
... date Σ 1..1 dateTime Composition editing time
... author Σ 1..1 Reference(GMBaseOrganization) Who and/or what authored the composition
... title Σ 1..1 string Human Readable name/title
Required Pattern: Vandrejournal
... section C 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
.... Slices for entry C 1..16 Reference(Resource) A reference to data that supports this section
Slice: Unordered, Open by type:$this.resource
..... entry:alkohol C 0..1 Reference(GMAlkoholObs) A reference to data that supports this section
..... entry:erhvervsmaessig-tilknytning C 0..1 Reference(GMErhvervsmaessigTilknytningObs) A reference to data that supports this section
..... entry:foedested C 0..1 Reference(GMFoedestedObs) A reference to data that supports this section
..... entry:jordemodercenter C 0..1 Reference(GMJordemodercenterObs) A reference to data that supports this section
..... entry:kost C 0..1 Reference(GMKostObs) A reference to data that supports this section
..... entry:motion C 0..1 Reference(GMMotionObs) A reference to data that supports this section
..... entry:nikotin C 0..1 Reference(GMNikotinObs) A reference to data that supports this section
..... entry:oplysninger-om-partner C 0..1 Reference(GMOplysningerOmPartnerObs) A reference to data that supports this section
..... entry:resume C 0..1 Reference(GMResumeObs) A reference to data that supports this section
..... entry:rusmidler C 0..1 Reference(GMRusmidlerObs) A reference to data that supports this section
..... entry:samlet-vurdering C 0..1 Reference(GMSamletVurderingObs) A reference to data that supports this section
..... entry:sundhedsplejen C 0..1 Reference(GMSundhedsplejenObs) A reference to data that supports this section
..... entry:terminsberegning C 0..1 Reference(GMTerminsberegningObs) A reference to data that supports this section
..... entry:tobak C 0..1 Reference(GMTobakObs) A reference to data that supports this section
..... entry:uddannelsesniveau C 0..1 Reference(GMUddannelsesniveauObs) A reference to data that supports this section
..... entry:ydelse C 0..1 Reference(GMYdelseObs) A reference to data that supports this section

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Composition.statusrequiredPattern Value: final
http://hl7.org/fhir/ValueSet/composition-status|4.0.1
From the FHIR Standard
Composition.typepreferredFHIRDocumentTypeCodes
http://hl7.org/fhir/ValueSet/doc-typecodes
From the FHIR Standard
Composition.attester.moderequiredCompositionAttestationMode
http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1
From the FHIR Standard
Composition.relatesTo.coderequiredDocumentRelationshipType
http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1
From the FHIR Standard
Composition.event.codeexampleActCode
http://terminology.hl7.org/ValueSet/v3-ActCode

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from GMDocumentComposition

Summary

Mandatory: 1 element

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Composition.section.entry

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition 0..* GMDocumentComposition A set of resources composed into a single coherent clinical statement with clinical attestation
... Slices for extension Content/Rules for all slices
.... extension:GMGraditetsforloebReference 0..1 Identifier Pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMGraditetsforloebReference
.... extension:GMEksternGraditetsforloebReference 0..* Identifier External pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMEksternGraditetsforloebReference
.... extension:GMUdfoertTidspunkt 0..1 dateTime Clinically relevant time
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMUdfoertTidspunkt
... status ?!Σ 1..1 code preliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
Required Pattern: final
... type Σ 1..1 CodeableConcept Kind of composition (LOINC if possible)
Binding: FHIRDocumentTypeCodes (preferred): Type of a composition.
.... extension 0..0
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..0
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:1.2.208.184.100.1
..... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: PSCR
... date Σ 1..1 dateTime Composition editing time
... author Σ 1..1 Reference(GMBaseOrganization) Who and/or what authored the composition
... title Σ 1..1 string Human Readable name/title
Required Pattern: Vandrejournal
... section C 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
.... Slices for entry C 1..16 Reference(Resource) A reference to data that supports this section
Slice: Unordered, Open by type:$this.resource
..... entry:alkohol C 0..1 Reference(GMAlkoholObs) A reference to data that supports this section
..... entry:erhvervsmaessig-tilknytning C 0..1 Reference(GMErhvervsmaessigTilknytningObs) A reference to data that supports this section
..... entry:foedested C 0..1 Reference(GMFoedestedObs) A reference to data that supports this section
..... entry:jordemodercenter C 0..1 Reference(GMJordemodercenterObs) A reference to data that supports this section
..... entry:kost C 0..1 Reference(GMKostObs) A reference to data that supports this section
..... entry:motion C 0..1 Reference(GMMotionObs) A reference to data that supports this section
..... entry:nikotin C 0..1 Reference(GMNikotinObs) A reference to data that supports this section
..... entry:oplysninger-om-partner C 0..1 Reference(GMOplysningerOmPartnerObs) A reference to data that supports this section
..... entry:resume C 0..1 Reference(GMResumeObs) A reference to data that supports this section
..... entry:rusmidler C 0..1 Reference(GMRusmidlerObs) A reference to data that supports this section
..... entry:samlet-vurdering C 0..1 Reference(GMSamletVurderingObs) A reference to data that supports this section
..... entry:sundhedsplejen C 0..1 Reference(GMSundhedsplejenObs) A reference to data that supports this section
..... entry:terminsberegning C 0..1 Reference(GMTerminsberegningObs) A reference to data that supports this section
..... entry:tobak C 0..1 Reference(GMTobakObs) A reference to data that supports this section
..... entry:uddannelsesniveau C 0..1 Reference(GMUddannelsesniveauObs) A reference to data that supports this section
..... entry:ydelse C 0..1 Reference(GMYdelseObs) A reference to data that supports this section

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Composition.statusrequiredPattern Value: final
http://hl7.org/fhir/ValueSet/composition-status|4.0.1
From the FHIR Standard
Composition.typepreferredFHIRDocumentTypeCodes
http://hl7.org/fhir/ValueSet/doc-typecodes
From the FHIR Standard
Composition.attester.moderequiredCompositionAttestationMode
http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1
From the FHIR Standard
Composition.relatesTo.coderequiredDocumentRelationshipType
http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from GMDocumentComposition

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition 0..* GMDocumentComposition A set of resources composed into a single coherent clinical statement with clinical attestation
... type
.... coding
..... code 1..1 code Symbol in syntax defined by the system
Required Pattern: PSCR
... title 1..1 string Human Readable name/title
Required Pattern: Vandrejournal
... section
.... Slices for entry 1..16 Reference(Resource) A reference to data that supports this section
Slice: Unordered, Open by type:$this.resource
..... entry:alkohol 0..1 Reference(GMAlkoholObs) A reference to data that supports this section
..... entry:erhvervsmaessig-tilknytning 0..1 Reference(GMErhvervsmaessigTilknytningObs) A reference to data that supports this section
..... entry:foedested 0..1 Reference(GMFoedestedObs) A reference to data that supports this section
..... entry:jordemodercenter 0..1 Reference(GMJordemodercenterObs) A reference to data that supports this section
..... entry:kost 0..1 Reference(GMKostObs) A reference to data that supports this section
..... entry:motion 0..1 Reference(GMMotionObs) A reference to data that supports this section
..... entry:nikotin 0..1 Reference(GMNikotinObs) A reference to data that supports this section
..... entry:oplysninger-om-partner 0..1 Reference(GMOplysningerOmPartnerObs) A reference to data that supports this section
..... entry:resume 0..1 Reference(GMResumeObs) A reference to data that supports this section
..... entry:rusmidler 0..1 Reference(GMRusmidlerObs) A reference to data that supports this section
..... entry:samlet-vurdering 0..1 Reference(GMSamletVurderingObs) A reference to data that supports this section
..... entry:sundhedsplejen 0..1 Reference(GMSundhedsplejenObs) A reference to data that supports this section
..... entry:terminsberegning 0..1 Reference(GMTerminsberegningObs) A reference to data that supports this section
..... entry:tobak 0..1 Reference(GMTobakObs) A reference to data that supports this section
..... entry:uddannelsesniveau 0..1 Reference(GMUddannelsesniveauObs) A reference to data that supports this section
..... entry:ydelse 0..1 Reference(GMYdelseObs) A reference to data that supports this section

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Composition 0..* GMDocumentComposition A set of resources composed into a single coherent clinical statement with clinical attestation
... contained 0..* Resource Contained, inline Resources
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:GMGraditetsforloebReference 0..1 Identifier Pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMGraditetsforloebReference
.... extension:GMEksternGraditetsforloebReference 0..* Identifier External pregnancy identifier
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMEksternGraditetsforloebReference
.... extension:GMUdfoertTidspunkt 0..1 dateTime Clinically relevant time
URL: http://sundhedsdatastyrelsen.dk/StructureDefinition/GMUdfoertTidspunkt
... status ?!Σ 1..1 code preliminary | final | amended | entered-in-error
Binding: CompositionStatus (required): The workflow/clinical status of the composition.
Required Pattern: final
.... extension 0..0
.... coding Σ 1..1 Coding Code defined by a terminology system
..... extension 0..0
..... system Σ 1..1 uri Identity of the terminology system
Required Pattern: urn:oid:1.2.208.184.100.1
..... code Σ 1..1 code Symbol in syntax defined by the system
Required Pattern: PSCR
..... display Σ 0..1 string Representation defined by the system
... subject Σ 1..1 Reference(Danish Core Patient Profile) Who and/or what the composition is about
... date Σ 1..1 dateTime Composition editing time
... author Σ 1..1 Reference(GMBaseOrganization) Who and/or what authored the composition
... title Σ 1..1 string Human Readable name/title
Required Pattern: Vandrejournal
... section C 1..1 BackboneElement Composition is broken into sections
Constraints: cmp-1, cmp-2
.... Slices for entry C 1..16 Reference(Resource) A reference to data that supports this section
Slice: Unordered, Open by type:$this.resource
..... entry:alkohol C 0..1 Reference(GMAlkoholObs) A reference to data that supports this section
..... entry:erhvervsmaessig-tilknytning C 0..1 Reference(GMErhvervsmaessigTilknytningObs) A reference to data that supports this section
..... entry:foedested C 0..1 Reference(GMFoedestedObs) A reference to data that supports this section
..... entry:jordemodercenter C 0..1 Reference(GMJordemodercenterObs) A reference to data that supports this section
..... entry:kost C 0..1 Reference(GMKostObs) A reference to data that supports this section
..... entry:motion C 0..1 Reference(GMMotionObs) A reference to data that supports this section
..... entry:nikotin C 0..1 Reference(GMNikotinObs) A reference to data that supports this section
..... entry:oplysninger-om-partner C 0..1 Reference(GMOplysningerOmPartnerObs) A reference to data that supports this section
..... entry:resume C 0..1 Reference(GMResumeObs) A reference to data that supports this section
..... entry:rusmidler C 0..1 Reference(GMRusmidlerObs) A reference to data that supports this section
..... entry:samlet-vurdering C 0..1 Reference(GMSamletVurderingObs) A reference to data that supports this section
..... entry:sundhedsplejen C 0..1 Reference(GMSundhedsplejenObs) A reference to data that supports this section
..... entry:terminsberegning C 0..1 Reference(GMTerminsberegningObs) A reference to data that supports this section
..... entry:tobak C 0..1 Reference(GMTobakObs) A reference to data that supports this section
..... entry:uddannelsesniveau C 0..1 Reference(GMUddannelsesniveauObs) A reference to data that supports this section
..... entry:ydelse C 0..1 Reference(GMYdelseObs) A reference to data that supports this section

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Composition.statusrequiredPattern Value: final
http://hl7.org/fhir/ValueSet/composition-status|4.0.1
From the FHIR Standard
Composition.typepreferredFHIRDocumentTypeCodes
http://hl7.org/fhir/ValueSet/doc-typecodes
From the FHIR Standard
Composition.attester.moderequiredCompositionAttestationMode
http://hl7.org/fhir/ValueSet/composition-attestation-mode|4.0.1
From the FHIR Standard
Composition.relatesTo.coderequiredDocumentRelationshipType
http://hl7.org/fhir/ValueSet/document-relationship-type|4.0.1
From the FHIR Standard
Composition.event.codeexampleActCode
http://terminology.hl7.org/ValueSet/v3-ActCode

Constraints

IdGradePath(s)DetailsRequirements
cmp-1errorComposition.sectionA section must contain at least one of text, entries, or sub-sections
: text.exists() or entry.exists() or section.exists()
cmp-2errorComposition.sectionA section can only have an emptyReason if it is empty
: emptyReason.empty() or entry.empty()
dom-2errorCompositionIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorCompositionIf 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-4errorCompositionIf 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-5errorCompositionIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceCompositionA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from GMDocumentComposition

Summary

Mandatory: 1 element

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Composition.section.entry

 

Other representations of profile: CSV, Excel, Schematron