Exemplo n.º 1
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['ProblemConcernActCondition' => ['statusCode' => 'This statusCode SHALL contain exactly one [1..1] @code, which SHALL be selected from ValueSet ProblemAct statusCode', 'start_effectiveTime' => 'This effectiveTime SHALL contain exactly one [1..1] low (CONF:9032). Note: The effectiveTime/low asserts when the concern became active. This equates to the time the concern was authored in the patient\'s chart.', 'end_effectiveTime' => 'This effectiveTime MAY contain zero or one [0..1] high (CONF:9033). Note: The effectiveTime/high asserts when the concern was completed (e.g. when the clinician deemed there is no longer any need to track the underlying condition)', problemObservation::Structure(), LevelOther\authorParticipation::Structure(), providerPriorityPreference::Structure()]];
 }
Exemplo n.º 2
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PreoperativeDiagnosis' => [problemObservation::Structure()]];
 }
Exemplo n.º 3
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['ProcedureFindings' => ['Narrated' => 'SHALL contain exactly one [1..1] text', LevelEntry\problemObservation::Structure()]];
 }
Exemplo n.º 4
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['EncounterDiagnosis' => ['effectiveTime' => 'effectiveTime', problemObservation::Structure()]];
 }
Exemplo n.º 5
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['DeceasedObservation' => ['effectiveTime' => 'SHALL contain exactly one [1..1] effectiveTime (CONF:14855)', problemObservation::Structure()]];
 }
Exemplo n.º 6
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PostprocedureDiagnosis' => [problemObservation::Structure()]];
 }
Exemplo n.º 7
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['HistoryOfPastIllness' => ['Narrated' => 'SHALL contain exactly one [1..1] text', LevelEntry\problemObservation::Structure()]];
 }