FHIR Chat · sub-capabilitystatements · conformance

Stream: conformance

Topic: sub-capabilitystatements


view this post on Zulip Jose Costa Teixeira (Apr 29 2021 at 17:20):

We need to say "this server/profile/specification/actor includes the following capabilities".
For example "*the PrescriptionPlacer contains the capability 'Place Prescription', 'Consult MedicationRecord', 'ATNA' *"
Assuming that PrescriptionPlacer is a CapStatement, and 'PlacePrescription' as well, and 'Consult MedicationRecord'... (how ) could we nest those CapabilityStatements ?

view this post on Zulip Lloyd McKenzie (Apr 29 2021 at 18:44):

They don't 'nest', but one CapStatement can either instantiate or import others. (The former must declare the requirements, the latter grabs them by reference.)

view this post on Zulip Jose Costa Teixeira (Apr 29 2021 at 19:18):

So one can use the .import to include all those features in an actor's capability definition?

view this post on Zulip Jose Costa Teixeira (Apr 29 2021 at 19:18):

(i.e. is that a proper use of .import?)

view this post on Zulip Lloyd McKenzie (Apr 29 2021 at 20:35):

Yes. .import grabs everything from the referenced CapabilityStatement.


Last updated: Apr 12 2022 at 19:14 UTC