コード例 #1
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['MedicationSupplyOrder' => ['repeatNumber' => 'SHOULD contain zero or one [0..1] repeatNumber', 'quantity' => 'SHOULD contain zero or one [0..1] quantity', 'effectiveTime_low' => 'SHOULD contain zero or one [0..1] effectiveTime', immunizationMedicationInformation::Structure(), medicationInformation::Structure(), LevelOther\authorParticipation::Structure(), instruction::Structure()]];
 }
コード例 #2
0
ファイル: immunizationActivity.php プロジェクト: igez/gaiaehr
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['ImmunizationActivity' => ['effectiveTime' => 'SHALL contain exactly one [1..1] effectiveTime (CONF:8834)', 'routeCode' => 'MAY contain zero or one [0..1] routeCode, which SHALL be selected from ValueSet Medication Route FDA Value Set', 'routeCodeSystemName' => 'MAY contain zero or one [0..1] routeCode, which SHALL be selected from ValueSet Medication Route FDA Value Set', 'routeDisplayName' => 'MAY contain zero or one [0..1] routeCode, which SHALL be selected from ValueSet Medication Route FDA Value Set', 'doseQuantityValue' => 'SHOULD contain zero or one [0..1] doseQuantity (CONF:8841)', 'doseQuantityUnit' => 'SHOULD contain zero or one [0..1] doseQuantity (CONF:8841)', immunizationMedicationInformation::Structure(), LevelDocument\performer::Structure(), indication::Structure(), instruction::Structure(), medicationSupplyOrder::Structure(), medicationDispense::Structure(), immunizationRefusalReason::Structure(), immunizationRefusalReason::Structure(), substanceAdministeredAct::Structure()]];
 }
コード例 #3
0
ファイル: medicationDispense.php プロジェクト: igez/gaiaehr
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['MedicationDispense' => ['statusCode' => 'SHALL contain exactly one [1..1] statusCode, which SHALL be selected from ValueSet Medication Fill Status', 'effectiveTime' => 'SHOULD contain zero or one [0..1] effectiveTime', 'repeatNumber' => 'SHOULD contain zero or one [0..1] repeatNumber', 'quantity' => 'SHOULD contain zero or one [0..1] quantity', medicationInformation::Structure(), immunizationMedicationInformation::Structure(), medicationSupplyOrderInformation::Structure()]];
 }