Stream: implementers
Topic: Patient Address Line Extensions - Context Invariants
Alison Lo (Jan 27 2020 at 17:05):
On the FHIR site (https://www.hl7.org/fhir/defining-extensions.html), under Context Invariantsit says:
For example, if you use the extension for house number, the Address.line needs to be filled as well
Where is this invariant defined in the extension definition (https://www.hl7.org/fhir/extension-iso21090-adxp-housenumber.html)? Is this true for all defined Address.line extensions? Or is this just an example of a possible invariant that could be defined? I can't seem to find where this rule is stated for the Address.line extensions.
thanks
Lloyd McKenzie (Jan 27 2020 at 18:11):
There's a transform we use to populate the narrative that works reasonably well for at least some parts of them. You can find it here: https://github.com/HL7/fhir/blob/master/source/capabilitystatement/capabilitystatementNarrative.xslt
Last updated: Apr 12 2022 at 19:14 UTC