예제 #1
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['GoalObservation' => ['goalCode' => 'SHALL contain exactly one [1..1] code (CONF:30784)', 'goalDisplayName' => 'SHALL contain exactly one [1..1] code (CONF:30784)', 'goalCodeSystemName' => 'SHALL contain exactly one [1..1] code (CONF:30784)', 'effectiveTime' => 'effectiveTime', LevelOther\authorParticipation::Structure(), healthConcernAct::Structure(), plannedEncounter::Structure(), plannedObservation::Structure(), plannedProcedure::Structure(), plannedSubstanceAdministration::Structure(), plannedSupply::Structure(), plannedAct::Structure(), patientPriorityPreference::Structure(), providerPriorityPreference::Structure(), actReference::Structure()]];
 }
예제 #2
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PlannedProcedure' => ['moodCode' => 'SHALL be selected from ValueSet Plan of Care moodCode (SubstanceAdministration/Supply)', 'repeatNumber' => 'SHALL contain exactly one [0..1] repeatNumber', 'quantity' => 'SHALL contain exactly one [0..1] quantity', 'effectiveTime' => 'SHOULD contain zero or one [0..1] effectiveTime', LevelOther\authorParticipation::Structure(), LevelDocument\performer::Structure(), patientPriorityPreference::Structure(), providerPriorityPreference::Structure()]];
 }
예제 #3
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()]];
 }
예제 #4
0
파일: plannedAct.php 프로젝트: igez/gaiaehr
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PlannedAct' => ['moodCode' => 'SHALL be selected from ValueSet Plan of Care moodCode (Act/Encounter/Procedure)', 'code' => 'SHALL contain exactly one [1..1] code', 'codeSystemName' => 'SHALL contain exactly one [1..1] code', 'displayName' => 'SHALL contain exactly one [1..1] code', 'effectiveTime' => 'SHALL contain exactly one [1..1] effectiveTime', LevelDocument\performer::Structure(), LevelDocument\participant::Structure(), patientPriorityPreference::Structure(), providerPriorityPreference::Structure()]];
 }
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PlannedSubstanceAdministration' => ['moodCode' => 'SHALL be selected from ValueSet Plan of Care moodCode (Act/Encounter/Procedure)', 'code' => 'SHALL contain exactly one [1..1] code', 'codeSystemName' => 'SHALL contain exactly one [1..1] code', 'displayName' => 'SHALL contain exactly one [1..1] code', 'effectiveTime' => 'SHOULD contain zero or one [0..1] effectiveTime', 'Narrated' => 'SubstanceAdministration / Supply', LevelDocument\performer::Structure(), LevelDocument\participant::Structure(), patientPriorityPreference::Structure(), providerPriorityPreference::Structure(), 'Interval' => [0 => ['QuantityValue' => 'Quantity Range Value', 'QuantityUnit' => 'Quantity Range Unit']]]];
 }
예제 #6
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['PlannedSupply' => ['moodCode' => 'SHALL be selected from ValueSet Plan of Care moodCode (SubstanceAdministration/Supply)', 'effectiveTime' => 'SHOULD contain zero or one [0..1] effectiveTime', patientPriorityPreference::Structure(), providerPriorityPreference::Structure(), LevelOther\authorParticipation::Structure()]];
 }
예제 #7
0
 /**
  * Give back the structure of this Entry
  * @return array
  */
 public static function Structure()
 {
     return ['healthConcernAct' => ['effectiveTime' => 'MAY contain zero or one [0..1] effectiveTime', LevelOther\authorParticipation::Structure(), LevelOther\problemObservation::Structure(), allergyIntoleranceObservation::Structure(), assessmentScaleObservation::Structure(), cognitiveStatusObservation::Structure(), selfCareActivitiesADLAndIADL::Structure(), cognitiveAbilitiesObservation::Structure(), currentSmokingStatus::Structure(), encounterDiagnosis::Structure(), familyHistoryOrganizer::Structure(), functionalStatusObservation::Structure(), hospitalAdmissionDiagnosis::Structure(), mentalStatusObservation::Structure(), nutritionAssessment::Structure(), postprocedureDiagnosis::Structure(), pregnancyObservation::Structure(), preoperativeDiagnosis::Structure(), reactionObservation::Structure(), resultObservation::Structure(), sensoryAndSpeechStatus::Structure(), socialHistoryObservation::Structure(), substanceOrDeviceAllergyIntoleranceObservation::Structure(), tobaccoUse::Structure(), vitalSignObservation::Structure(), woundObservation::Structure(), caregiverCharacteristics::Structure(), culturalAndReligiousObservation::Structure(), characteristicsOfHomeEnvironment::Structure(), nutritionalStatusObservation::Structure(), resultOrganizer::Structure(), providerPriorityPreference::Structure(), problemConcernActCondition::Structure(), actReference::Structure()]];
 }
예제 #8
0
 /**
  * @return array
  */
 public static function Structure()
 {
     return ['ProblemObservation' => ['onsetDate' => 'This effectiveTime SHALL contain exactly one [1..1] low Note: The effectiveTime/low (a.k.a. "onset date") asserts when the condition became biologically active', 'resolvedDate' => '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.', 'code' => 'SHOULD be selected from ValueSet Problem Value Set', 'codeSystemName' => 'SHALL contain exactly one [1..1] value with @xsi:type="CD", where the code SHOULD be selected from ValueSet Problem Value Set', 'displayName' => 'SHALL contain exactly one [1..1] value with @xsi:type="CD", where the code SHOULD be selected from ValueSet Problem Value Set', 'Narrated' => 'SHOULD contain zero or one [0..1] text', LevelOther\authorParticipation::Structure(), ageObservation::Structure(), prognosisObservation::Structure(), patientPriorityPreference::Structure(), providerPriorityPreference::Structure()]];
 }