Example #1
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['DischargeMedication' => [medicationActivity::Structure()]];
 }
Example #2
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['Medications' => ['Narrated' => 'SHALL contain exactly one [1..1] text', LevelEntry\medicationActivity::Structure()]];
 }
Example #3
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['ReactionObservation' => ['from_effectiveTime' => 'The effectiveTime, if present, SHOULD contain zero or one [0..1] low', 'to_effectiveTime' => 'The effectiveTime, if present, SHOULD contain zero or one [0..1] high', 'problemCode' => 'SHALL be selected from ValueSet Problem Value Set', 'problemCodeSystemName' => 'SHALL be selected from ValueSet Problem Value Set', 'problemDisplayName' => 'SHALL be selected from ValueSet Problem Value Set', severityObservation::Structure(), procedureActivityProcedure::Structure(), medicationActivity::Structure()]];
 }
Example #4
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['Anesthesia' => ['Narrated' => 'SHALL contain exactly one [1..1] text', LevelEntry\procedureActivityProcedure::Structure(), LevelEntry\medicationActivity::Structure()]];
 }
Example #5
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()]];
 }
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['ProcedureActivityProcedure' => ['statusCode' => 'SHALL contain exactly one [1..1] statusCode, which SHALL be selected from ValueSet ProcedureAct statusCode', 'effectiveTime' => 'This effectiveTime MAY contain zero or one [0..1] high Note: The effectiveTime/high (a.k.a. "resolution date") asserts when the condition became biologically resolved.', 'activityCode' => 'This code in a procedure activity act SHOULD be selected from LOINC', 'activityCodeSystemName' => 'This code in a procedure activity act SHOULD be selected from LOINC', 'activityDisplayName' => 'This code in a procedure activity act SHOULD be selected from LOINC', 'Narrated' => 'SHALL point to its corresponding narrative (using the approach defined in CDA Release 2, section 4.3.5.1)', 'priorityCode' => 'SHALL be selected from ValueSet Act Priority Value Set', 'priorityCodeSystemName' => 'SHALL be selected from ValueSet Act Priority Value Set', 'priorityDisplayName' => 'SHALL be selected from ValueSet Act Priority Value Set', 'targetSiteCode' => [0 => ['targetSiteCode' => 'SHALL be selected from ValueSet Body Site Value Set', 'targetSiteCodeName' => 'SHALL be selected from ValueSet Body Site Value Set', 'targetSiteDisplayName' => 'SHALL be selected from ValueSet Body Site Value Set']], 'Specimen' => [0 => ['specimenCode' => 'This specimen is for representing specimens obtained from a procedure', 'specimenCodeSystemName' => 'This specimen is for representing specimens obtained from a procedure', 'specimenDisplayName' => 'This specimen is for representing specimens obtained from a procedure']], LevelDocument\performer::Structure(), LevelDocument\participant::Structure(), instruction::Structure(), indication::Structure(), medicationActivity::Structure()]];
 }
Example #7
0
 public static function Structure()
 {
     return ['AdmissionMedication' => [medicationActivity::Structure()]];
 }