コード例 #1
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['NonMedicinalSupplyActivity' => ['statusCode' => 'SHALL contain exactly one [1..1] statusCode', 'effectiveTime' => 'SHOULD contain zero or one [0..1] effectiveTime', 'quantity' => 'SHOULD contain zero or one [0..1] quantity', productInstance::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
 /**
  * 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()]];
 }
コード例 #4
0
ファイル: planOfTreatment.php プロジェクト: igez/gaiaehr
 /**
  * @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()]];
 }
コード例 #5
0
ファイル: interventionAct.php プロジェクト: igez/gaiaehr
 /**
  * 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()]];
 }
コード例 #6
0
 /**
  * @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()]];
 }
コード例 #7
0
ファイル: instructions.php プロジェクト: igez/gaiaehr
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['Instructions' => ['Narrated' => 'SHALL contain exactly one [1..1] text', LevelEntry\instruction::Structure()]];
 }