Exemplo n.º 1
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PlanOfTreatment' => ['Narrated' => 'SHALL contain exactly one [1..1] text', LevelEntry\plannedObservation::Structure(), LevelEntry\plannedEncounter::Structure(), LevelEntry\plannedAct::Structure(), LevelEntry\plannedProcedure::Structure(), LevelEntry\plannedSubstanceAdministration::Structure(), LevelEntry\plannedSupply::Structure(), LevelEntry\instruction::Structure(), LevelEntry\handoffCommunication::Structure(), LevelEntry\nutritionRecommendations::Structure()]];
 }
Exemplo n.º 2
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['InterventionAct' => ['moodCode' => 'SHALL be selected from ValueSet Intervention moodCode', 'code' => 'SHALL contain exactly one [1..1] code', 'codeSystemName' => 'SHALL contain exactly one [1..1] code', 'displayName' => 'SHALL contain exactly one [1..1] code', LevelOther\authorParticipation::Structure(), advanceDirectiveObservation::Structure(), immunizationActivity::Structure(), medicationActivity::Structure(), procedureActivityAct::Structure(), goalObservation::Structure(), procedureActivityObservation::Structure(), encounterActivity::Structure(), instruction::Structure(), nonMedicinalSupplyActivity::Structure(), plannedAct::Structure(), plannedEncounterAct::Structure(), plannedObservation::Structure(), plannedProcedure::Structure(), plannedSubstanceAdministration::Structure(), plannedSupply::Structure(), nutritionRecommendations::Structure(), actReference::Structure()]];
 }