fix: typo in 'opposed' (#5051)

This commit is contained in:
Yusuf Daniju 2023-07-02 21:48:20 +02:00 committed by GitHub
parent a73b74869d
commit 39ee86d0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,4 +74,4 @@ HAPI provides a few ways of accessing extension values in resources which are re
All of the examples on this page show how to work with the existing data model classes.
This is a great way to work with extensions, and most HAPI FHIR applications use the techniques described on this page. However, there is a more advanced technique available as well, involving the creation of custom Java classes that extend the built-in classes to add statically bound extensions (as oppoed to the dynamically bound ones shown on this page). See [Custom Structures](./custom_structures.html) for more information.
This is a great way to work with extensions, and most HAPI FHIR applications use the techniques described on this page. However, there is a more advanced technique available as well, involving the creation of custom Java classes that extend the built-in classes to add statically bound extensions (as opposed to the dynamically bound ones shown on this page). See [Custom Structures](./custom_structures.html) for more information.