Fix typos

This commit is contained in:
Diederik Muylwyk 2021-03-05 18:46:42 -05:00
parent 8f9f46a907
commit 6035f78ddf
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
type: add
issue: 2446
title: "Auto-created placeholder reference targets now have an extension with the URL
`http://hapifhir.io/fhir/StructureDefinition/resource-meta-placeholder` and a value of `true`."
`http://hapifhir.io/fhir/StructureDefinition/resource-placeholder` and a value of `true`."

View File

@ -1070,7 +1070,7 @@ public class DaoConfig {
* Note however that references containing purely numeric IDs will not be auto-created
* as they are never allowed to be client supplied in HAPI FHIR JPA.
*
* All placeholder resources created in this way have a meta extension
* All placeholder resources created in this way have an extension
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
* </p>
*/
@ -1094,7 +1094,7 @@ public class DaoConfig {
* Note however that references containing purely numeric IDs will not be auto-created
* as they are never allowed to be client supplied in HAPI FHIR JPA.
*
* All placeholder resources created in this way have a meta extension
* All placeholder resources created in this way have an extension
* with the URL {@link HapiExtensions#EXT_RESOURCE_PLACEHOLDER} and the value "true".
* </p>
*/