From 44b25be2a532dd6b7840cb52686f0cdca0297ade Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Mon, 26 Dec 2022 13:51:54 +1300 Subject: [PATCH] warning --- .../src/main/java/org/hl7/fhir/r5/profilemodel/PEBuilder.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/profilemodel/PEBuilder.java b/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/profilemodel/PEBuilder.java index 478fbd516..f90e969b0 100644 --- a/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/profilemodel/PEBuilder.java +++ b/org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/profilemodel/PEBuilder.java @@ -20,6 +20,8 @@ import org.hl7.fhir.utilities.Utilities; /** * Factory class for the ProfiledElement sub-system * + * *** NOTE: This sub-system is still under development *** + * * This subsystem takes a profile and creates a view of the profile that stitches * all the parts together, and presents it as a seemless tree. There's two views: *