Exemple #1
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['MedicationActivity' => ['statusCode' => 'contain exactly one [1..1] statusCode, which SHALL be selected from ValueSet ActStatus (CONF:7507)', 'effectiveTime_medication_frequency' => 'SHOULD contain zero or one [0..1] effectiveTime (CONF:7513) such that it Note: This effectiveTime
                 represents the medication frequency (e.g. administration times per day)', 'effectiveTime_medication_frequency_unit' => 'SHOULD contain zero or one [0..1] effectiveTime (CONF:7513) such that it
                 Note: This effectiveTime represents the medication frequency (e.g. administration times per day)', 'effectiveTime_medication_start' => 'SHALL contain exactly one [1..1] effectiveTime (CONF:7508) such that it
                 Note: This effectiveTime represents the medication duration (i.e. the time the medication was started and stopped).', 'effectiveTime_medication_end' => 'SHALL contain exactly one [1..1] effectiveTime (CONF:7508) such that it
                 Note: This effectiveTime represents the medication duration (i.e. the time the medication was started and stopped).', 'routeCode' => 'MAY contain zero or one [0..1] routeCode, which SHALL be selected from ValueSet Medication Route FDA Value Set', 'routeCodeSystemName' => 'Route Code System Name', 'routeDisplayName' => 'Route Display Name', 'doseQuantity' => 'SHOULD contain zero or one [0..1] doseQuantity (CONF:7516).', medicationInformation::Structure()]];
 }
 /**
  * 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()]];
 }
Exemple #3
0
 /**
  * @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()]];
 }