ISO/HL7 10781 - Electronic Health Record System Functional Model, Release 2.1.1
2.1.1 - CI build
ISO/HL7 10781 - Electronic Health Record System Functional Model, Release 2.1.1, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mvdzel/ehrsfm-fhir-r5/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/ehrs/uv/ehrsfmr2/StructureDefinition/FMFunction | Version: 2.1.1 | |||
Standards status: Normative | Maturity Level: 1 | Computable Name: FMFunction |
This StructureDefinition represents the base EHR-S FM Function type
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Requirements | A set of requirements - features of systems that are necessary cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation FMFLC08: Function names must not end with a period. FMFLC09: Function must have a statement about its purpose. FMFLC10: Function purpose statement must end in a period. FMFLC11: Function must have a description. FMFLC12: Function description statement must end in a period. FMFLC13: Function must have one or more conformance criteria statements. |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Actual statement as markdown ele-1: All FHIR elements must have a @value or children FMTSR03: The text is not single spaced (there are multiple spaces). FMCC001: The Conditional Criteria is not structured correctly. FMCC002: The Criteria is structured as conditional but conditional is not indicated. FMSVR08: Optionality attribute does not match the optionality in the text. FMFLC15: Criterion must have a textual description. |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() ![]() |
1..1 | id | Key that identifies this statement ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
1..1 | markdown | The actual requirement ele-1: All FHIR elements must have a @value or children | |
![]() |
Path | Conformance | ValueSet | URI |
Requirements.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
FMCC001 | warning | Requirements.statement | The Conditional Criteria is not structured correctly. : (conditionality and requirement.toString().startsWith('IF ').not()).not() | |
FMCC002 | warning | Requirements.statement | The Criteria is structured as conditional but conditional is not indicated. : (conditionality.not() and requirement.toString().startsWith('IF ')).not() | |
FMFLC08 | warning | Requirements | Function names must not end with a period. : title.endsWith('.').not() | |
FMFLC09 | error | Requirements | Function must have a statement about its purpose. : purpose | |
FMFLC10 | warning | Requirements | Function purpose statement must end in a period. : purpose.toString().endsWith('.') | |
FMFLC11 | error | Requirements | Function must have a description. : description | |
FMFLC12 | warning | Requirements | Function description statement must end in a period. : description.toString().endsWith('.') | |
FMFLC13 | error | Requirements | Function must have one or more conformance criteria statements. : statement.count() > 0 | |
FMFLC15 | error | Requirements.statement | Criterion must have a textual description. : requirement.hasValue() | |
FMSVR08 | warning | Requirements.statement | Optionality attribute does not match the optionality in the text. : requirement.toString().contains(conformance.first()) | |
FMTSR03 | warning | Requirements.statement | The text is not single spaced (there are multiple spaces). : requirement.toString().contains(' ').not() | |
cnl-0 | warning | Requirements | Name should be usable as an identifier for the module by machine processing applications such as code generation : name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Requirements
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Requirements | A set of requirements - features of systems that are necessary FMFLC08: Function names must not end with a period. FMFLC09: Function must have a statement about its purpose. FMFLC10: Function purpose statement must end in a period. FMFLC11: Function must have a description. FMFLC12: Function description statement must end in a period. FMFLC13: Function must have one or more conformance criteria statements. |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Actual statement as markdown FMTSR03: The text is not single spaced (there are multiple spaces). FMCC001: The Conditional Criteria is not structured correctly. FMCC002: The Criteria is structured as conditional but conditional is not indicated. FMSVR08: Optionality attribute does not match the optionality in the text. FMFLC15: Criterion must have a textual description. |
![]() |
Id | Grade | Path(s) | Details | Requirements |
FMCC001 | warning | Requirements.statement | The Conditional Criteria is not structured correctly. : (conditionality and requirement.toString().startsWith('IF ').not()).not() | |
FMCC002 | warning | Requirements.statement | The Criteria is structured as conditional but conditional is not indicated. : (conditionality.not() and requirement.toString().startsWith('IF ')).not() | |
FMFLC08 | warning | Requirements | Function names must not end with a period. : title.endsWith('.').not() | |
FMFLC09 | error | Requirements | Function must have a statement about its purpose. : purpose | |
FMFLC10 | warning | Requirements | Function purpose statement must end in a period. : purpose.toString().endsWith('.') | |
FMFLC11 | error | Requirements | Function must have a description. : description | |
FMFLC12 | warning | Requirements | Function description statement must end in a period. : description.toString().endsWith('.') | |
FMFLC13 | error | Requirements | Function must have one or more conformance criteria statements. : statement.count() > 0 | |
FMFLC15 | error | Requirements.statement | Criterion must have a textual description. : requirement.hasValue() | |
FMSVR08 | warning | Requirements.statement | Optionality attribute does not match the optionality in the text. : requirement.toString().contains(conformance.first()) | |
FMTSR03 | warning | Requirements.statement | The text is not single spaced (there are multiple spaces). : requirement.toString().contains(' ').not() |
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | Requirements | A set of requirements - features of systems that are necessary cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation FMFLC08: Function names must not end with a period. FMFLC09: Function must have a statement about its purpose. FMFLC10: Function purpose statement must end in a period. FMFLC11: Function must have a description. FMFLC12: Function description statement must end in a period. FMFLC13: Function must have one or more conformance criteria statements. | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
ΣC | 0..1 | uri | Canonical identifier for this Requirements, represented as a URI (globally unique) cnl-1: URL should not contain | or # - these characters make processing canonical references problematic | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the Requirements (business identifier) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Business version of the Requirements | ||||
![]() ![]() ![]() |
Σ | 0..1 | How to compare versions Binding: VersionAlgorithm (extensible) | |||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() |
Coding | |||||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Name for this Requirements (computer friendly) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name for this Requirements (human friendly) | ||||
![]() ![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name of the publisher/steward (organization or individual) | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | markdown | Natural language description of the requirements | |||||
![]() ![]() ![]() |
Σ | 0..* | UsageContext | The context that the content is intended to support | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for Requirements (if applicable) Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use. | ||||
![]() ![]() ![]() |
0..1 | markdown | Why this Requirements is defined | |||||
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() ![]() |
0..1 | string | Copyright holder and year(s) | |||||
![]() ![]() ![]() |
Σ | 0..* | canonical(Requirements) | Other set of Requirements this builds on | ||||
![]() ![]() ![]() |
0..* | url | External artifact (rule/document etc. that) created this set of requirements | |||||
![]() ![]() ![]() |
0..* | canonical(ActorDefinition) | Actor for these requirements | |||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | Actual statement as markdown FMTSR03: The text is not single spaced (there are multiple spaces). FMCC001: The Conditional Criteria is not structured correctly. FMCC002: The Criteria is structured as conditional but conditional is not indicated. FMSVR08: Optionality attribute does not match the optionality in the text. FMFLC15: Criterion must have a textual description. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | id | Key that identifies this statement | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Short Human label for this statement | |||||
![]() ![]() ![]() ![]() |
0..* | code | SHALL | SHOULD | MAY | SHOULD-NOT Binding: ConformanceExpectation (required) | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | Set to true if requirements statement is conditional | |||||
![]() ![]() ![]() ![]() |
1..1 | markdown | The actual requirement | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Another statement this clarifies/restricts ([url#]key) | |||||
![]() ![]() ![]() ![]() |
0..1 | string | A larger requirement that this requirement helps to refine and enable | |||||
![]() ![]() ![]() ![]() |
0..* | url | Design artifact that satisfies this requirement | |||||
![]() ![]() ![]() ![]() |
0..* | url | External artifact (rule/document etc. that) created this requirement | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(CareTeam | Device | Group | HealthcareService | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Who asked for this statement | |||||
![]() |
Path | Conformance | ValueSet | URI |
Requirements.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 from the FHIR Standard | |
Requirements.versionAlgorithm[x] | extensible | VersionAlgorithmhttp://hl7.org/fhir/ValueSet/version-algorithm from the FHIR Standard | |
Requirements.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard | |
Requirements.jurisdiction | extensible | JurisdictionValueSethttp://hl7.org/fhir/ValueSet/jurisdiction from the FHIR Standard | |
Requirements.statement.conformance | required | ConformanceExpectationhttp://hl7.org/fhir/ValueSet/conformance-expectation|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
FMCC001 | warning | Requirements.statement | The Conditional Criteria is not structured correctly. : (conditionality and requirement.toString().startsWith('IF ').not()).not() | |
FMCC002 | warning | Requirements.statement | The Criteria is structured as conditional but conditional is not indicated. : (conditionality.not() and requirement.toString().startsWith('IF ')).not() | |
FMFLC08 | warning | Requirements | Function names must not end with a period. : title.endsWith('.').not() | |
FMFLC09 | error | Requirements | Function must have a statement about its purpose. : purpose | |
FMFLC10 | warning | Requirements | Function purpose statement must end in a period. : purpose.toString().endsWith('.') | |
FMFLC11 | error | Requirements | Function must have a description. : description | |
FMFLC12 | warning | Requirements | Function description statement must end in a period. : description.toString().endsWith('.') | |
FMFLC13 | error | Requirements | Function must have one or more conformance criteria statements. : statement.count() > 0 | |
FMFLC15 | error | Requirements.statement | Criterion must have a textual description. : requirement.hasValue() | |
FMSVR08 | warning | Requirements.statement | Optionality attribute does not match the optionality in the text. : requirement.toString().contains(conformance.first()) | |
FMTSR03 | warning | Requirements.statement | The text is not single spaced (there are multiple spaces). : requirement.toString().contains(' ').not() | |
cnl-0 | warning | Requirements | Name should be usable as an identifier for the module by machine processing applications such as code generation : name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$') | |
cnl-1 | warning | Requirements.url | URL should not contain | or # - these characters make processing canonical references problematic : exists() implies matches('^[^|# ]+$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Requirements
Key Elements View
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Requirements | A set of requirements - features of systems that are necessary cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation FMFLC08: Function names must not end with a period. FMFLC09: Function must have a statement about its purpose. FMFLC10: Function purpose statement must end in a period. FMFLC11: Function must have a description. FMFLC12: Function description statement must end in a period. FMFLC13: Function must have one or more conformance criteria statements. |
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. ele-1: All FHIR elements must have a @value or children |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Actual statement as markdown ele-1: All FHIR elements must have a @value or children FMTSR03: The text is not single spaced (there are multiple spaces). FMCC001: The Conditional Criteria is not structured correctly. FMCC002: The Criteria is structured as conditional but conditional is not indicated. FMSVR08: Optionality attribute does not match the optionality in the text. FMFLC15: Criterion must have a textual description. |
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized ele-1: All FHIR elements must have a @value or children ext-1: Must have either extensions or value[x], not both |
![]() ![]() ![]() ![]() |
1..1 | id | Key that identifies this statement ele-1: All FHIR elements must have a @value or children | |
![]() ![]() ![]() ![]() |
1..1 | markdown | The actual requirement ele-1: All FHIR elements must have a @value or children | |
![]() |
Path | Conformance | ValueSet | URI |
Requirements.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
FMCC001 | warning | Requirements.statement | The Conditional Criteria is not structured correctly. : (conditionality and requirement.toString().startsWith('IF ').not()).not() | |
FMCC002 | warning | Requirements.statement | The Criteria is structured as conditional but conditional is not indicated. : (conditionality.not() and requirement.toString().startsWith('IF ')).not() | |
FMFLC08 | warning | Requirements | Function names must not end with a period. : title.endsWith('.').not() | |
FMFLC09 | error | Requirements | Function must have a statement about its purpose. : purpose | |
FMFLC10 | warning | Requirements | Function purpose statement must end in a period. : purpose.toString().endsWith('.') | |
FMFLC11 | error | Requirements | Function must have a description. : description | |
FMFLC12 | warning | Requirements | Function description statement must end in a period. : description.toString().endsWith('.') | |
FMFLC13 | error | Requirements | Function must have one or more conformance criteria statements. : statement.count() > 0 | |
FMFLC15 | error | Requirements.statement | Criterion must have a textual description. : requirement.hasValue() | |
FMSVR08 | warning | Requirements.statement | Optionality attribute does not match the optionality in the text. : requirement.toString().contains(conformance.first()) | |
FMTSR03 | warning | Requirements.statement | The text is not single spaced (there are multiple spaces). : requirement.toString().contains(' ').not() | |
cnl-0 | warning | Requirements | Name should be usable as an identifier for the module by machine processing applications such as code generation : name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Differential View
This structure is derived from Requirements
Name | Flags | Card. | Type | Description & Constraints![]() |
---|---|---|---|---|
![]() ![]() |
C | 0..* | Requirements | A set of requirements - features of systems that are necessary FMFLC08: Function names must not end with a period. FMFLC09: Function must have a statement about its purpose. FMFLC10: Function purpose statement must end in a period. FMFLC11: Function must have a description. FMFLC12: Function description statement must end in a period. FMFLC13: Function must have one or more conformance criteria statements. |
![]() ![]() ![]() |
C | 0..* | BackboneElement | Actual statement as markdown FMTSR03: The text is not single spaced (there are multiple spaces). FMCC001: The Conditional Criteria is not structured correctly. FMCC002: The Criteria is structured as conditional but conditional is not indicated. FMSVR08: Optionality attribute does not match the optionality in the text. FMFLC15: Criterion must have a textual description. |
![]() |
Id | Grade | Path(s) | Details | Requirements |
FMCC001 | warning | Requirements.statement | The Conditional Criteria is not structured correctly. : (conditionality and requirement.toString().startsWith('IF ').not()).not() | |
FMCC002 | warning | Requirements.statement | The Criteria is structured as conditional but conditional is not indicated. : (conditionality.not() and requirement.toString().startsWith('IF ')).not() | |
FMFLC08 | warning | Requirements | Function names must not end with a period. : title.endsWith('.').not() | |
FMFLC09 | error | Requirements | Function must have a statement about its purpose. : purpose | |
FMFLC10 | warning | Requirements | Function purpose statement must end in a period. : purpose.toString().endsWith('.') | |
FMFLC11 | error | Requirements | Function must have a description. : description | |
FMFLC12 | warning | Requirements | Function description statement must end in a period. : description.toString().endsWith('.') | |
FMFLC13 | error | Requirements | Function must have one or more conformance criteria statements. : statement.count() > 0 | |
FMFLC15 | error | Requirements.statement | Criterion must have a textual description. : requirement.hasValue() | |
FMSVR08 | warning | Requirements.statement | Optionality attribute does not match the optionality in the text. : requirement.toString().contains(conformance.first()) | |
FMTSR03 | warning | Requirements.statement | The text is not single spaced (there are multiple spaces). : requirement.toString().contains(' ').not() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints![]() | ||||
---|---|---|---|---|---|---|---|---|
![]() ![]() |
C | 0..* | Requirements | A set of requirements - features of systems that are necessary cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation FMFLC08: Function names must not end with a period. FMFLC09: Function must have a statement about its purpose. FMFLC10: Function purpose statement must end in a period. FMFLC11: Function must have a description. FMFLC12: Function description statement must end in a period. FMFLC13: Function must have one or more conformance criteria statements. | ||||
![]() ![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() ![]() |
ΣC | 0..1 | uri | Canonical identifier for this Requirements, represented as a URI (globally unique) cnl-1: URL should not contain | or # - these characters make processing canonical references problematic | ||||
![]() ![]() ![]() |
Σ | 0..* | Identifier | Additional identifier for the Requirements (business identifier) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Business version of the Requirements | ||||
![]() ![]() ![]() |
Σ | 0..1 | How to compare versions Binding: VersionAlgorithm (extensible) | |||||
![]() ![]() ![]() ![]() |
string | |||||||
![]() ![]() ![]() ![]() |
Coding | |||||||
![]() ![]() ![]() |
ΣC | 0..1 | string | Name for this Requirements (computer friendly) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name for this Requirements (human friendly) | ||||
![]() ![]() ![]() |
?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required): The lifecycle status of an artifact. | ||||
![]() ![]() ![]() |
Σ | 0..1 | boolean | For testing purposes, not real usage | ||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date last changed | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Name of the publisher/steward (organization or individual) | ||||
![]() ![]() ![]() |
Σ | 0..* | ContactDetail | Contact details for the publisher | ||||
![]() ![]() ![]() |
0..1 | markdown | Natural language description of the requirements | |||||
![]() ![]() ![]() |
Σ | 0..* | UsageContext | The context that the content is intended to support | ||||
![]() ![]() ![]() |
Σ | 0..* | CodeableConcept | Intended jurisdiction for Requirements (if applicable) Binding: JurisdictionValueSet (extensible): Countries and regions within which this artifact is targeted for use. | ||||
![]() ![]() ![]() |
0..1 | markdown | Why this Requirements is defined | |||||
![]() ![]() ![]() |
0..1 | markdown | Use and/or publishing restrictions | |||||
![]() ![]() ![]() |
0..1 | string | Copyright holder and year(s) | |||||
![]() ![]() ![]() |
Σ | 0..* | canonical(Requirements) | Other set of Requirements this builds on | ||||
![]() ![]() ![]() |
0..* | url | External artifact (rule/document etc. that) created this set of requirements | |||||
![]() ![]() ![]() |
0..* | canonical(ActorDefinition) | Actor for these requirements | |||||
![]() ![]() ![]() |
C | 0..* | BackboneElement | Actual statement as markdown FMTSR03: The text is not single spaced (there are multiple spaces). FMCC001: The Conditional Criteria is not structured correctly. FMCC002: The Criteria is structured as conditional but conditional is not indicated. FMSVR08: Optionality attribute does not match the optionality in the text. FMFLC15: Criterion must have a textual description. | ||||
![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() |
1..1 | id | Key that identifies this statement | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Short Human label for this statement | |||||
![]() ![]() ![]() ![]() |
0..* | code | SHALL | SHOULD | MAY | SHOULD-NOT Binding: ConformanceExpectation (required) | |||||
![]() ![]() ![]() ![]() |
0..1 | boolean | Set to true if requirements statement is conditional | |||||
![]() ![]() ![]() ![]() |
1..1 | markdown | The actual requirement | |||||
![]() ![]() ![]() ![]() |
0..1 | string | Another statement this clarifies/restricts ([url#]key) | |||||
![]() ![]() ![]() ![]() |
0..1 | string | A larger requirement that this requirement helps to refine and enable | |||||
![]() ![]() ![]() ![]() |
0..* | url | Design artifact that satisfies this requirement | |||||
![]() ![]() ![]() ![]() |
0..* | url | External artifact (rule/document etc. that) created this requirement | |||||
![]() ![]() ![]() ![]() |
0..* | Reference(CareTeam | Device | Group | HealthcareService | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Who asked for this statement | |||||
![]() |
Path | Conformance | ValueSet | URI |
Requirements.language | required | AllLanguageshttp://hl7.org/fhir/ValueSet/all-languages|5.0.0 from the FHIR Standard | |
Requirements.versionAlgorithm[x] | extensible | VersionAlgorithmhttp://hl7.org/fhir/ValueSet/version-algorithm from the FHIR Standard | |
Requirements.status | required | PublicationStatushttp://hl7.org/fhir/ValueSet/publication-status|5.0.0 from the FHIR Standard | |
Requirements.jurisdiction | extensible | JurisdictionValueSethttp://hl7.org/fhir/ValueSet/jurisdiction from the FHIR Standard | |
Requirements.statement.conformance | required | ConformanceExpectationhttp://hl7.org/fhir/ValueSet/conformance-expectation|5.0.0 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
FMCC001 | warning | Requirements.statement | The Conditional Criteria is not structured correctly. : (conditionality and requirement.toString().startsWith('IF ').not()).not() | |
FMCC002 | warning | Requirements.statement | The Criteria is structured as conditional but conditional is not indicated. : (conditionality.not() and requirement.toString().startsWith('IF ')).not() | |
FMFLC08 | warning | Requirements | Function names must not end with a period. : title.endsWith('.').not() | |
FMFLC09 | error | Requirements | Function must have a statement about its purpose. : purpose | |
FMFLC10 | warning | Requirements | Function purpose statement must end in a period. : purpose.toString().endsWith('.') | |
FMFLC11 | error | Requirements | Function must have a description. : description | |
FMFLC12 | warning | Requirements | Function description statement must end in a period. : description.toString().endsWith('.') | |
FMFLC13 | error | Requirements | Function must have one or more conformance criteria statements. : statement.count() > 0 | |
FMFLC15 | error | Requirements.statement | Criterion must have a textual description. : requirement.hasValue() | |
FMSVR08 | warning | Requirements.statement | Optionality attribute does not match the optionality in the text. : requirement.toString().contains(conformance.first()) | |
FMTSR03 | warning | Requirements.statement | The text is not single spaced (there are multiple spaces). : requirement.toString().contains(' ').not() | |
cnl-0 | warning | Requirements | Name should be usable as an identifier for the module by machine processing applications such as code generation : name.exists() implies name.matches('^[A-Z]([A-Za-z0-9_]){1,254}$') | |
cnl-1 | warning | Requirements.url | URL should not contain | or # - these characters make processing canonical references problematic : exists() implies matches('^[^|# ]+$') | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from Requirements
Other representations of profile: CSV, Excel, Schematron