Skip to content

Commit

Permalink
v3.0.6 output
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Aug 7, 2024
1 parent 1623dc7 commit 3f9234f
Show file tree
Hide file tree
Showing 9,036 changed files with 10,691 additions and 33,888 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 3 additions & 10 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRBase64BinaryPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -72,9 +72,7 @@ class FHIRBase64BinaryPrimitive implements PHPFHIRPrimitiveTypeInterface

const FIELD_VALUE = 'value';

/**
* @var null|string
*/
/** @var null|string */
protected null|string $value = null;

/**
Expand Down Expand Up @@ -260,12 +258,7 @@ public function xmlSerialize(null|PHPFHIRXmlWriter $xw = null, null|int|PHPFHIRC
$openedRoot = true;
$xw->openRootNode($config, 'base64Binary_primitive', $this->_getSourceXmlns());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ATTRIBUTE) {
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ELEMENT) {
$xw->writeSimpleElement(self::FIELD_VALUE, $this->getFormattedValue());
}
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
if (isset($openedRoot) && $openedRoot) {
$xw->endElement();
}
Expand Down
10 changes: 3 additions & 7 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -74,13 +74,9 @@ class FHIRBinary implements PHPFHIRCommentContainerInterface, PHPFHIRContainedTy
const FIELD_CONTENT_TYPE = 'contentType';
const FIELD_ID = 'id';

/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive
*/
/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
protected null|FHIRStringPrimitive $contentType = null;
/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRIdPrimitive
*/
/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRIdPrimitive */
protected null|FHIRIdPrimitive $id = null;

/**
Expand Down
13 changes: 3 additions & 10 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRBooleanPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -72,9 +72,7 @@ class FHIRBooleanPrimitive implements PHPFHIRPrimitiveTypeInterface

const FIELD_VALUE = 'value';

/**
* @var null|bool
*/
/** @var null|bool */
protected null|bool $value = null;

/**
Expand Down Expand Up @@ -247,12 +245,7 @@ public function xmlSerialize(null|PHPFHIRXmlWriter $xw = null, null|int|PHPFHIRC
$openedRoot = true;
$xw->openRootNode($config, 'boolean_primitive', $this->_getSourceXmlns());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ATTRIBUTE) {
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ELEMENT) {
$xw->writeSimpleElement(self::FIELD_VALUE, $this->getFormattedValue());
}
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
if (isset($openedRoot) && $openedRoot) {
$xw->endElement();
}
Expand Down
13 changes: 3 additions & 10 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRCodePrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -72,9 +72,7 @@ class FHIRCodePrimitive implements PHPFHIRPrimitiveTypeInterface

const FIELD_VALUE = 'value';

/**
* @var null|string
*/
/** @var null|string */
protected null|string $value = null;

/**
Expand Down Expand Up @@ -249,12 +247,7 @@ public function xmlSerialize(null|PHPFHIRXmlWriter $xw = null, null|int|PHPFHIRC
$openedRoot = true;
$xw->openRootNode($config, 'code_primitive', $this->_getSourceXmlns());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ATTRIBUTE) {
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ELEMENT) {
$xw->writeSimpleElement(self::FIELD_VALUE, $this->getFormattedValue());
}
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
if (isset($openedRoot) && $openedRoot) {
$xw->endElement();
}
Expand Down
13 changes: 3 additions & 10 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRDatePrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -72,9 +72,7 @@ class FHIRDatePrimitive implements PHPFHIRPrimitiveTypeInterface

const FIELD_VALUE = 'value';

/**
* @var null|string
*/
/** @var null|string */
protected null|string $value = null;

/**
Expand Down Expand Up @@ -290,12 +288,7 @@ public function xmlSerialize(null|PHPFHIRXmlWriter $xw = null, null|int|PHPFHIRC
$openedRoot = true;
$xw->openRootNode($config, 'date_primitive', $this->_getSourceXmlns());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ATTRIBUTE) {
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ELEMENT) {
$xw->writeSimpleElement(self::FIELD_VALUE, $this->getFormattedValue());
}
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
if (isset($openedRoot) && $openedRoot) {
$xw->endElement();
}
Expand Down
13 changes: 3 additions & 10 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRDateTimePrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -72,9 +72,7 @@ class FHIRDateTimePrimitive implements PHPFHIRPrimitiveTypeInterface

const FIELD_VALUE = 'value';

/**
* @var null|string
*/
/** @var null|string */
protected null|string $value = null;

/**
Expand Down Expand Up @@ -294,12 +292,7 @@ public function xmlSerialize(null|PHPFHIRXmlWriter $xw = null, null|int|PHPFHIRC
$openedRoot = true;
$xw->openRootNode($config, 'dateTime_primitive', $this->_getSourceXmlns());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ATTRIBUTE) {
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ELEMENT) {
$xw->writeSimpleElement(self::FIELD_VALUE, $this->getFormattedValue());
}
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
if (isset($openedRoot) && $openedRoot) {
$xw->endElement();
}
Expand Down
13 changes: 3 additions & 10 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRDecimalPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -72,9 +72,7 @@ class FHIRDecimalPrimitive implements PHPFHIRPrimitiveTypeInterface

const FIELD_VALUE = 'value';

/**
* @var null|float
*/
/** @var null|float */
protected null|float $value = null;

/**
Expand Down Expand Up @@ -267,12 +265,7 @@ public function xmlSerialize(null|PHPFHIRXmlWriter $xw = null, null|int|PHPFHIRC
$openedRoot = true;
$xw->openRootNode($config, 'decimal_primitive', $this->_getSourceXmlns());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ATTRIBUTE) {
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
}
if (($this->_primitiveXmlLocations[self::FIELD_VALUE] ?? PHPFHIRXmlLocationEnum::ATTRIBUTE) === PHPFHIRXmlLocationEnum::ELEMENT) {
$xw->writeSimpleElement(self::FIELD_VALUE, $this->getFormattedValue());
}
$xw->writeAttribute(self::FIELD_VALUE, $this->getFormattedValue());
if (isset($openedRoot) && $openedRoot) {
$xw->endElement();
}
Expand Down
7 changes: 2 additions & 5 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -85,13 +85,10 @@ class FHIRElement implements PHPFHIRCommentContainerInterface, PHPFHIRTypeInterf
* elements, an \@id referenced from the Narrative, or extensions
*
* An extension - additional local content. The extension URL defines it's meaning
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRExtension[]
*/
protected null|array $extension = [];
/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRIdPrimitive
*/
/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRIdPrimitive */
protected null|FHIRIdPrimitive $id = null;

/**
Expand Down
10 changes: 1 addition & 9 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRElement/FHIRAddress.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -102,7 +102,6 @@ class FHIRAddress extends FHIRElement
* If the element is present, it must have either a \@value, an \@id, or extensions
*
* The purpose of this address.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRAddressUse
*/
protected null|FHIRAddressUse $use = null;
Expand All @@ -111,7 +110,6 @@ class FHIRAddress extends FHIRElement
* If the element is present, it must have either a \@value, an \@id, or extensions
*
* A full text representation of the address.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRString
*/
protected null|FHIRString $text = null;
Expand All @@ -121,7 +119,6 @@ class FHIRAddress extends FHIRElement
*
* This component contains the house number, apartment number, street name, street
* direction, P.O. Box number, delivery hints, and similar address information.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRString[]
*/
protected null|array $line = [];
Expand All @@ -130,7 +127,6 @@ class FHIRAddress extends FHIRElement
* If the element is present, it must have either a \@value, an \@id, or extensions
*
* The name of the city, town, village or other community or delivery center.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRString
*/
protected null|FHIRString $city = null;
Expand All @@ -140,7 +136,6 @@ class FHIRAddress extends FHIRElement
*
* Sub-unit of a country with limited sovereignty in a federally organized country.
* A code may be used if codes are in common use (i.e. US 2 letter state codes).
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRString
*/
protected null|FHIRString $state = null;
Expand All @@ -149,7 +144,6 @@ class FHIRAddress extends FHIRElement
* If the element is present, it must have either a \@value, an \@id, or extensions
*
* A postal code designating a region defined by the postal service.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRString
*/
protected null|FHIRString $zip = null;
Expand All @@ -158,7 +152,6 @@ class FHIRAddress extends FHIRElement
* If the element is present, it must have either a \@value, an \@id, or extensions
*
* Country - a nation as commonly understood or generally accepted.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRString
*/
protected null|FHIRString $country = null;
Expand All @@ -168,7 +161,6 @@ class FHIRAddress extends FHIRElement
* elements, an \@id referenced from the Narrative, or extensions
*
* Time period when address was/is in use.
*
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRElement\FHIRPeriod
*/
protected null|FHIRPeriod $period = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -81,9 +81,7 @@ class FHIRAddressUse extends FHIRElement

const FIELD_VALUE = 'value';

/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive\FHIRAddressUseList
*/
/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive\FHIRAddressUseList */
protected null|FHIRAddressUseList $value = null;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -81,9 +81,7 @@ class FHIRAggregationMode extends FHIRElement

const FIELD_VALUE = 'value';

/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive\FHIRAggregationModeList
*/
/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive\FHIRAggregationModeList */
protected null|FHIRAggregationModeList $value = null;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: July 10th, 2024 03:24+0000
* Class creation date: August 7th, 2024 02:07+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -82,9 +82,7 @@ class FHIRAlertStatus extends FHIRElement

const FIELD_VALUE = 'value';

/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive\FHIRAlertStatusList
*/
/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive\FHIRAlertStatusList */
protected null|FHIRAlertStatusList $value = null;

/**
Expand Down
Loading

0 comments on commit 3f9234f

Please sign in to comment.