fhir_scorecard 1.8.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/Gemfile +3 -0
- data/Gemfile.lock +12 -12
- data/fhir_scorecard.gemspec +2 -2
- data/lib/fhir_scorecard.rb +1 -0
- data/lib/implementation_guides.rb +184 -0
- data/lib/resources/profile_indicators.json +1633 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-actor-LanguageQualifierCS.json +79 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-base-GenericAnswersCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-base-MissingValueReasonCS.json +80 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-DietNutritionConcernCS.json +129 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-PhysicalActivityLimitationCS.json +99 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-ReligiousPracticeStatusCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-ReligiousRestrictionCS.json +55 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-SleepQualityReasonCS.json +94 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-SpecialDietFollowedCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.json +94 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-CodingQualifierCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-PerformanceGradingScaleCS.json +65 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeDateTimeCS.json +139 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeFrequencyCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeLikelihoodCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeValueScaleCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-SemiquantitativeDurationCS.json +84 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-SemiquantitativeFrequencyCS.json +104 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-SettingCS.json +210 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-ThreePriorityCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-ThreeValueLogicCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-AddressUseCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-InsuranceProviderTypeCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-TelecomQualifierCS.json +99 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-TelephoneTypeCS.json +49 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-device-RespiratoryAssistDeviceCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-device-RespiratoryRateSettingCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-EncounterTypeCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-ReferralSourceTypeCS.json +84 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-TreatmentCooperationCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-AnimalExposureCS.json +84 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-CoinhabitantCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-HomeEnvironmentRiskCS.json +214 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-IncomeSourceCS.json +109 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-NonCashBenefitCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-ResourceStabilityCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lab-RequestStatusCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-EducationalAttainmentCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-EmploymentStatusCS.json +104 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-MilitaryServiceEraCS.json +80 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-MilitaryStatusCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-TeratogenCS.json +319 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-USMilitaryBranchCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-medication-MedicationChangeReasonCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-medication-MedicationChangeTypeCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-medication-ReasonMedicationNotUsedCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-observation-ExposureReasonCS.json +75 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-observation-ObservationNotMadeReasonCS.json +65 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-problem-EvidenceQualityCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-problem-GradeOrStageCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-problem-ProblemCategoryCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-ContraceptiveMethodCS.json +129 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-ContraceptiveMethodReasonCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-GenderIdentityCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-PressureUlcerAssociationCS.json +49 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.json +49 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceCategoryCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceComponentCS.json +99 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceFeatureCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BloodPressureMethodCS.json +60 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BloodPressureQualifierCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BodyHeightQualifierCS.json +44 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BodyTemperatureQualifierCS.json +44 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BodyWeightQualifierCS.json +109 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-HeartRateMethodCS.json +75 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-HeartRateQualifierCS.json +65 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-RespiratoryRateMethodCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-RespiratoryRateQualifierCS.json +110 -0
- data/lib/resources/standard_health_record/ImplementationGuide-1.json +7079 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-base64Binary-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-boolean-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-code-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-date-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-dateTime-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-decimal-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-id-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-instant-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-integer-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-markdown-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-oid-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-positiveInt-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-string-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-time-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-unsignedInt-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-uri-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-xhtml-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Affiliation-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-AgeAtDeath-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Anonymized-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-DateOfDeath-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Deceased-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-EmergencyContact.json +1046 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-FictionalPerson-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-LanguageQualifier-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-LanguageUsed-extension.json +487 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-MedicalSpecialty-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-NoPrimaryCareProvider.json +1417 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Organization.json +951 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Participant-extension.json +621 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-ParticipationType-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Practitioner-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Practitioner.json +1205 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-PrimaryCareProvider.json +986 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-ProviderRelationship.json +1028 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-RelatedPerson-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-RelatedPerson.json +900 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AdverseReaction-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AdverseReaction.json +1927 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AttributionCertainty-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-AllergyIntolerance.json +1471 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-DrugAllergy.json +1487 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-FoodAllergy-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-FoodAllergy.json +1487 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownAllergy.json +1902 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownDrugAllergy.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownFoodAllergy.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-ActionCode-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-AssociatedEncounter-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Author-extension.json +242 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Entry.json +911 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-FocalSubject-extension.json +234 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Informant-extension.json +234 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Language-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Narrative.json +223 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-NonOccurrenceModifier-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-OriginalCreationDate-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-PatientInstructions-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-PerformerInstructions-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-ShrId-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.json +534 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-AlcoholUse.json +3337 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-AssessmentTool-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-BehavioralObservation.json +2461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-DietAndNutrition.json +2721 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-DietNutritionConcern-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-HasSufficientFood-extension.json +229 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-HoursSleepPerNight-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-IntravenousDrugUse.json +3360 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-NicotineUse.json +3344 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ONCSmokingStatus.json +2373 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-PhysicalActivityLevel.json +2635 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReadinessToChange-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReligiousPractice.json +2702 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReligiousRestriction-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SleepQuality.json +2782 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SleepQualityReason-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SpecialDietFollowed-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SubstanceAbuseTreatment.json +1668 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SubstanceUse.json +3048 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ViolentBehaviorRisk.json +617 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.json +419 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.json +419 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-WakeFeelingRested-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Address.json +600 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Age-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Age.json +358 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-AgeGroup-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-AgeRange-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Annotation.json +255 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Area-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-BodySite-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-BodySite.json +799 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Circumference-extension.json +327 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-ClockDirection-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-CodeableConcept-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-CodeableConcept.json +252 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Coding.json +393 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-CodingQualifier-extension.json +228 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Count-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Country-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Depth-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Details-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-DollarAmount.json +337 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Duration-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Duration.json +358 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-EffectiveDate-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-EffectiveTimePeriod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-EffectiveTimePeriod.json +235 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Explanation-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Frequency-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedAge-extension.json +461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedDateTime-extension.json +461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedLikelihood-extension.json +421 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedTemporalContext-extension.json +461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeopoliticalLocation.json +606 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Geoposition.json +909 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GestationalAge-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GestationalTemporalContext-extension.json +421 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GestationalTimePeriod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-HumanName.json +417 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Identifier.json +412 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Length-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Likelihood-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Location-extension.json +234 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-LowerBound-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-LowerBound.json +336 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-OccurrenceTime-extension.json +224 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Percentage-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-PeriodOfUse.json +235 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Priority-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-QualitativeDateTime-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-QualitativeLikelihood-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Quantity-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Quantity.json +331 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Reason-extension.json +224 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Setting-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-State-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Statistic.json +390 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-StatisticType-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Substance-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-TimePeriod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-TimePeriod.json +235 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-UnitedStatesAddress.json +606 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-UpperBound-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-UpperBound.json +336 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Volume-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Width-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-CountryOfIssue-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-DriversLicenseNumber-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-FamilialRelationship-extension.json +513 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-FathersName-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-HealthInsurance.json +1271 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-HomeTelephoneNumber.json +486 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-PassportNumber-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-PersonOfRecord-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-PersonOfRecord.json +2554 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-SocialSecurityNumber-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-StateOfIssue-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-Telecom.json +434 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-TelecomTypeOther-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-TelephoneNumber.json +434 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-WorkTelephoneNumber.json +486 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-Device.json +1122 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-DeviceUse.json +860 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-DeviceUseStatus-extension.json +228 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-Implanted-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-Encounter.json +2609 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.json +509 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-Facility-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-Facility.json +1018 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-MobileFacility-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-PaymentSource-extension.json +327 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-ReferralDate-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-ReferralSourceType-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-TreatmentCooperation-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnimalExposure-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnimalExposure.json +3039 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnnualIncome-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnnualIncome.json +2313 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordChildCare-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordChildCare.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordClothing-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordClothing.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordDentalCare-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordDentalCare.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordFood-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordFood.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordHousing-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordHousing.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordMedication-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordMedication.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordTransportation-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordTransportation.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordUtilities-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordUtilities.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-Coinhabitant-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-Coinhabitant.json +2375 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-DomesticViolence-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-DomesticViolence.json +2471 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-EmotionalSafety-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-EmotionalSafety.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-EnvironmentalExposuresPanel.json +1517 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureMethod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureReason-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureSourceOrVector-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureToSubstance.json +2912 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-FinancialSituationPanel.json +2075 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HomeEnvironmentRisk.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HouseholdSituationPanel.json +1616 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HouseholdSize-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HouseholdSize.json +2379 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HousingSecurity-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HousingSecurity.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeSource-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeSource.json +2373 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeStability-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeStability.json +2373 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NonCashBenefit-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NonCashBenefit.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NumberOfDependents-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NumberOfDependents.json +2379 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-PhysicalSafety-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-PhysicalSafety.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-SocialEnvironmentPanel.json +1763 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-TransportationAvailability-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-TransportationAvailability.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-immunization-Immunization.json +1891 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-immunization-ImmunizationAdministered.json +1893 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-immunization-ImmunizationNotGiven.json +1903 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-ChangeFlag-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVScreeningTest.json +2548 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVScreeningTestRequest.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVSupplementalTest.json +2548 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVSupplementalTestRequest.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-Test-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-Test.json +2488 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-TestRequest.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-CongenitalAbnormalities.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-EducationalAttainment.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Employer-extension.json +242 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Employment.json +2477 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-EmploymentStatus-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryBranch-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryService.json +1878 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryStatus-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryStatus.json +2375 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Occupation.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-PrenatalExposure.json +3088 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Travel.json +2543 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-Adherence-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-AdherenceLevel-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MaximumDosePerTimePeriod.json +238 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-Medication.json +1509 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationAfterChange-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationBeforeChange-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationChange.json +715 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationNotAdministered.json +1557 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationNotPrescribed.json +3297 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.json +521 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationPrescription.json +2818 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationUse.json +1591 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-NonAdherenceReason-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-RouteIntoBody-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-TypeOfChange-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-CodeableConceptObservation.json +2297 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-HistoryObservation.json +2527 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-Observation.json +2314 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationCode-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.json +521 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationQualifier-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationReason-extension.json +224 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-Panel.json +1469 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-SocialHistory.json +2569 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Abatement-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-AcademicProblem.json +1811 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Asplenia.json +1825 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Criticality-extension.json +228 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-IncludeOnProblemList-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Injury.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Manifestation-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Manifestation.json +2411 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-MentalHealthProblem.json +1808 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Preexisting-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Problem.json +1809 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Severity-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-procedure-Procedure.json +1656 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.json +678 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-ContraceptiveMethodsUsed.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-Dispensed-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-GenderIdentity-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-GenderIdentity.json +2375 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-NumberOfLivingChildren-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-PregnancyHistory.json +1616 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-PregnancyIntention.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualActivity-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualBehavior.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualIdentity.json +1715 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualOrientation-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-CausativeFactor-extension.json +273 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-ImmersionDepth-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcer.json +1858 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcerBodySite.json +799 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcerManifestation.json +2770 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcerNotPresent.json +2051 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurface.json +1279 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceCategory-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceComponent-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceEmployed.json +1009 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-VisibleInternalStructure-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundBedAndEdge-extension.json +366 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundEdgeAppearance-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundExudate-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundSize-extension.json +567 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundTunnelling-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundUndermining-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BloodPressure.json +3576 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyHeight.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyLength.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyMassIndex.json +3989 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyTemperature.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyWeight.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-DiastolicPressure.json +2387 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-HeadCircumference.json +2609 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-HeadTiltAngle-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-HeartRate.json +2719 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-OxygenSaturation.json +2609 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-RespiratoryRate.json +2719 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-SystolicPressure.json +2387 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-VitalSign.json +2534 -0
- data/lib/resources/standard_health_record/ValueSet-shr-actor-AgeGroupVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-actor-HealthcareRoleVS.json +105 -0
- data/lib/resources/standard_health_record/ValueSet-shr-actor-LanguageQualifierVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-adverse-MedDRAVS.json +43 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-AllergenIrritantVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-AllergyVerificationStatusVS.json +54 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-DrugIngredientVS.json +37 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-FoodSubstanceVS.json +36 -0
- data/lib/resources/standard_health_record/ValueSet-shr-base-GenericAnswersVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-base-MissingValueReasonVS.json +78 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-AlcoholUseScreeningToolVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-DietNutritionConcernVS.json +117 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-PhysicalActivityLimitationVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-ReligiousPracticeStatusVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-ReligiousRestrictionVS.json +58 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SleepQualityReasonVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SpecialDietFollowedVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SubstanceOfAbuseVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-BodyPositionVS.json +90 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-BodySiteVS.json +71 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ClinicalFindingAbsentVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ClockDirectionVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-CodingQualifierVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-DirectionalityVS.json +51 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-DiseaseFindingVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-LateralityVS.json +51 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-LowerBoundTypeVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ManifestationVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-PerformanceGradingScaleVS.json +66 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-PortionTotalityVS.json +51 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeDateTimeVS.json +125 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeFrequencyVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeLikelihoodVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeValueScaleVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-SemiquantitativeDurationVS.json +81 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-SemiquantitativeFrequencyVS.json +97 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-SettingVS.json +182 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-StatisticTypeVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ThreePriorityVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ThreeValueLogicVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-TimeUnitOfMeasureVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-UpperBoundTypeVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-AddressUseVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-InsuranceProviderTypeVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-TelecomQualifierVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-TelephoneTypeVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-device-RespiratoryAssistDeviceVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-device-RespiratoryRateSettingVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-EncounterTypeVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-EncounterUrgencyVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-EpisodeOfCareCompletionVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-ReferralSourceTypeVS.json +81 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-TreatmentCooperationVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-AnimalExposureVS.json +81 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-CoinhabitantVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-HomeEnvironmentRiskVS.json +185 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-IncomeSourceVS.json +101 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-NonCashBenefitVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-ResourceStabilityVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.json +62 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-ChangeFlagVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVScreeningTestCodeVS.json +36 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVScreeningTestResultVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVSupplementalTestCodeVS.json +36 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVSupplementalTestResultVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-RequestStatusVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-TestInterpretationVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-EducationalAttainmentVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-EmploymentStatusVS.json +97 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-MilitaryServiceEraVS.json +78 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-MilitaryStatusVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-TeratogenVS.json +269 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-USMilitaryBranchVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationChangeReasonVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationChangeTypeVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationNonAdherenceReasonVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationVS.json +43 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-ReasonMedicationNotUsedVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-observation-ExposureReasonVS.json +74 -0
- data/lib/resources/standard_health_record/ValueSet-shr-observation-NonLabObservationStatusVS.json +58 -0
- data/lib/resources/standard_health_record/ValueSet-shr-observation-ObservationNotMadeReasonVS.json +66 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-DSMVS.json +43 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-EvidenceQualityVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-GradeOrStageVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-ProblemCategoryVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-CommonPregnancyComplicationVS.json +101 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-ContraceptiveMethodReasonVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-ContraceptiveMethodVS.json +117 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-DifficultyWithIntercourseVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-GenderIdentityVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-SexualActivityVS.json +97 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-SexualOrientationVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-PressureUlcerAssociationVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-PressureUlcerBodySiteVS.json +109 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceBodyPositionVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceCategoryVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceComponentVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceFeatureVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-VisibleInternalStructureVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-WoundEdgeAppearanceVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BloodPressureBodySiteVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BloodPressureMethodVS.json +62 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BloodPressureQualifierVS.json +79 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyHeightQualifierVS.json +78 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyTemperatureBodySiteVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyTemperatureQualifierVS.json +49 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyWeightQualifierVS.json +101 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-HeartRateMethodVS.json +74 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-HeartRateQualifierVS.json +66 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-OxygenSaturationBodySiteVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-RespiratoryRateMethodVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-RespiratoryRateQualifierVS.json +102 -0
- data/lib/resources/standard_health_record/spec.internals +3281 -0
- data/lib/resources/us_core/CapabilityStatement-client.json +996 -0
- data/lib/resources/us_core/CapabilityStatement-server.json +1825 -0
- data/lib/resources/us_core/CodeSystem-careplan-category.json +25 -0
- data/lib/resources/us_core/CodeSystem-cdcrec.json +4883 -0
- data/lib/resources/us_core/CodeSystem-condition-category.json +30 -0
- data/lib/resources/us_core/ConceptMap-ndc-cvx.json +2127 -0
- data/lib/resources/us_core/ImplementationGuide-ig.json +1617 -0
- data/lib/resources/us_core/StructureDefinition-us-core-allergyintolerance.json +1425 -0
- data/lib/resources/us_core/StructureDefinition-us-core-birthsex.json +257 -0
- data/lib/resources/us_core/StructureDefinition-us-core-careplan.json +2366 -0
- data/lib/resources/us_core/StructureDefinition-us-core-careteam.json +1091 -0
- data/lib/resources/us_core/StructureDefinition-us-core-condition.json +1605 -0
- data/lib/resources/us_core/StructureDefinition-us-core-device.json +1375 -0
- data/lib/resources/us_core/StructureDefinition-us-core-diagnosticreport.json +1746 -0
- data/lib/resources/us_core/StructureDefinition-us-core-direct.json +244 -0
- data/lib/resources/us_core/StructureDefinition-us-core-ethnicity.json +882 -0
- data/lib/resources/us_core/StructureDefinition-us-core-goal.json +1179 -0
- data/lib/resources/us_core/StructureDefinition-us-core-immunization.json +2286 -0
- data/lib/resources/us_core/StructureDefinition-us-core-location.json +1694 -0
- data/lib/resources/us_core/StructureDefinition-us-core-medication.json +1421 -0
- data/lib/resources/us_core/StructureDefinition-us-core-medicationrequest.json +2062 -0
- data/lib/resources/us_core/StructureDefinition-us-core-medicationstatement.json +1248 -0
- data/lib/resources/us_core/StructureDefinition-us-core-observationresults.json +2488 -0
- data/lib/resources/us_core/StructureDefinition-us-core-organization.json +2011 -0
- data/lib/resources/us_core/StructureDefinition-us-core-patient.json +3045 -0
- data/lib/resources/us_core/StructureDefinition-us-core-practitioner.json +1679 -0
- data/lib/resources/us_core/StructureDefinition-us-core-procedure.json +1797 -0
- data/lib/resources/us_core/StructureDefinition-us-core-profile-link.json +259 -0
- data/lib/resources/us_core/StructureDefinition-us-core-race.json +882 -0
- data/lib/resources/us_core/StructureDefinition-us-core-smokingstatus.json +2342 -0
- data/lib/resources/us_core/StructureDefinition-us-core-vitalsigns.json +3125 -0
- data/lib/resources/us_core/ValueSet-detailed-ethnicity.json +42 -0
- data/lib/resources/us_core/ValueSet-detailed-race.json +51 -0
- data/lib/resources/us_core/ValueSet-omb-ethnicity-category.json +32 -0
- data/lib/resources/us_core/ValueSet-omb-race-category.json +81 -0
- data/lib/resources/us_core/ValueSet-simple-language.json +59 -0
- data/lib/resources/us_core/ValueSet-us-core-birthsex.json +51 -0
- data/lib/resources/us_core/ValueSet-us-core-careteam-provider-roles.json +54 -0
- data/lib/resources/us_core/ValueSet-us-core-condition-category.json +36 -0
- data/lib/resources/us_core/ValueSet-us-core-cvx.json +38 -0
- data/lib/resources/us_core/ValueSet-us-core-medication-codes.json +51 -0
- data/lib/resources/us_core/ValueSet-us-core-narrative-status.json +43 -0
- data/lib/resources/us_core/ValueSet-us-core-ndc-vaccine-codes.json +2052 -0
- data/lib/resources/us_core/ValueSet-us-core-observation-ccdasmokingstatus.json +79 -0
- data/lib/resources/us_core/ValueSet-us-core-observation-value-codes.json +38 -0
- data/lib/resources/us_core/ValueSet-us-core-problem.json +70 -0
- data/lib/resources/us_core/ValueSet-us-core-procedure-code.json +55 -0
- data/lib/resources/us_core/ValueSet-us-core-procedure-icd10pcs.json +39 -0
- data/lib/resources/us_core/ValueSet-us-core-provider-role.json +33 -0
- data/lib/resources/us_core/ValueSet-us-core-provider-specialty.json +33 -0
- data/lib/resources/us_core/ValueSet-us-core-substance-ndfrt.json +68 -0
- data/lib/resources/us_core/ValueSet-us-core-substance-rxnorm.json +60 -0
- data/lib/resources/us_core/ValueSet-us-core-substance-sct.json +108 -0
- data/lib/resources/us_core/ValueSet-us-core-substance.json +51 -0
- data/lib/resources/us_core/spec.internals +698 -0
- data/lib/rubrics.rb +10 -1
- data/lib/rubrics/standard_health_record.rb +39 -0
- data/lib/rubrics/us_core.rb +39 -0
- data/lib/scorecard.rb +8 -0
- data/lib/tasks/tasks.rake +98 -9
- metadata +610 -6
@@ -0,0 +1,3281 @@
|
|
1
|
+
{
|
2
|
+
"version": "3.0.0",
|
3
|
+
"build": "11681",
|
4
|
+
"webUrl": "http://standardhealthrecord.org/fhir",
|
5
|
+
"date": "2017-04-18",
|
6
|
+
"paths": {
|
7
|
+
"http://standardhealthrecord.org/fhir/ImplementationGuide/1": "ImplementationGuide-1.html",
|
8
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-EmergencyContact": "StructureDefinition-shr-actor-EmergencyContact.html",
|
9
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-NoPrimaryCareProvider": "StructureDefinition-shr-actor-NoPrimaryCareProvider.html",
|
10
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Organization": "StructureDefinition-shr-actor-Organization.html",
|
11
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Practitioner": "StructureDefinition-shr-actor-Practitioner.html",
|
12
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-PrimaryCareProvider": "StructureDefinition-shr-actor-PrimaryCareProvider.html",
|
13
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-ProviderRelationship": "StructureDefinition-shr-actor-ProviderRelationship.html",
|
14
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-RelatedPerson": "StructureDefinition-shr-actor-RelatedPerson.html",
|
15
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-adverse-AdverseReaction": "StructureDefinition-shr-adverse-AdverseReaction.html",
|
16
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-AllergyIntolerance": "StructureDefinition-shr-allergy-AllergyIntolerance.html",
|
17
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-DrugAllergy": "StructureDefinition-shr-allergy-DrugAllergy.html",
|
18
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-FoodAllergy": "StructureDefinition-shr-allergy-FoodAllergy.html",
|
19
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-NoKnownAllergy": "StructureDefinition-shr-allergy-NoKnownAllergy.html",
|
20
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-NoKnownDrugAllergy": "StructureDefinition-shr-allergy-NoKnownDrugAllergy.html",
|
21
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-NoKnownEnvironmentalAllergy": "StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.html",
|
22
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-NoKnownFoodAllergy": "StructureDefinition-shr-allergy-NoKnownFoodAllergy.html",
|
23
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Entry": "StructureDefinition-shr-base-Entry.html",
|
24
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Narrative": "StructureDefinition-shr-base-Narrative.html",
|
25
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-AlcoholUse": "StructureDefinition-shr-behavior-AlcoholUse.html",
|
26
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-BehavioralObservation": "StructureDefinition-shr-behavior-BehavioralObservation.html",
|
27
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-DietAndNutrition": "StructureDefinition-shr-behavior-DietAndNutrition.html",
|
28
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-IntravenousDrugUse": "StructureDefinition-shr-behavior-IntravenousDrugUse.html",
|
29
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-NicotineUse": "StructureDefinition-shr-behavior-NicotineUse.html",
|
30
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ONCSmokingStatus": "StructureDefinition-shr-behavior-ONCSmokingStatus.html",
|
31
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-PhysicalActivityLevel": "StructureDefinition-shr-behavior-PhysicalActivityLevel.html",
|
32
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ReligiousPractice": "StructureDefinition-shr-behavior-ReligiousPractice.html",
|
33
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-SleepQuality": "StructureDefinition-shr-behavior-SleepQuality.html",
|
34
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-SubstanceAbuseTreatment": "StructureDefinition-shr-behavior-SubstanceAbuseTreatment.html",
|
35
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-SubstanceUse": "StructureDefinition-shr-behavior-SubstanceUse.html",
|
36
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ViolentBehaviorRisk": "StructureDefinition-shr-behavior-ViolentBehaviorRisk.html",
|
37
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Address": "StructureDefinition-shr-core-Address.html",
|
38
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Age": "StructureDefinition-shr-core-Age.html",
|
39
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Annotation": "StructureDefinition-shr-core-Annotation.html",
|
40
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-BodySite": "StructureDefinition-shr-core-BodySite.html",
|
41
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept": "StructureDefinition-shr-core-CodeableConcept.html",
|
42
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Coding": "StructureDefinition-shr-core-Coding.html",
|
43
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-DollarAmount": "StructureDefinition-shr-core-DollarAmount.html",
|
44
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Duration": "StructureDefinition-shr-core-Duration.html",
|
45
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveTimePeriod": "StructureDefinition-shr-core-EffectiveTimePeriod.html",
|
46
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GeopoliticalLocation": "StructureDefinition-shr-core-GeopoliticalLocation.html",
|
47
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Geoposition": "StructureDefinition-shr-core-Geoposition.html",
|
48
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-HumanName": "StructureDefinition-shr-core-HumanName.html",
|
49
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Identifier": "StructureDefinition-shr-core-Identifier.html",
|
50
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-LowerBound": "StructureDefinition-shr-core-LowerBound.html",
|
51
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-PeriodOfUse": "StructureDefinition-shr-core-PeriodOfUse.html",
|
52
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Quantity": "StructureDefinition-shr-core-Quantity.html",
|
53
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Statistic": "StructureDefinition-shr-core-Statistic.html",
|
54
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-TimePeriod": "StructureDefinition-shr-core-TimePeriod.html",
|
55
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-UnitedStatesAddress": "StructureDefinition-shr-core-UnitedStatesAddress.html",
|
56
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-UpperBound": "StructureDefinition-shr-core-UpperBound.html",
|
57
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-HealthInsurance": "StructureDefinition-shr-demographics-HealthInsurance.html",
|
58
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-HomeTelephoneNumber": "StructureDefinition-shr-demographics-HomeTelephoneNumber.html",
|
59
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-PersonOfRecord": "StructureDefinition-shr-demographics-PersonOfRecord.html",
|
60
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-Telecom": "StructureDefinition-shr-demographics-Telecom.html",
|
61
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelephoneNumber": "StructureDefinition-shr-demographics-TelephoneNumber.html",
|
62
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-WorkTelephoneNumber": "StructureDefinition-shr-demographics-WorkTelephoneNumber.html",
|
63
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Device": "StructureDefinition-shr-device-Device.html",
|
64
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-DeviceUse": "StructureDefinition-shr-device-DeviceUse.html",
|
65
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-Encounter": "StructureDefinition-shr-encounter-Encounter.html",
|
66
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-Facility": "StructureDefinition-shr-encounter-Facility.html",
|
67
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-AnimalExposure": "StructureDefinition-shr-environment-AnimalExposure.html",
|
68
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-AnnualIncome": "StructureDefinition-shr-environment-AnnualIncome.html",
|
69
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordChildCare": "StructureDefinition-shr-environment-CanAffordChildCare.html",
|
70
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordClothing": "StructureDefinition-shr-environment-CanAffordClothing.html",
|
71
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordDentalCare": "StructureDefinition-shr-environment-CanAffordDentalCare.html",
|
72
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordFood": "StructureDefinition-shr-environment-CanAffordFood.html",
|
73
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordHousing": "StructureDefinition-shr-environment-CanAffordHousing.html",
|
74
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordMedication": "StructureDefinition-shr-environment-CanAffordMedication.html",
|
75
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordTransportation": "StructureDefinition-shr-environment-CanAffordTransportation.html",
|
76
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordUtilities": "StructureDefinition-shr-environment-CanAffordUtilities.html",
|
77
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-Coinhabitant": "StructureDefinition-shr-environment-Coinhabitant.html",
|
78
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-DomesticViolence": "StructureDefinition-shr-environment-DomesticViolence.html",
|
79
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-EmotionalSafety": "StructureDefinition-shr-environment-EmotionalSafety.html",
|
80
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-EnvironmentalExposuresPanel": "StructureDefinition-shr-environment-EnvironmentalExposuresPanel.html",
|
81
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-ExposureToSubstance": "StructureDefinition-shr-environment-ExposureToSubstance.html",
|
82
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-FinancialSituationPanel": "StructureDefinition-shr-environment-FinancialSituationPanel.html",
|
83
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HomeEnvironmentRisk": "StructureDefinition-shr-environment-HomeEnvironmentRisk.html",
|
84
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HouseholdSituationPanel": "StructureDefinition-shr-environment-HouseholdSituationPanel.html",
|
85
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HouseholdSize": "StructureDefinition-shr-environment-HouseholdSize.html",
|
86
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HousingSecurity": "StructureDefinition-shr-environment-HousingSecurity.html",
|
87
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-IncomeSource": "StructureDefinition-shr-environment-IncomeSource.html",
|
88
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-IncomeStability": "StructureDefinition-shr-environment-IncomeStability.html",
|
89
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-NonCashBenefit": "StructureDefinition-shr-environment-NonCashBenefit.html",
|
90
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-NumberOfDependents": "StructureDefinition-shr-environment-NumberOfDependents.html",
|
91
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-PhysicalSafety": "StructureDefinition-shr-environment-PhysicalSafety.html",
|
92
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-SocialEnvironmentPanel": "StructureDefinition-shr-environment-SocialEnvironmentPanel.html",
|
93
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-TransportationAvailability": "StructureDefinition-shr-environment-TransportationAvailability.html",
|
94
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-immunization-Immunization": "StructureDefinition-shr-immunization-Immunization.html",
|
95
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-immunization-ImmunizationAdministered": "StructureDefinition-shr-immunization-ImmunizationAdministered.html",
|
96
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-immunization-ImmunizationNotGiven": "StructureDefinition-shr-immunization-ImmunizationNotGiven.html",
|
97
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-HIVScreeningTest": "StructureDefinition-shr-lab-HIVScreeningTest.html",
|
98
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-HIVScreeningTestRequest": "StructureDefinition-shr-lab-HIVScreeningTestRequest.html",
|
99
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-HIVSupplementalTest": "StructureDefinition-shr-lab-HIVSupplementalTest.html",
|
100
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-HIVSupplementalTestRequest": "StructureDefinition-shr-lab-HIVSupplementalTestRequest.html",
|
101
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-Test": "StructureDefinition-shr-lab-Test.html",
|
102
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-TestRequest": "StructureDefinition-shr-lab-TestRequest.html",
|
103
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-CongenitalAbnormalities": "StructureDefinition-shr-lifehistory-CongenitalAbnormalities.html",
|
104
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-EducationalAttainment": "StructureDefinition-shr-lifehistory-EducationalAttainment.html",
|
105
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-Employment": "StructureDefinition-shr-lifehistory-Employment.html",
|
106
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-MilitaryService": "StructureDefinition-shr-lifehistory-MilitaryService.html",
|
107
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-MilitaryStatus": "StructureDefinition-shr-lifehistory-MilitaryStatus.html",
|
108
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-Occupation": "StructureDefinition-shr-lifehistory-Occupation.html",
|
109
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-PrenatalExposure": "StructureDefinition-shr-lifehistory-PrenatalExposure.html",
|
110
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-Travel": "StructureDefinition-shr-lifehistory-Travel.html",
|
111
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MaximumDosePerTimePeriod": "StructureDefinition-shr-medication-MaximumDosePerTimePeriod.html",
|
112
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-Medication": "StructureDefinition-shr-medication-Medication.html",
|
113
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationChange": "StructureDefinition-shr-medication-MedicationChange.html",
|
114
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationNotAdministered": "StructureDefinition-shr-medication-MedicationNotAdministered.html",
|
115
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationNotPrescribed": "StructureDefinition-shr-medication-MedicationNotPrescribed.html",
|
116
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationPrescription": "StructureDefinition-shr-medication-MedicationPrescription.html",
|
117
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationUse": "StructureDefinition-shr-medication-MedicationUse.html",
|
118
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-CodeableConceptObservation": "StructureDefinition-shr-observation-CodeableConceptObservation.html",
|
119
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-HistoryObservation": "StructureDefinition-shr-observation-HistoryObservation.html",
|
120
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-Observation": "StructureDefinition-shr-observation-Observation.html",
|
121
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-Panel": "StructureDefinition-shr-observation-Panel.html",
|
122
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-SocialHistory": "StructureDefinition-shr-observation-SocialHistory.html",
|
123
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-AcademicProblem": "StructureDefinition-shr-problem-AcademicProblem.html",
|
124
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Asplenia": "StructureDefinition-shr-problem-Asplenia.html",
|
125
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Injury": "StructureDefinition-shr-problem-Injury.html",
|
126
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Manifestation": "StructureDefinition-shr-problem-Manifestation.html",
|
127
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-MentalHealthProblem": "StructureDefinition-shr-problem-MentalHealthProblem.html",
|
128
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Problem": "StructureDefinition-shr-problem-Problem.html",
|
129
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-procedure-Procedure": "StructureDefinition-shr-procedure-Procedure.html",
|
130
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-ContraceptiveMethodRecommendation": "StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.html",
|
131
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-ContraceptiveMethodsUsed": "StructureDefinition-shr-sex-ContraceptiveMethodsUsed.html",
|
132
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-GenderIdentity": "StructureDefinition-shr-sex-GenderIdentity.html",
|
133
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-PregnancyHistory": "StructureDefinition-shr-sex-PregnancyHistory.html",
|
134
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-PregnancyIntention": "StructureDefinition-shr-sex-PregnancyIntention.html",
|
135
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-SexualBehavior": "StructureDefinition-shr-sex-SexualBehavior.html",
|
136
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-SexualIdentity": "StructureDefinition-shr-sex-SexualIdentity.html",
|
137
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-PressureUlcer": "StructureDefinition-shr-skin-PressureUlcer.html",
|
138
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-PressureUlcerBodySite": "StructureDefinition-shr-skin-PressureUlcerBodySite.html",
|
139
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-PressureUlcerManifestation": "StructureDefinition-shr-skin-PressureUlcerManifestation.html",
|
140
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-PressureUlcerNotPresent": "StructureDefinition-shr-skin-PressureUlcerNotPresent.html",
|
141
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-SupportSurface": "StructureDefinition-shr-skin-SupportSurface.html",
|
142
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-SupportSurfaceEmployed": "StructureDefinition-shr-skin-SupportSurfaceEmployed.html",
|
143
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-BloodPressure": "StructureDefinition-shr-vital-BloodPressure.html",
|
144
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-BodyHeight": "StructureDefinition-shr-vital-BodyHeight.html",
|
145
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-BodyLength": "StructureDefinition-shr-vital-BodyLength.html",
|
146
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-BodyMassIndex": "StructureDefinition-shr-vital-BodyMassIndex.html",
|
147
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-BodyTemperature": "StructureDefinition-shr-vital-BodyTemperature.html",
|
148
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-BodyWeight": "StructureDefinition-shr-vital-BodyWeight.html",
|
149
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-DiastolicPressure": "StructureDefinition-shr-vital-DiastolicPressure.html",
|
150
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-HeadCircumference": "StructureDefinition-shr-vital-HeadCircumference.html",
|
151
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-HeartRate": "StructureDefinition-shr-vital-HeartRate.html",
|
152
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-OxygenSaturation": "StructureDefinition-shr-vital-OxygenSaturation.html",
|
153
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-RespiratoryRate": "StructureDefinition-shr-vital-RespiratoryRate.html",
|
154
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-SystolicPressure": "StructureDefinition-shr-vital-SystolicPressure.html",
|
155
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-VitalSign": "StructureDefinition-shr-vital-VitalSign.html",
|
156
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Affiliation-extension": "StructureDefinition-shr-actor-Affiliation-extension.html",
|
157
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-AgeAtDeath-extension": "StructureDefinition-shr-actor-AgeAtDeath-extension.html",
|
158
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Anonymized-extension": "StructureDefinition-shr-actor-Anonymized-extension.html",
|
159
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-DateOfDeath-extension": "StructureDefinition-shr-actor-DateOfDeath-extension.html",
|
160
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Deceased-extension": "StructureDefinition-shr-actor-Deceased-extension.html",
|
161
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-FictionalPerson-extension": "StructureDefinition-shr-actor-FictionalPerson-extension.html",
|
162
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-LanguageQualifier-extension": "StructureDefinition-shr-actor-LanguageQualifier-extension.html",
|
163
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-LanguageUsed-extension": "StructureDefinition-shr-actor-LanguageUsed-extension.html",
|
164
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-MedicalSpecialty-extension": "StructureDefinition-shr-actor-MedicalSpecialty-extension.html",
|
165
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Participant-extension": "StructureDefinition-shr-actor-Participant-extension.html",
|
166
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-ParticipationType-extension": "StructureDefinition-shr-actor-ParticipationType-extension.html",
|
167
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-Practitioner-extension": "StructureDefinition-shr-actor-Practitioner-extension.html",
|
168
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-RelatedPerson-extension": "StructureDefinition-shr-actor-RelatedPerson-extension.html",
|
169
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-SpokenLanguageProficiency-extension": "StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.html",
|
170
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-actor-WrittenLanguageProficiency-extension": "StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.html",
|
171
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-adverse-AdverseReaction-extension": "StructureDefinition-shr-adverse-AdverseReaction-extension.html",
|
172
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-adverse-AdverseReactionAttribution-extension": "StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.html",
|
173
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-adverse-AttributionCertainty-extension": "StructureDefinition-shr-adverse-AttributionCertainty-extension.html",
|
174
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-allergy-FoodAllergy-extension": "StructureDefinition-shr-allergy-FoodAllergy-extension.html",
|
175
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-ActionCode-extension": "StructureDefinition-shr-base-ActionCode-extension.html",
|
176
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-AssociatedEncounter-extension": "StructureDefinition-shr-base-AssociatedEncounter-extension.html",
|
177
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Author-extension": "StructureDefinition-shr-base-Author-extension.html",
|
178
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-FocalSubject-extension": "StructureDefinition-shr-base-FocalSubject-extension.html",
|
179
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Informant-extension": "StructureDefinition-shr-base-Informant-extension.html",
|
180
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Language-extension": "StructureDefinition-shr-base-Language-extension.html",
|
181
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-NonOccurrenceModifier-extension": "StructureDefinition-shr-base-NonOccurrenceModifier-extension.html",
|
182
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-OriginalCreationDate-extension": "StructureDefinition-shr-base-OriginalCreationDate-extension.html",
|
183
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-PatientInstructions-extension": "StructureDefinition-shr-base-PatientInstructions-extension.html",
|
184
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-PerformerInstructions-extension": "StructureDefinition-shr-base-PerformerInstructions-extension.html",
|
185
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-ShrId-extension": "StructureDefinition-shr-base-ShrId-extension.html",
|
186
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-SubjectIsThirdPartyModifier-extension": "StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.html",
|
187
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-AlcoholBingeFrequency-extension": "StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.html",
|
188
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-AssessmentTool-extension": "StructureDefinition-shr-behavior-AssessmentTool-extension.html",
|
189
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-DietNutritionConcern-extension": "StructureDefinition-shr-behavior-DietNutritionConcern-extension.html",
|
190
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ExerciseHoursPerWeek-extension": "StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.html",
|
191
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-HasSufficientFood-extension": "StructureDefinition-shr-behavior-HasSufficientFood-extension.html",
|
192
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-HoursSleepPerNight-extension": "StructureDefinition-shr-behavior-HoursSleepPerNight-extension.html",
|
193
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-PhysicalActivityLimitation-extension": "StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.html",
|
194
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ReadinessToChange-extension": "StructureDefinition-shr-behavior-ReadinessToChange-extension.html",
|
195
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ReligiousPracticeStatus-extension": "StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.html",
|
196
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ReligiousRestriction-extension": "StructureDefinition-shr-behavior-ReligiousRestriction-extension.html",
|
197
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-SleepQualityReason-extension": "StructureDefinition-shr-behavior-SleepQualityReason-extension.html",
|
198
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-SpecialDietFollowed-extension": "StructureDefinition-shr-behavior-SpecialDietFollowed-extension.html",
|
199
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-TroubleFallingAsleep-extension": "StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.html",
|
200
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-TroubleStayingAsleep-extension": "StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.html",
|
201
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ViolentRiskToOthers-extension": "StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.html",
|
202
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-ViolentRiskToSelf-extension": "StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.html",
|
203
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-behavior-WakeFeelingRested-extension": "StructureDefinition-shr-behavior-WakeFeelingRested-extension.html",
|
204
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Age-extension": "StructureDefinition-shr-core-Age-extension.html",
|
205
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-AgeGroup-extension": "StructureDefinition-shr-core-AgeGroup-extension.html",
|
206
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-AgeRange-extension": "StructureDefinition-shr-core-AgeRange-extension.html",
|
207
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Area-extension": "StructureDefinition-shr-core-Area-extension.html",
|
208
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-BodySite-extension": "StructureDefinition-shr-core-BodySite-extension.html",
|
209
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Circumference-extension": "StructureDefinition-shr-core-Circumference-extension.html",
|
210
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-ClockDirection-extension": "StructureDefinition-shr-core-ClockDirection-extension.html",
|
211
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept-extension": "StructureDefinition-shr-core-CodeableConcept-extension.html",
|
212
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodingQualifier-extension": "StructureDefinition-shr-core-CodingQualifier-extension.html",
|
213
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Count-extension": "StructureDefinition-shr-core-Count-extension.html",
|
214
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Country-extension": "StructureDefinition-shr-core-Country-extension.html",
|
215
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Depth-extension": "StructureDefinition-shr-core-Depth-extension.html",
|
216
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Details-extension": "StructureDefinition-shr-core-Details-extension.html",
|
217
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Duration-extension": "StructureDefinition-shr-core-Duration-extension.html",
|
218
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveDate-extension": "StructureDefinition-shr-core-EffectiveDate-extension.html",
|
219
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveTimePeriod-extension": "StructureDefinition-shr-core-EffectiveTimePeriod-extension.html",
|
220
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Explanation-extension": "StructureDefinition-shr-core-Explanation-extension.html",
|
221
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Frequency-extension": "StructureDefinition-shr-core-Frequency-extension.html",
|
222
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GeneralizedAge-extension": "StructureDefinition-shr-core-GeneralizedAge-extension.html",
|
223
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GeneralizedDateTime-extension": "StructureDefinition-shr-core-GeneralizedDateTime-extension.html",
|
224
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GeneralizedLikelihood-extension": "StructureDefinition-shr-core-GeneralizedLikelihood-extension.html",
|
225
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GeneralizedTemporalContext-extension": "StructureDefinition-shr-core-GeneralizedTemporalContext-extension.html",
|
226
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GestationalAge-extension": "StructureDefinition-shr-core-GestationalAge-extension.html",
|
227
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GestationalTemporalContext-extension": "StructureDefinition-shr-core-GestationalTemporalContext-extension.html",
|
228
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-GestationalTimePeriod-extension": "StructureDefinition-shr-core-GestationalTimePeriod-extension.html",
|
229
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Length-extension": "StructureDefinition-shr-core-Length-extension.html",
|
230
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Likelihood-extension": "StructureDefinition-shr-core-Likelihood-extension.html",
|
231
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Location-extension": "StructureDefinition-shr-core-Location-extension.html",
|
232
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-LowerBound-extension": "StructureDefinition-shr-core-LowerBound-extension.html",
|
233
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-OccurrenceTime-extension": "StructureDefinition-shr-core-OccurrenceTime-extension.html",
|
234
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Percentage-extension": "StructureDefinition-shr-core-Percentage-extension.html",
|
235
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Priority-extension": "StructureDefinition-shr-core-Priority-extension.html",
|
236
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-QualitativeDateTime-extension": "StructureDefinition-shr-core-QualitativeDateTime-extension.html",
|
237
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-QualitativeLikelihood-extension": "StructureDefinition-shr-core-QualitativeLikelihood-extension.html",
|
238
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Quantity-extension": "StructureDefinition-shr-core-Quantity-extension.html",
|
239
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Reason-extension": "StructureDefinition-shr-core-Reason-extension.html",
|
240
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Setting-extension": "StructureDefinition-shr-core-Setting-extension.html",
|
241
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-State-extension": "StructureDefinition-shr-core-State-extension.html",
|
242
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-StatisticType-extension": "StructureDefinition-shr-core-StatisticType-extension.html",
|
243
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Substance-extension": "StructureDefinition-shr-core-Substance-extension.html",
|
244
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-TimePeriod-extension": "StructureDefinition-shr-core-TimePeriod-extension.html",
|
245
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-UpperBound-extension": "StructureDefinition-shr-core-UpperBound-extension.html",
|
246
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Volume-extension": "StructureDefinition-shr-core-Volume-extension.html",
|
247
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Width-extension": "StructureDefinition-shr-core-Width-extension.html",
|
248
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-CountryOfIssue-extension": "StructureDefinition-shr-demographics-CountryOfIssue-extension.html",
|
249
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-DriversLicenseNumber-extension": "StructureDefinition-shr-demographics-DriversLicenseNumber-extension.html",
|
250
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-FamilialRelationship-extension": "StructureDefinition-shr-demographics-FamilialRelationship-extension.html",
|
251
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-FathersName-extension": "StructureDefinition-shr-demographics-FathersName-extension.html",
|
252
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-PassportNumber-extension": "StructureDefinition-shr-demographics-PassportNumber-extension.html",
|
253
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-PersonOfRecord-extension": "StructureDefinition-shr-demographics-PersonOfRecord-extension.html",
|
254
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-SocialSecurityNumber-extension": "StructureDefinition-shr-demographics-SocialSecurityNumber-extension.html",
|
255
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-StateOfIssue-extension": "StructureDefinition-shr-demographics-StateOfIssue-extension.html",
|
256
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelecomTypeOther-extension": "StructureDefinition-shr-demographics-TelecomTypeOther-extension.html",
|
257
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-DeviceUseStatus-extension": "StructureDefinition-shr-device-DeviceUseStatus-extension.html",
|
258
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Implanted-extension": "StructureDefinition-shr-device-Implanted-extension.html",
|
259
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-EncounterNonOccurrenceModifier-extension": "StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.html",
|
260
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-Facility-extension": "StructureDefinition-shr-encounter-Facility-extension.html",
|
261
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-MobileFacility-extension": "StructureDefinition-shr-encounter-MobileFacility-extension.html",
|
262
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-PaymentSource-extension": "StructureDefinition-shr-encounter-PaymentSource-extension.html",
|
263
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-ReferralDate-extension": "StructureDefinition-shr-encounter-ReferralDate-extension.html",
|
264
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-ReferralSourceType-extension": "StructureDefinition-shr-encounter-ReferralSourceType-extension.html",
|
265
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-encounter-TreatmentCooperation-extension": "StructureDefinition-shr-encounter-TreatmentCooperation-extension.html",
|
266
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-AnimalExposure-extension": "StructureDefinition-shr-environment-AnimalExposure-extension.html",
|
267
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-AnnualIncome-extension": "StructureDefinition-shr-environment-AnnualIncome-extension.html",
|
268
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordChildCare-extension": "StructureDefinition-shr-environment-CanAffordChildCare-extension.html",
|
269
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordClothing-extension": "StructureDefinition-shr-environment-CanAffordClothing-extension.html",
|
270
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordDentalCare-extension": "StructureDefinition-shr-environment-CanAffordDentalCare-extension.html",
|
271
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordFood-extension": "StructureDefinition-shr-environment-CanAffordFood-extension.html",
|
272
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordHousing-extension": "StructureDefinition-shr-environment-CanAffordHousing-extension.html",
|
273
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordMedication-extension": "StructureDefinition-shr-environment-CanAffordMedication-extension.html",
|
274
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordTransportation-extension": "StructureDefinition-shr-environment-CanAffordTransportation-extension.html",
|
275
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-CanAffordUtilities-extension": "StructureDefinition-shr-environment-CanAffordUtilities-extension.html",
|
276
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-Coinhabitant-extension": "StructureDefinition-shr-environment-Coinhabitant-extension.html",
|
277
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-DomesticViolence-extension": "StructureDefinition-shr-environment-DomesticViolence-extension.html",
|
278
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-EmotionalSafety-extension": "StructureDefinition-shr-environment-EmotionalSafety-extension.html",
|
279
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-ExposureMethod-extension": "StructureDefinition-shr-environment-ExposureMethod-extension.html",
|
280
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-ExposureReason-extension": "StructureDefinition-shr-environment-ExposureReason-extension.html",
|
281
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-ExposureSourceOrVector-extension": "StructureDefinition-shr-environment-ExposureSourceOrVector-extension.html",
|
282
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HomeEnvironmentRisk-extension": "StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.html",
|
283
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HouseholdSize-extension": "StructureDefinition-shr-environment-HouseholdSize-extension.html",
|
284
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-HousingSecurity-extension": "StructureDefinition-shr-environment-HousingSecurity-extension.html",
|
285
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-IncomeSource-extension": "StructureDefinition-shr-environment-IncomeSource-extension.html",
|
286
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-IncomeStability-extension": "StructureDefinition-shr-environment-IncomeStability-extension.html",
|
287
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-NonCashBenefit-extension": "StructureDefinition-shr-environment-NonCashBenefit-extension.html",
|
288
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-NumberOfDependents-extension": "StructureDefinition-shr-environment-NumberOfDependents-extension.html",
|
289
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-PhysicalSafety-extension": "StructureDefinition-shr-environment-PhysicalSafety-extension.html",
|
290
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-environment-TransportationAvailability-extension": "StructureDefinition-shr-environment-TransportationAvailability-extension.html",
|
291
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-ChangeFlag-extension": "StructureDefinition-shr-lab-ChangeFlag-extension.html",
|
292
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lab-Test-extension": "StructureDefinition-shr-lab-Test-extension.html",
|
293
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-Employer-extension": "StructureDefinition-shr-lifehistory-Employer-extension.html",
|
294
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-EmploymentStatus-extension": "StructureDefinition-shr-lifehistory-EmploymentStatus-extension.html",
|
295
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-MilitaryBranch-extension": "StructureDefinition-shr-lifehistory-MilitaryBranch-extension.html",
|
296
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-MilitaryServiceDischargeStatus-extension": "StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.html",
|
297
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-MilitaryServiceEra-extension": "StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.html",
|
298
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-MilitaryStatus-extension": "StructureDefinition-shr-lifehistory-MilitaryStatus-extension.html",
|
299
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-lifehistory-ServiceConnectedDisability-extension": "StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.html",
|
300
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-Adherence-extension": "StructureDefinition-shr-medication-Adherence-extension.html",
|
301
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-AdherenceLevel-extension": "StructureDefinition-shr-medication-AdherenceLevel-extension.html",
|
302
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationAfterChange-extension": "StructureDefinition-shr-medication-MedicationAfterChange-extension.html",
|
303
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationBeforeChange-extension": "StructureDefinition-shr-medication-MedicationBeforeChange-extension.html",
|
304
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-MedicationNotPrescribedModifier-extension": "StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.html",
|
305
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-NonAdherenceReason-extension": "StructureDefinition-shr-medication-NonAdherenceReason-extension.html",
|
306
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-RouteIntoBody-extension": "StructureDefinition-shr-medication-RouteIntoBody-extension.html",
|
307
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-medication-TypeOfChange-extension": "StructureDefinition-shr-medication-TypeOfChange-extension.html",
|
308
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-ObservationCode-extension": "StructureDefinition-shr-observation-ObservationCode-extension.html",
|
309
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-ObservationNonOccurrenceModifier-extension": "StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.html",
|
310
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-ObservationQualifier-extension": "StructureDefinition-shr-observation-ObservationQualifier-extension.html",
|
311
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-observation-ObservationReason-extension": "StructureDefinition-shr-observation-ObservationReason-extension.html",
|
312
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-base64Binary-extension": "StructureDefinition-primitive-base64Binary-extension.html",
|
313
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-boolean-extension": "StructureDefinition-primitive-boolean-extension.html",
|
314
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-code-extension": "StructureDefinition-primitive-code-extension.html",
|
315
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-date-extension": "StructureDefinition-primitive-date-extension.html",
|
316
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-dateTime-extension": "StructureDefinition-primitive-dateTime-extension.html",
|
317
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-decimal-extension": "StructureDefinition-primitive-decimal-extension.html",
|
318
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-id-extension": "StructureDefinition-primitive-id-extension.html",
|
319
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-instant-extension": "StructureDefinition-primitive-instant-extension.html",
|
320
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-integer-extension": "StructureDefinition-primitive-integer-extension.html",
|
321
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-markdown-extension": "StructureDefinition-primitive-markdown-extension.html",
|
322
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-oid-extension": "StructureDefinition-primitive-oid-extension.html",
|
323
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-positiveInt-extension": "StructureDefinition-primitive-positiveInt-extension.html",
|
324
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-string-extension": "StructureDefinition-primitive-string-extension.html",
|
325
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-time-extension": "StructureDefinition-primitive-time-extension.html",
|
326
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-unsignedInt-extension": "StructureDefinition-primitive-unsignedInt-extension.html",
|
327
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-uri-extension": "StructureDefinition-primitive-uri-extension.html",
|
328
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/primitive-xhtml-extension": "StructureDefinition-primitive-xhtml-extension.html",
|
329
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Abatement-extension": "StructureDefinition-shr-problem-Abatement-extension.html",
|
330
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Criticality-extension": "StructureDefinition-shr-problem-Criticality-extension.html",
|
331
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-IncludeOnProblemList-extension": "StructureDefinition-shr-problem-IncludeOnProblemList-extension.html",
|
332
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Manifestation-extension": "StructureDefinition-shr-problem-Manifestation-extension.html",
|
333
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Preexisting-extension": "StructureDefinition-shr-problem-Preexisting-extension.html",
|
334
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-Severity-extension": "StructureDefinition-shr-problem-Severity-extension.html",
|
335
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-SupportingEvidenceQuality-extension": "StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.html",
|
336
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-problem-WhenClinicallyRecognized-extension": "StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.html",
|
337
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-CurrentPregnancyStatus-extension": "StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.html",
|
338
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-DifficultyWithIntercourse-extension": "StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.html",
|
339
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-Dispensed-extension": "StructureDefinition-shr-sex-Dispensed-extension.html",
|
340
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-GenderIdentity-extension": "StructureDefinition-shr-sex-GenderIdentity-extension.html",
|
341
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-NumberOfLivingChildren-extension": "StructureDefinition-shr-sex-NumberOfLivingChildren-extension.html",
|
342
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-NumberOfPreviousPregnancies-extension": "StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.html",
|
343
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-NumberOfSexualPartnersPastYear-extension": "StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.html",
|
344
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-ReasonForNotRecommendingContraceptive-extension": "StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.html",
|
345
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-SexualActivity-extension": "StructureDefinition-shr-sex-SexualActivity-extension.html",
|
346
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-SexualOrientation-extension": "StructureDefinition-shr-sex-SexualOrientation-extension.html",
|
347
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-CausativeFactor-extension": "StructureDefinition-shr-skin-CausativeFactor-extension.html",
|
348
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-ImmersionDepth-extension": "StructureDefinition-shr-skin-ImmersionDepth-extension.html",
|
349
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-SupportSurfaceBodyPosition-extension": "StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.html",
|
350
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-SupportSurfaceCategory-extension": "StructureDefinition-shr-skin-SupportSurfaceCategory-extension.html",
|
351
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-SupportSurfaceComponent-extension": "StructureDefinition-shr-skin-SupportSurfaceComponent-extension.html",
|
352
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-VisibleInternalStructure-extension": "StructureDefinition-shr-skin-VisibleInternalStructure-extension.html",
|
353
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-WoundBedAndEdge-extension": "StructureDefinition-shr-skin-WoundBedAndEdge-extension.html",
|
354
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-WoundEdgeAppearance-extension": "StructureDefinition-shr-skin-WoundEdgeAppearance-extension.html",
|
355
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-WoundExudate-extension": "StructureDefinition-shr-skin-WoundExudate-extension.html",
|
356
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-WoundSize-extension": "StructureDefinition-shr-skin-WoundSize-extension.html",
|
357
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-WoundTunnelling-extension": "StructureDefinition-shr-skin-WoundTunnelling-extension.html",
|
358
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-skin-WoundUndermining-extension": "StructureDefinition-shr-skin-WoundUndermining-extension.html",
|
359
|
+
"http://standardhealthrecord.org/fhir/StructureDefinition/shr-vital-HeadTiltAngle-extension": "StructureDefinition-shr-vital-HeadTiltAngle-extension.html",
|
360
|
+
"http://standardhealthrecord.org/shr/actor/vs/AgeGroupVS": "ValueSet-shr-actor-AgeGroupVS.html",
|
361
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-actor-AgeGroupVS": "ValueSet-shr-actor-AgeGroupVS.html",
|
362
|
+
"http://standardhealthrecord.org/shr/actor/vs/HealthcareRoleVS": "ValueSet-shr-actor-HealthcareRoleVS.html",
|
363
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-actor-HealthcareRoleVS": "ValueSet-shr-actor-HealthcareRoleVS.html",
|
364
|
+
"http://standardhealthrecord.org/shr/actor/vs/LanguageQualifierVS": "ValueSet-shr-actor-LanguageQualifierVS.html",
|
365
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-actor-LanguageQualifierVS": "ValueSet-shr-actor-LanguageQualifierVS.html",
|
366
|
+
"http://standardhealthrecord.org/shr/adverse/vs/MedDRAVS": "ValueSet-shr-adverse-MedDRAVS.html",
|
367
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-adverse-MedDRAVS": "ValueSet-shr-adverse-MedDRAVS.html",
|
368
|
+
"http://standardhealthrecord.org/shr/allergy/vs/AllergenIrritantVS": "ValueSet-shr-allergy-AllergenIrritantVS.html",
|
369
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-allergy-AllergenIrritantVS": "ValueSet-shr-allergy-AllergenIrritantVS.html",
|
370
|
+
"http://standardhealthrecord.org/shr/allergy/vs/AllergyVerificationStatusVS": "ValueSet-shr-allergy-AllergyVerificationStatusVS.html",
|
371
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-allergy-AllergyVerificationStatusVS": "ValueSet-shr-allergy-AllergyVerificationStatusVS.html",
|
372
|
+
"http://standardhealthrecord.org/shr/allergy/vs/DrugIngredientVS": "ValueSet-shr-allergy-DrugIngredientVS.html",
|
373
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-allergy-DrugIngredientVS": "ValueSet-shr-allergy-DrugIngredientVS.html",
|
374
|
+
"http://standardhealthrecord.org/shr/allergy/vs/FoodSubstanceVS": "ValueSet-shr-allergy-FoodSubstanceVS.html",
|
375
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-allergy-FoodSubstanceVS": "ValueSet-shr-allergy-FoodSubstanceVS.html",
|
376
|
+
"http://standardhealthrecord.org/shr/base/vs/GenericAnswersVS": "ValueSet-shr-base-GenericAnswersVS.html",
|
377
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-base-GenericAnswersVS": "ValueSet-shr-base-GenericAnswersVS.html",
|
378
|
+
"http://standardhealthrecord.org/shr/base/vs/MissingValueReasonVS": "ValueSet-shr-base-MissingValueReasonVS.html",
|
379
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-base-MissingValueReasonVS": "ValueSet-shr-base-MissingValueReasonVS.html",
|
380
|
+
"http://standardhealthrecord.org/shr/behavior/vs/AlcoholUseScreeningToolVS": "ValueSet-shr-behavior-AlcoholUseScreeningToolVS.html",
|
381
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-AlcoholUseScreeningToolVS": "ValueSet-shr-behavior-AlcoholUseScreeningToolVS.html",
|
382
|
+
"http://standardhealthrecord.org/shr/behavior/vs/DietNutritionConcernVS": "ValueSet-shr-behavior-DietNutritionConcernVS.html",
|
383
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-DietNutritionConcernVS": "ValueSet-shr-behavior-DietNutritionConcernVS.html",
|
384
|
+
"http://standardhealthrecord.org/shr/behavior/vs/PhysicalActivityLimitationVS": "ValueSet-shr-behavior-PhysicalActivityLimitationVS.html",
|
385
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-PhysicalActivityLimitationVS": "ValueSet-shr-behavior-PhysicalActivityLimitationVS.html",
|
386
|
+
"http://standardhealthrecord.org/shr/behavior/vs/ReligiousPracticeStatusVS": "ValueSet-shr-behavior-ReligiousPracticeStatusVS.html",
|
387
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-ReligiousPracticeStatusVS": "ValueSet-shr-behavior-ReligiousPracticeStatusVS.html",
|
388
|
+
"http://standardhealthrecord.org/shr/behavior/vs/ReligiousRestrictionVS": "ValueSet-shr-behavior-ReligiousRestrictionVS.html",
|
389
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-ReligiousRestrictionVS": "ValueSet-shr-behavior-ReligiousRestrictionVS.html",
|
390
|
+
"http://standardhealthrecord.org/shr/behavior/vs/SleepQualityReasonVS": "ValueSet-shr-behavior-SleepQualityReasonVS.html",
|
391
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-SleepQualityReasonVS": "ValueSet-shr-behavior-SleepQualityReasonVS.html",
|
392
|
+
"http://standardhealthrecord.org/shr/behavior/vs/SpecialDietFollowedVS": "ValueSet-shr-behavior-SpecialDietFollowedVS.html",
|
393
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-SpecialDietFollowedVS": "ValueSet-shr-behavior-SpecialDietFollowedVS.html",
|
394
|
+
"http://standardhealthrecord.org/shr/behavior/vs/SubstanceAbuseTreatmentTypeVS": "ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.html",
|
395
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-SubstanceAbuseTreatmentTypeVS": "ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.html",
|
396
|
+
"http://standardhealthrecord.org/shr/behavior/vs/SubstanceOfAbuseVS": "ValueSet-shr-behavior-SubstanceOfAbuseVS.html",
|
397
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-behavior-SubstanceOfAbuseVS": "ValueSet-shr-behavior-SubstanceOfAbuseVS.html",
|
398
|
+
"http://standardhealthrecord.org/shr/core/vs/BodyPositionVS": "ValueSet-shr-core-BodyPositionVS.html",
|
399
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-BodyPositionVS": "ValueSet-shr-core-BodyPositionVS.html",
|
400
|
+
"http://standardhealthrecord.org/shr/core/vs/BodySiteVS": "ValueSet-shr-core-BodySiteVS.html",
|
401
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-BodySiteVS": "ValueSet-shr-core-BodySiteVS.html",
|
402
|
+
"http://standardhealthrecord.org/shr/core/vs/ClinicalFindingAbsentVS": "ValueSet-shr-core-ClinicalFindingAbsentVS.html",
|
403
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-ClinicalFindingAbsentVS": "ValueSet-shr-core-ClinicalFindingAbsentVS.html",
|
404
|
+
"http://standardhealthrecord.org/shr/core/vs/ClockDirectionVS": "ValueSet-shr-core-ClockDirectionVS.html",
|
405
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-ClockDirectionVS": "ValueSet-shr-core-ClockDirectionVS.html",
|
406
|
+
"http://standardhealthrecord.org/shr/core/vs/CodingQualifierVS": "ValueSet-shr-core-CodingQualifierVS.html",
|
407
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-CodingQualifierVS": "ValueSet-shr-core-CodingQualifierVS.html",
|
408
|
+
"http://standardhealthrecord.org/shr/core/vs/DirectionalityVS": "ValueSet-shr-core-DirectionalityVS.html",
|
409
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-DirectionalityVS": "ValueSet-shr-core-DirectionalityVS.html",
|
410
|
+
"http://standardhealthrecord.org/shr/core/vs/DiseaseFindingVS": "ValueSet-shr-core-DiseaseFindingVS.html",
|
411
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-DiseaseFindingVS": "ValueSet-shr-core-DiseaseFindingVS.html",
|
412
|
+
"http://standardhealthrecord.org/shr/core/vs/LateralityVS": "ValueSet-shr-core-LateralityVS.html",
|
413
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-LateralityVS": "ValueSet-shr-core-LateralityVS.html",
|
414
|
+
"http://standardhealthrecord.org/shr/core/vs/LowerBoundTypeVS": "ValueSet-shr-core-LowerBoundTypeVS.html",
|
415
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-LowerBoundTypeVS": "ValueSet-shr-core-LowerBoundTypeVS.html",
|
416
|
+
"http://standardhealthrecord.org/shr/core/vs/ManifestationVS": "ValueSet-shr-core-ManifestationVS.html",
|
417
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-ManifestationVS": "ValueSet-shr-core-ManifestationVS.html",
|
418
|
+
"http://standardhealthrecord.org/shr/core/vs/PerformanceGradingScaleVS": "ValueSet-shr-core-PerformanceGradingScaleVS.html",
|
419
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-PerformanceGradingScaleVS": "ValueSet-shr-core-PerformanceGradingScaleVS.html",
|
420
|
+
"http://standardhealthrecord.org/shr/core/vs/PortionTotalityVS": "ValueSet-shr-core-PortionTotalityVS.html",
|
421
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-PortionTotalityVS": "ValueSet-shr-core-PortionTotalityVS.html",
|
422
|
+
"http://standardhealthrecord.org/shr/core/vs/QualitativeDateTimeVS": "ValueSet-shr-core-QualitativeDateTimeVS.html",
|
423
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-QualitativeDateTimeVS": "ValueSet-shr-core-QualitativeDateTimeVS.html",
|
424
|
+
"http://standardhealthrecord.org/shr/core/vs/QualitativeFrequencyVS": "ValueSet-shr-core-QualitativeFrequencyVS.html",
|
425
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-QualitativeFrequencyVS": "ValueSet-shr-core-QualitativeFrequencyVS.html",
|
426
|
+
"http://standardhealthrecord.org/shr/core/vs/QualitativeLikelihoodVS": "ValueSet-shr-core-QualitativeLikelihoodVS.html",
|
427
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-QualitativeLikelihoodVS": "ValueSet-shr-core-QualitativeLikelihoodVS.html",
|
428
|
+
"http://standardhealthrecord.org/shr/core/vs/QualitativeValueScaleVS": "ValueSet-shr-core-QualitativeValueScaleVS.html",
|
429
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-QualitativeValueScaleVS": "ValueSet-shr-core-QualitativeValueScaleVS.html",
|
430
|
+
"http://standardhealthrecord.org/shr/core/vs/SemiquantitativeDurationVS": "ValueSet-shr-core-SemiquantitativeDurationVS.html",
|
431
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-SemiquantitativeDurationVS": "ValueSet-shr-core-SemiquantitativeDurationVS.html",
|
432
|
+
"http://standardhealthrecord.org/shr/core/vs/SemiquantitativeFrequencyVS": "ValueSet-shr-core-SemiquantitativeFrequencyVS.html",
|
433
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-SemiquantitativeFrequencyVS": "ValueSet-shr-core-SemiquantitativeFrequencyVS.html",
|
434
|
+
"http://standardhealthrecord.org/shr/core/vs/SettingVS": "ValueSet-shr-core-SettingVS.html",
|
435
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-SettingVS": "ValueSet-shr-core-SettingVS.html",
|
436
|
+
"http://standardhealthrecord.org/shr/core/vs/StatisticTypeVS": "ValueSet-shr-core-StatisticTypeVS.html",
|
437
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-StatisticTypeVS": "ValueSet-shr-core-StatisticTypeVS.html",
|
438
|
+
"http://standardhealthrecord.org/shr/core/vs/ThreePriorityVS": "ValueSet-shr-core-ThreePriorityVS.html",
|
439
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-ThreePriorityVS": "ValueSet-shr-core-ThreePriorityVS.html",
|
440
|
+
"http://standardhealthrecord.org/shr/core/vs/ThreeValueLogicVS": "ValueSet-shr-core-ThreeValueLogicVS.html",
|
441
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-ThreeValueLogicVS": "ValueSet-shr-core-ThreeValueLogicVS.html",
|
442
|
+
"http://standardhealthrecord.org/shr/core/vs/TimeUnitOfMeasureVS": "ValueSet-shr-core-TimeUnitOfMeasureVS.html",
|
443
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-TimeUnitOfMeasureVS": "ValueSet-shr-core-TimeUnitOfMeasureVS.html",
|
444
|
+
"http://standardhealthrecord.org/shr/core/vs/UpperBoundTypeVS": "ValueSet-shr-core-UpperBoundTypeVS.html",
|
445
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-core-UpperBoundTypeVS": "ValueSet-shr-core-UpperBoundTypeVS.html",
|
446
|
+
"http://standardhealthrecord.org/shr/demographics/vs/AddressUseVS": "ValueSet-shr-demographics-AddressUseVS.html",
|
447
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-demographics-AddressUseVS": "ValueSet-shr-demographics-AddressUseVS.html",
|
448
|
+
"http://standardhealthrecord.org/shr/demographics/vs/InsuranceProviderTypeVS": "ValueSet-shr-demographics-InsuranceProviderTypeVS.html",
|
449
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-demographics-InsuranceProviderTypeVS": "ValueSet-shr-demographics-InsuranceProviderTypeVS.html",
|
450
|
+
"http://standardhealthrecord.org/shr/demographics/vs/TelecomQualifierVS": "ValueSet-shr-demographics-TelecomQualifierVS.html",
|
451
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-demographics-TelecomQualifierVS": "ValueSet-shr-demographics-TelecomQualifierVS.html",
|
452
|
+
"http://standardhealthrecord.org/shr/demographics/vs/TelephoneTypeVS": "ValueSet-shr-demographics-TelephoneTypeVS.html",
|
453
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-demographics-TelephoneTypeVS": "ValueSet-shr-demographics-TelephoneTypeVS.html",
|
454
|
+
"http://standardhealthrecord.org/shr/device/vs/RespiratoryAssistDeviceVS": "ValueSet-shr-device-RespiratoryAssistDeviceVS.html",
|
455
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-device-RespiratoryAssistDeviceVS": "ValueSet-shr-device-RespiratoryAssistDeviceVS.html",
|
456
|
+
"http://standardhealthrecord.org/shr/device/vs/RespiratoryRateSettingVS": "ValueSet-shr-device-RespiratoryRateSettingVS.html",
|
457
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-device-RespiratoryRateSettingVS": "ValueSet-shr-device-RespiratoryRateSettingVS.html",
|
458
|
+
"http://standardhealthrecord.org/shr/encounter/vs/EncounterTypeVS": "ValueSet-shr-encounter-EncounterTypeVS.html",
|
459
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-encounter-EncounterTypeVS": "ValueSet-shr-encounter-EncounterTypeVS.html",
|
460
|
+
"http://standardhealthrecord.org/shr/encounter/vs/EncounterUrgencyVS": "ValueSet-shr-encounter-EncounterUrgencyVS.html",
|
461
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-encounter-EncounterUrgencyVS": "ValueSet-shr-encounter-EncounterUrgencyVS.html",
|
462
|
+
"http://standardhealthrecord.org/shr/encounter/vs/EpisodeOfCareCompletionVS": "ValueSet-shr-encounter-EpisodeOfCareCompletionVS.html",
|
463
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-encounter-EpisodeOfCareCompletionVS": "ValueSet-shr-encounter-EpisodeOfCareCompletionVS.html",
|
464
|
+
"http://standardhealthrecord.org/shr/encounter/vs/ReasonEncounterDidNotHappenVS": "ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.html",
|
465
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-encounter-ReasonEncounterDidNotHappenVS": "ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.html",
|
466
|
+
"http://standardhealthrecord.org/shr/encounter/vs/ReferralSourceTypeVS": "ValueSet-shr-encounter-ReferralSourceTypeVS.html",
|
467
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-encounter-ReferralSourceTypeVS": "ValueSet-shr-encounter-ReferralSourceTypeVS.html",
|
468
|
+
"http://standardhealthrecord.org/shr/encounter/vs/TreatmentCooperationVS": "ValueSet-shr-encounter-TreatmentCooperationVS.html",
|
469
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-encounter-TreatmentCooperationVS": "ValueSet-shr-encounter-TreatmentCooperationVS.html",
|
470
|
+
"http://standardhealthrecord.org/shr/environment/vs/AnimalExposureVS": "ValueSet-shr-environment-AnimalExposureVS.html",
|
471
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-environment-AnimalExposureVS": "ValueSet-shr-environment-AnimalExposureVS.html",
|
472
|
+
"http://standardhealthrecord.org/shr/environment/vs/CoinhabitantVS": "ValueSet-shr-environment-CoinhabitantVS.html",
|
473
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-environment-CoinhabitantVS": "ValueSet-shr-environment-CoinhabitantVS.html",
|
474
|
+
"http://standardhealthrecord.org/shr/environment/vs/HomeEnvironmentRiskVS": "ValueSet-shr-environment-HomeEnvironmentRiskVS.html",
|
475
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-environment-HomeEnvironmentRiskVS": "ValueSet-shr-environment-HomeEnvironmentRiskVS.html",
|
476
|
+
"http://standardhealthrecord.org/shr/environment/vs/IncomeSourceVS": "ValueSet-shr-environment-IncomeSourceVS.html",
|
477
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-environment-IncomeSourceVS": "ValueSet-shr-environment-IncomeSourceVS.html",
|
478
|
+
"http://standardhealthrecord.org/shr/environment/vs/NonCashBenefitVS": "ValueSet-shr-environment-NonCashBenefitVS.html",
|
479
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-environment-NonCashBenefitVS": "ValueSet-shr-environment-NonCashBenefitVS.html",
|
480
|
+
"http://standardhealthrecord.org/shr/environment/vs/ResourceStabilityVS": "ValueSet-shr-environment-ResourceStabilityVS.html",
|
481
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-environment-ResourceStabilityVS": "ValueSet-shr-environment-ResourceStabilityVS.html",
|
482
|
+
"http://standardhealthrecord.org/shr/immunization/vs/ImmunizationNotGivenReasonVS": "ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.html",
|
483
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-immunization-ImmunizationNotGivenReasonVS": "ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.html",
|
484
|
+
"http://standardhealthrecord.org/shr/lab/vs/ChangeFlagVS": "ValueSet-shr-lab-ChangeFlagVS.html",
|
485
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-ChangeFlagVS": "ValueSet-shr-lab-ChangeFlagVS.html",
|
486
|
+
"http://standardhealthrecord.org/shr/lab/vs/HIVScreeningTestCodeVS": "ValueSet-shr-lab-HIVScreeningTestCodeVS.html",
|
487
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-HIVScreeningTestCodeVS": "ValueSet-shr-lab-HIVScreeningTestCodeVS.html",
|
488
|
+
"http://standardhealthrecord.org/shr/lab/vs/HIVScreeningTestResultVS": "ValueSet-shr-lab-HIVScreeningTestResultVS.html",
|
489
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-HIVScreeningTestResultVS": "ValueSet-shr-lab-HIVScreeningTestResultVS.html",
|
490
|
+
"http://standardhealthrecord.org/shr/lab/vs/HIVSupplementalTestCodeVS": "ValueSet-shr-lab-HIVSupplementalTestCodeVS.html",
|
491
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-HIVSupplementalTestCodeVS": "ValueSet-shr-lab-HIVSupplementalTestCodeVS.html",
|
492
|
+
"http://standardhealthrecord.org/shr/lab/vs/HIVSupplementalTestResultVS": "ValueSet-shr-lab-HIVSupplementalTestResultVS.html",
|
493
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-HIVSupplementalTestResultVS": "ValueSet-shr-lab-HIVSupplementalTestResultVS.html",
|
494
|
+
"http://standardhealthrecord.org/shr/lab/vs/RequestStatusVS": "ValueSet-shr-lab-RequestStatusVS.html",
|
495
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-RequestStatusVS": "ValueSet-shr-lab-RequestStatusVS.html",
|
496
|
+
"http://standardhealthrecord.org/shr/lab/vs/TestInterpretationVS": "ValueSet-shr-lab-TestInterpretationVS.html",
|
497
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lab-TestInterpretationVS": "ValueSet-shr-lab-TestInterpretationVS.html",
|
498
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/CongenitalAbnormalitiesVS": "ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.html",
|
499
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-CongenitalAbnormalitiesVS": "ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.html",
|
500
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/EducationalAttainmentVS": "ValueSet-shr-lifehistory-EducationalAttainmentVS.html",
|
501
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-EducationalAttainmentVS": "ValueSet-shr-lifehistory-EducationalAttainmentVS.html",
|
502
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/EmploymentStatusVS": "ValueSet-shr-lifehistory-EmploymentStatusVS.html",
|
503
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-EmploymentStatusVS": "ValueSet-shr-lifehistory-EmploymentStatusVS.html",
|
504
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/MilitaryServiceDischargeStatusVS": "ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.html",
|
505
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-MilitaryServiceDischargeStatusVS": "ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.html",
|
506
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/MilitaryServiceEraVS": "ValueSet-shr-lifehistory-MilitaryServiceEraVS.html",
|
507
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-MilitaryServiceEraVS": "ValueSet-shr-lifehistory-MilitaryServiceEraVS.html",
|
508
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/MilitaryStatusVS": "ValueSet-shr-lifehistory-MilitaryStatusVS.html",
|
509
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-MilitaryStatusVS": "ValueSet-shr-lifehistory-MilitaryStatusVS.html",
|
510
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/TeratogenVS": "ValueSet-shr-lifehistory-TeratogenVS.html",
|
511
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-TeratogenVS": "ValueSet-shr-lifehistory-TeratogenVS.html",
|
512
|
+
"http://standardhealthrecord.org/shr/lifehistory/vs/USMilitaryBranchVS": "ValueSet-shr-lifehistory-USMilitaryBranchVS.html",
|
513
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-lifehistory-USMilitaryBranchVS": "ValueSet-shr-lifehistory-USMilitaryBranchVS.html",
|
514
|
+
"http://standardhealthrecord.org/shr/medication/vs/MedicationChangeReasonVS": "ValueSet-shr-medication-MedicationChangeReasonVS.html",
|
515
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-medication-MedicationChangeReasonVS": "ValueSet-shr-medication-MedicationChangeReasonVS.html",
|
516
|
+
"http://standardhealthrecord.org/shr/medication/vs/MedicationChangeTypeVS": "ValueSet-shr-medication-MedicationChangeTypeVS.html",
|
517
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-medication-MedicationChangeTypeVS": "ValueSet-shr-medication-MedicationChangeTypeVS.html",
|
518
|
+
"http://standardhealthrecord.org/shr/medication/vs/MedicationNonAdherenceReasonVS": "ValueSet-shr-medication-MedicationNonAdherenceReasonVS.html",
|
519
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-medication-MedicationNonAdherenceReasonVS": "ValueSet-shr-medication-MedicationNonAdherenceReasonVS.html",
|
520
|
+
"http://standardhealthrecord.org/shr/medication/vs/MedicationVS": "ValueSet-shr-medication-MedicationVS.html",
|
521
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-medication-MedicationVS": "ValueSet-shr-medication-MedicationVS.html",
|
522
|
+
"http://standardhealthrecord.org/shr/medication/vs/ReasonMedicationNotUsedVS": "ValueSet-shr-medication-ReasonMedicationNotUsedVS.html",
|
523
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-medication-ReasonMedicationNotUsedVS": "ValueSet-shr-medication-ReasonMedicationNotUsedVS.html",
|
524
|
+
"http://standardhealthrecord.org/shr/observation/vs/ExposureReasonVS": "ValueSet-shr-observation-ExposureReasonVS.html",
|
525
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-observation-ExposureReasonVS": "ValueSet-shr-observation-ExposureReasonVS.html",
|
526
|
+
"http://standardhealthrecord.org/shr/observation/vs/NonLabObservationStatusVS": "ValueSet-shr-observation-NonLabObservationStatusVS.html",
|
527
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-observation-NonLabObservationStatusVS": "ValueSet-shr-observation-NonLabObservationStatusVS.html",
|
528
|
+
"http://standardhealthrecord.org/shr/observation/vs/ObservationNotMadeReasonVS": "ValueSet-shr-observation-ObservationNotMadeReasonVS.html",
|
529
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-observation-ObservationNotMadeReasonVS": "ValueSet-shr-observation-ObservationNotMadeReasonVS.html",
|
530
|
+
"http://standardhealthrecord.org/shr/problem/vs/DSMVS": "ValueSet-shr-problem-DSMVS.html",
|
531
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-problem-DSMVS": "ValueSet-shr-problem-DSMVS.html",
|
532
|
+
"http://standardhealthrecord.org/shr/problem/vs/EvidenceQualityVS": "ValueSet-shr-problem-EvidenceQualityVS.html",
|
533
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-problem-EvidenceQualityVS": "ValueSet-shr-problem-EvidenceQualityVS.html",
|
534
|
+
"http://standardhealthrecord.org/shr/problem/vs/GradeOrStageVS": "ValueSet-shr-problem-GradeOrStageVS.html",
|
535
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-problem-GradeOrStageVS": "ValueSet-shr-problem-GradeOrStageVS.html",
|
536
|
+
"http://standardhealthrecord.org/shr/problem/vs/ProblemCategoryVS": "ValueSet-shr-problem-ProblemCategoryVS.html",
|
537
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-problem-ProblemCategoryVS": "ValueSet-shr-problem-ProblemCategoryVS.html",
|
538
|
+
"http://standardhealthrecord.org/shr/sex/vs/CommonPregnancyComplicationVS": "ValueSet-shr-sex-CommonPregnancyComplicationVS.html",
|
539
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-CommonPregnancyComplicationVS": "ValueSet-shr-sex-CommonPregnancyComplicationVS.html",
|
540
|
+
"http://standardhealthrecord.org/shr/sex/vs/ContraceptiveMethodReasonVS": "ValueSet-shr-sex-ContraceptiveMethodReasonVS.html",
|
541
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-ContraceptiveMethodReasonVS": "ValueSet-shr-sex-ContraceptiveMethodReasonVS.html",
|
542
|
+
"http://standardhealthrecord.org/shr/sex/vs/ContraceptiveMethodVS": "ValueSet-shr-sex-ContraceptiveMethodVS.html",
|
543
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-ContraceptiveMethodVS": "ValueSet-shr-sex-ContraceptiveMethodVS.html",
|
544
|
+
"http://standardhealthrecord.org/shr/sex/vs/ContraceptiveNotUsedReasonVS": "ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.html",
|
545
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-ContraceptiveNotUsedReasonVS": "ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.html",
|
546
|
+
"http://standardhealthrecord.org/shr/sex/vs/DifficultyWithIntercourseVS": "ValueSet-shr-sex-DifficultyWithIntercourseVS.html",
|
547
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-DifficultyWithIntercourseVS": "ValueSet-shr-sex-DifficultyWithIntercourseVS.html",
|
548
|
+
"http://standardhealthrecord.org/shr/sex/vs/GenderIdentityVS": "ValueSet-shr-sex-GenderIdentityVS.html",
|
549
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-GenderIdentityVS": "ValueSet-shr-sex-GenderIdentityVS.html",
|
550
|
+
"http://standardhealthrecord.org/shr/sex/vs/SexualActivityVS": "ValueSet-shr-sex-SexualActivityVS.html",
|
551
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-SexualActivityVS": "ValueSet-shr-sex-SexualActivityVS.html",
|
552
|
+
"http://standardhealthrecord.org/shr/sex/vs/SexualOrientationVS": "ValueSet-shr-sex-SexualOrientationVS.html",
|
553
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-sex-SexualOrientationVS": "ValueSet-shr-sex-SexualOrientationVS.html",
|
554
|
+
"http://standardhealthrecord.org/shr/skin/vs/PressureUlcerAssociationVS": "ValueSet-shr-skin-PressureUlcerAssociationVS.html",
|
555
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-PressureUlcerAssociationVS": "ValueSet-shr-skin-PressureUlcerAssociationVS.html",
|
556
|
+
"http://standardhealthrecord.org/shr/skin/vs/PressureUlcerBodySiteVS": "ValueSet-shr-skin-PressureUlcerBodySiteVS.html",
|
557
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-PressureUlcerBodySiteVS": "ValueSet-shr-skin-PressureUlcerBodySiteVS.html",
|
558
|
+
"http://standardhealthrecord.org/shr/skin/vs/SupportSurfaceBodyPositionVS": "ValueSet-shr-skin-SupportSurfaceBodyPositionVS.html",
|
559
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-SupportSurfaceBodyPositionVS": "ValueSet-shr-skin-SupportSurfaceBodyPositionVS.html",
|
560
|
+
"http://standardhealthrecord.org/shr/skin/vs/SupportSurfaceCategoryVS": "ValueSet-shr-skin-SupportSurfaceCategoryVS.html",
|
561
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-SupportSurfaceCategoryVS": "ValueSet-shr-skin-SupportSurfaceCategoryVS.html",
|
562
|
+
"http://standardhealthrecord.org/shr/skin/vs/SupportSurfaceComponentVS": "ValueSet-shr-skin-SupportSurfaceComponentVS.html",
|
563
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-SupportSurfaceComponentVS": "ValueSet-shr-skin-SupportSurfaceComponentVS.html",
|
564
|
+
"http://standardhealthrecord.org/shr/skin/vs/SupportSurfaceFeatureVS": "ValueSet-shr-skin-SupportSurfaceFeatureVS.html",
|
565
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-SupportSurfaceFeatureVS": "ValueSet-shr-skin-SupportSurfaceFeatureVS.html",
|
566
|
+
"http://standardhealthrecord.org/shr/skin/vs/SupportSurfaceVS": "ValueSet-shr-skin-SupportSurfaceVS.html",
|
567
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-SupportSurfaceVS": "ValueSet-shr-skin-SupportSurfaceVS.html",
|
568
|
+
"http://standardhealthrecord.org/shr/skin/vs/VisibleInternalStructureVS": "ValueSet-shr-skin-VisibleInternalStructureVS.html",
|
569
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-VisibleInternalStructureVS": "ValueSet-shr-skin-VisibleInternalStructureVS.html",
|
570
|
+
"http://standardhealthrecord.org/shr/skin/vs/WoundEdgeAppearanceVS": "ValueSet-shr-skin-WoundEdgeAppearanceVS.html",
|
571
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-skin-WoundEdgeAppearanceVS": "ValueSet-shr-skin-WoundEdgeAppearanceVS.html",
|
572
|
+
"http://standardhealthrecord.org/shr/vital/vs/BloodPressureBodySiteVS": "ValueSet-shr-vital-BloodPressureBodySiteVS.html",
|
573
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BloodPressureBodySiteVS": "ValueSet-shr-vital-BloodPressureBodySiteVS.html",
|
574
|
+
"http://standardhealthrecord.org/shr/vital/vs/BloodPressureMethodVS": "ValueSet-shr-vital-BloodPressureMethodVS.html",
|
575
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BloodPressureMethodVS": "ValueSet-shr-vital-BloodPressureMethodVS.html",
|
576
|
+
"http://standardhealthrecord.org/shr/vital/vs/BloodPressureQualifierVS": "ValueSet-shr-vital-BloodPressureQualifierVS.html",
|
577
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BloodPressureQualifierVS": "ValueSet-shr-vital-BloodPressureQualifierVS.html",
|
578
|
+
"http://standardhealthrecord.org/shr/vital/vs/BodyHeightQualifierVS": "ValueSet-shr-vital-BodyHeightQualifierVS.html",
|
579
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BodyHeightQualifierVS": "ValueSet-shr-vital-BodyHeightQualifierVS.html",
|
580
|
+
"http://standardhealthrecord.org/shr/vital/vs/BodyTemperatureBodySiteVS": "ValueSet-shr-vital-BodyTemperatureBodySiteVS.html",
|
581
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BodyTemperatureBodySiteVS": "ValueSet-shr-vital-BodyTemperatureBodySiteVS.html",
|
582
|
+
"http://standardhealthrecord.org/shr/vital/vs/BodyTemperatureQualifierVS": "ValueSet-shr-vital-BodyTemperatureQualifierVS.html",
|
583
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BodyTemperatureQualifierVS": "ValueSet-shr-vital-BodyTemperatureQualifierVS.html",
|
584
|
+
"http://standardhealthrecord.org/shr/vital/vs/BodyWeightQualifierVS": "ValueSet-shr-vital-BodyWeightQualifierVS.html",
|
585
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-BodyWeightQualifierVS": "ValueSet-shr-vital-BodyWeightQualifierVS.html",
|
586
|
+
"http://standardhealthrecord.org/shr/vital/vs/HeartRateMethodVS": "ValueSet-shr-vital-HeartRateMethodVS.html",
|
587
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-HeartRateMethodVS": "ValueSet-shr-vital-HeartRateMethodVS.html",
|
588
|
+
"http://standardhealthrecord.org/shr/vital/vs/HeartRateQualifierVS": "ValueSet-shr-vital-HeartRateQualifierVS.html",
|
589
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-HeartRateQualifierVS": "ValueSet-shr-vital-HeartRateQualifierVS.html",
|
590
|
+
"http://standardhealthrecord.org/shr/vital/vs/OxygenSaturationBodySiteVS": "ValueSet-shr-vital-OxygenSaturationBodySiteVS.html",
|
591
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-OxygenSaturationBodySiteVS": "ValueSet-shr-vital-OxygenSaturationBodySiteVS.html",
|
592
|
+
"http://standardhealthrecord.org/shr/vital/vs/RespiratoryRateMethodVS": "ValueSet-shr-vital-RespiratoryRateMethodVS.html",
|
593
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-RespiratoryRateMethodVS": "ValueSet-shr-vital-RespiratoryRateMethodVS.html",
|
594
|
+
"http://standardhealthrecord.org/shr/vital/vs/RespiratoryRateQualifierVS": "ValueSet-shr-vital-RespiratoryRateQualifierVS.html",
|
595
|
+
"http://standardhealthrecord.org/fhir/ValueSet/shr-vital-RespiratoryRateQualifierVS": "ValueSet-shr-vital-RespiratoryRateQualifierVS.html",
|
596
|
+
"http://standardhealthrecord.org/shr/actor/cs/LanguageQualifierCS": "CodeSystem-shr-actor-LanguageQualifierCS.html",
|
597
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-actor-LanguageQualifierCS": "CodeSystem-shr-actor-LanguageQualifierCS.html",
|
598
|
+
"http://standardhealthrecord.org/shr/base/cs/GenericAnswersCS": "CodeSystem-shr-base-GenericAnswersCS.html",
|
599
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-base-GenericAnswersCS": "CodeSystem-shr-base-GenericAnswersCS.html",
|
600
|
+
"http://standardhealthrecord.org/shr/base/cs/MissingValueReasonCS": "CodeSystem-shr-base-MissingValueReasonCS.html",
|
601
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-base-MissingValueReasonCS": "CodeSystem-shr-base-MissingValueReasonCS.html",
|
602
|
+
"http://standardhealthrecord.org/shr/behavior/cs/AlcoholUseScreeningToolCS": "CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.html",
|
603
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-AlcoholUseScreeningToolCS": "CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.html",
|
604
|
+
"http://standardhealthrecord.org/shr/behavior/cs/DietNutritionConcernCS": "CodeSystem-shr-behavior-DietNutritionConcernCS.html",
|
605
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-DietNutritionConcernCS": "CodeSystem-shr-behavior-DietNutritionConcernCS.html",
|
606
|
+
"http://standardhealthrecord.org/shr/behavior/cs/PhysicalActivityLimitationCS": "CodeSystem-shr-behavior-PhysicalActivityLimitationCS.html",
|
607
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-PhysicalActivityLimitationCS": "CodeSystem-shr-behavior-PhysicalActivityLimitationCS.html",
|
608
|
+
"http://standardhealthrecord.org/shr/behavior/cs/ReligiousPracticeStatusCS": "CodeSystem-shr-behavior-ReligiousPracticeStatusCS.html",
|
609
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-ReligiousPracticeStatusCS": "CodeSystem-shr-behavior-ReligiousPracticeStatusCS.html",
|
610
|
+
"http://standardhealthrecord.org/shr/behavior/cs/ReligiousRestrictionCS": "CodeSystem-shr-behavior-ReligiousRestrictionCS.html",
|
611
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-ReligiousRestrictionCS": "CodeSystem-shr-behavior-ReligiousRestrictionCS.html",
|
612
|
+
"http://standardhealthrecord.org/shr/behavior/cs/SleepQualityReasonCS": "CodeSystem-shr-behavior-SleepQualityReasonCS.html",
|
613
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-SleepQualityReasonCS": "CodeSystem-shr-behavior-SleepQualityReasonCS.html",
|
614
|
+
"http://standardhealthrecord.org/shr/behavior/cs/SpecialDietFollowedCS": "CodeSystem-shr-behavior-SpecialDietFollowedCS.html",
|
615
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-SpecialDietFollowedCS": "CodeSystem-shr-behavior-SpecialDietFollowedCS.html",
|
616
|
+
"http://standardhealthrecord.org/shr/behavior/cs/SubstanceAbuseTreatmentTypeCS": "CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.html",
|
617
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-behavior-SubstanceAbuseTreatmentTypeCS": "CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.html",
|
618
|
+
"http://standardhealthrecord.org/shr/core/cs/CodingQualifierCS": "CodeSystem-shr-core-CodingQualifierCS.html",
|
619
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-CodingQualifierCS": "CodeSystem-shr-core-CodingQualifierCS.html",
|
620
|
+
"http://standardhealthrecord.org/shr/core/cs/PerformanceGradingScaleCS": "CodeSystem-shr-core-PerformanceGradingScaleCS.html",
|
621
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-PerformanceGradingScaleCS": "CodeSystem-shr-core-PerformanceGradingScaleCS.html",
|
622
|
+
"http://standardhealthrecord.org/shr/core/cs/QualitativeDateTimeCS": "CodeSystem-shr-core-QualitativeDateTimeCS.html",
|
623
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-QualitativeDateTimeCS": "CodeSystem-shr-core-QualitativeDateTimeCS.html",
|
624
|
+
"http://standardhealthrecord.org/shr/core/cs/QualitativeFrequencyCS": "CodeSystem-shr-core-QualitativeFrequencyCS.html",
|
625
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-QualitativeFrequencyCS": "CodeSystem-shr-core-QualitativeFrequencyCS.html",
|
626
|
+
"http://standardhealthrecord.org/shr/core/cs/QualitativeLikelihoodCS": "CodeSystem-shr-core-QualitativeLikelihoodCS.html",
|
627
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-QualitativeLikelihoodCS": "CodeSystem-shr-core-QualitativeLikelihoodCS.html",
|
628
|
+
"http://standardhealthrecord.org/shr/core/cs/QualitativeValueScaleCS": "CodeSystem-shr-core-QualitativeValueScaleCS.html",
|
629
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-QualitativeValueScaleCS": "CodeSystem-shr-core-QualitativeValueScaleCS.html",
|
630
|
+
"http://standardhealthrecord.org/shr/core/cs/SemiquantitativeDurationCS": "CodeSystem-shr-core-SemiquantitativeDurationCS.html",
|
631
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-SemiquantitativeDurationCS": "CodeSystem-shr-core-SemiquantitativeDurationCS.html",
|
632
|
+
"http://standardhealthrecord.org/shr/core/cs/SemiquantitativeFrequencyCS": "CodeSystem-shr-core-SemiquantitativeFrequencyCS.html",
|
633
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-SemiquantitativeFrequencyCS": "CodeSystem-shr-core-SemiquantitativeFrequencyCS.html",
|
634
|
+
"http://standardhealthrecord.org/shr/core/cs/SettingCS": "CodeSystem-shr-core-SettingCS.html",
|
635
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-SettingCS": "CodeSystem-shr-core-SettingCS.html",
|
636
|
+
"http://standardhealthrecord.org/shr/core/cs/ThreePriorityCS": "CodeSystem-shr-core-ThreePriorityCS.html",
|
637
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-ThreePriorityCS": "CodeSystem-shr-core-ThreePriorityCS.html",
|
638
|
+
"http://standardhealthrecord.org/shr/core/cs/ThreeValueLogicCS": "CodeSystem-shr-core-ThreeValueLogicCS.html",
|
639
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-core-ThreeValueLogicCS": "CodeSystem-shr-core-ThreeValueLogicCS.html",
|
640
|
+
"http://standardhealthrecord.org/shr/demographics/cs/AddressUseCS": "CodeSystem-shr-demographics-AddressUseCS.html",
|
641
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-demographics-AddressUseCS": "CodeSystem-shr-demographics-AddressUseCS.html",
|
642
|
+
"http://standardhealthrecord.org/shr/demographics/cs/InsuranceProviderTypeCS": "CodeSystem-shr-demographics-InsuranceProviderTypeCS.html",
|
643
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-demographics-InsuranceProviderTypeCS": "CodeSystem-shr-demographics-InsuranceProviderTypeCS.html",
|
644
|
+
"http://standardhealthrecord.org/shr/demographics/cs/TelecomQualifierCS": "CodeSystem-shr-demographics-TelecomQualifierCS.html",
|
645
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-demographics-TelecomQualifierCS": "CodeSystem-shr-demographics-TelecomQualifierCS.html",
|
646
|
+
"http://standardhealthrecord.org/shr/demographics/cs/TelephoneTypeCS": "CodeSystem-shr-demographics-TelephoneTypeCS.html",
|
647
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-demographics-TelephoneTypeCS": "CodeSystem-shr-demographics-TelephoneTypeCS.html",
|
648
|
+
"http://standardhealthrecord.org/shr/device/cs/RespiratoryAssistDeviceCS": "CodeSystem-shr-device-RespiratoryAssistDeviceCS.html",
|
649
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-device-RespiratoryAssistDeviceCS": "CodeSystem-shr-device-RespiratoryAssistDeviceCS.html",
|
650
|
+
"http://standardhealthrecord.org/shr/device/cs/RespiratoryRateSettingCS": "CodeSystem-shr-device-RespiratoryRateSettingCS.html",
|
651
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-device-RespiratoryRateSettingCS": "CodeSystem-shr-device-RespiratoryRateSettingCS.html",
|
652
|
+
"http://standardhealthrecord.org/shr/encounter/cs/EncounterTypeCS": "CodeSystem-shr-encounter-EncounterTypeCS.html",
|
653
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-encounter-EncounterTypeCS": "CodeSystem-shr-encounter-EncounterTypeCS.html",
|
654
|
+
"http://standardhealthrecord.org/shr/encounter/cs/EpisodeOfCareCompletionCS": "CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.html",
|
655
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-encounter-EpisodeOfCareCompletionCS": "CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.html",
|
656
|
+
"http://standardhealthrecord.org/shr/encounter/cs/ReasonEncounterDidNotHappenCS": "CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.html",
|
657
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-encounter-ReasonEncounterDidNotHappenCS": "CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.html",
|
658
|
+
"http://standardhealthrecord.org/shr/encounter/cs/ReferralSourceTypeCS": "CodeSystem-shr-encounter-ReferralSourceTypeCS.html",
|
659
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-encounter-ReferralSourceTypeCS": "CodeSystem-shr-encounter-ReferralSourceTypeCS.html",
|
660
|
+
"http://standardhealthrecord.org/shr/encounter/cs/TreatmentCooperationCS": "CodeSystem-shr-encounter-TreatmentCooperationCS.html",
|
661
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-encounter-TreatmentCooperationCS": "CodeSystem-shr-encounter-TreatmentCooperationCS.html",
|
662
|
+
"http://standardhealthrecord.org/shr/environment/cs/AnimalExposureCS": "CodeSystem-shr-environment-AnimalExposureCS.html",
|
663
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-environment-AnimalExposureCS": "CodeSystem-shr-environment-AnimalExposureCS.html",
|
664
|
+
"http://standardhealthrecord.org/shr/environment/cs/CoinhabitantCS": "CodeSystem-shr-environment-CoinhabitantCS.html",
|
665
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-environment-CoinhabitantCS": "CodeSystem-shr-environment-CoinhabitantCS.html",
|
666
|
+
"http://standardhealthrecord.org/shr/environment/cs/HomeEnvironmentRiskCS": "CodeSystem-shr-environment-HomeEnvironmentRiskCS.html",
|
667
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-environment-HomeEnvironmentRiskCS": "CodeSystem-shr-environment-HomeEnvironmentRiskCS.html",
|
668
|
+
"http://standardhealthrecord.org/shr/environment/cs/IncomeSourceCS": "CodeSystem-shr-environment-IncomeSourceCS.html",
|
669
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-environment-IncomeSourceCS": "CodeSystem-shr-environment-IncomeSourceCS.html",
|
670
|
+
"http://standardhealthrecord.org/shr/environment/cs/NonCashBenefitCS": "CodeSystem-shr-environment-NonCashBenefitCS.html",
|
671
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-environment-NonCashBenefitCS": "CodeSystem-shr-environment-NonCashBenefitCS.html",
|
672
|
+
"http://standardhealthrecord.org/shr/environment/cs/ResourceStabilityCS": "CodeSystem-shr-environment-ResourceStabilityCS.html",
|
673
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-environment-ResourceStabilityCS": "CodeSystem-shr-environment-ResourceStabilityCS.html",
|
674
|
+
"http://standardhealthrecord.org/shr/lab/cs/RequestStatusCS": "CodeSystem-shr-lab-RequestStatusCS.html",
|
675
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lab-RequestStatusCS": "CodeSystem-shr-lab-RequestStatusCS.html",
|
676
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/EducationalAttainmentCS": "CodeSystem-shr-lifehistory-EducationalAttainmentCS.html",
|
677
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-EducationalAttainmentCS": "CodeSystem-shr-lifehistory-EducationalAttainmentCS.html",
|
678
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/EmploymentStatusCS": "CodeSystem-shr-lifehistory-EmploymentStatusCS.html",
|
679
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-EmploymentStatusCS": "CodeSystem-shr-lifehistory-EmploymentStatusCS.html",
|
680
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/MilitaryServiceDischargeStatusCS": "CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.html",
|
681
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-MilitaryServiceDischargeStatusCS": "CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.html",
|
682
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/MilitaryServiceEraCS": "CodeSystem-shr-lifehistory-MilitaryServiceEraCS.html",
|
683
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-MilitaryServiceEraCS": "CodeSystem-shr-lifehistory-MilitaryServiceEraCS.html",
|
684
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/MilitaryStatusCS": "CodeSystem-shr-lifehistory-MilitaryStatusCS.html",
|
685
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-MilitaryStatusCS": "CodeSystem-shr-lifehistory-MilitaryStatusCS.html",
|
686
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/TeratogenCS": "CodeSystem-shr-lifehistory-TeratogenCS.html",
|
687
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-TeratogenCS": "CodeSystem-shr-lifehistory-TeratogenCS.html",
|
688
|
+
"http://standardhealthrecord.org/shr/lifehistory/cs/USMilitaryBranchCS": "CodeSystem-shr-lifehistory-USMilitaryBranchCS.html",
|
689
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-lifehistory-USMilitaryBranchCS": "CodeSystem-shr-lifehistory-USMilitaryBranchCS.html",
|
690
|
+
"http://standardhealthrecord.org/shr/medication/cs/MedicationChangeReasonCS": "CodeSystem-shr-medication-MedicationChangeReasonCS.html",
|
691
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-medication-MedicationChangeReasonCS": "CodeSystem-shr-medication-MedicationChangeReasonCS.html",
|
692
|
+
"http://standardhealthrecord.org/shr/medication/cs/MedicationChangeTypeCS": "CodeSystem-shr-medication-MedicationChangeTypeCS.html",
|
693
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-medication-MedicationChangeTypeCS": "CodeSystem-shr-medication-MedicationChangeTypeCS.html",
|
694
|
+
"http://standardhealthrecord.org/shr/medication/cs/ReasonMedicationNotUsedCS": "CodeSystem-shr-medication-ReasonMedicationNotUsedCS.html",
|
695
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-medication-ReasonMedicationNotUsedCS": "CodeSystem-shr-medication-ReasonMedicationNotUsedCS.html",
|
696
|
+
"http://standardhealthrecord.org/shr/observation/cs/ExposureReasonCS": "CodeSystem-shr-observation-ExposureReasonCS.html",
|
697
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-observation-ExposureReasonCS": "CodeSystem-shr-observation-ExposureReasonCS.html",
|
698
|
+
"http://standardhealthrecord.org/shr/observation/cs/ObservationNotMadeReasonCS": "CodeSystem-shr-observation-ObservationNotMadeReasonCS.html",
|
699
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-observation-ObservationNotMadeReasonCS": "CodeSystem-shr-observation-ObservationNotMadeReasonCS.html",
|
700
|
+
"http://standardhealthrecord.org/shr/problem/cs/EvidenceQualityCS": "CodeSystem-shr-problem-EvidenceQualityCS.html",
|
701
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-problem-EvidenceQualityCS": "CodeSystem-shr-problem-EvidenceQualityCS.html",
|
702
|
+
"http://standardhealthrecord.org/shr/problem/cs/GradeOrStageCS": "CodeSystem-shr-problem-GradeOrStageCS.html",
|
703
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-problem-GradeOrStageCS": "CodeSystem-shr-problem-GradeOrStageCS.html",
|
704
|
+
"http://standardhealthrecord.org/shr/problem/cs/ProblemCategoryCS": "CodeSystem-shr-problem-ProblemCategoryCS.html",
|
705
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-problem-ProblemCategoryCS": "CodeSystem-shr-problem-ProblemCategoryCS.html",
|
706
|
+
"http://standardhealthrecord.org/shr/sex/cs/ContraceptiveMethodCS": "CodeSystem-shr-sex-ContraceptiveMethodCS.html",
|
707
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-sex-ContraceptiveMethodCS": "CodeSystem-shr-sex-ContraceptiveMethodCS.html",
|
708
|
+
"http://standardhealthrecord.org/shr/sex/cs/ContraceptiveMethodReasonCS": "CodeSystem-shr-sex-ContraceptiveMethodReasonCS.html",
|
709
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-sex-ContraceptiveMethodReasonCS": "CodeSystem-shr-sex-ContraceptiveMethodReasonCS.html",
|
710
|
+
"http://standardhealthrecord.org/shr/sex/cs/ContraceptiveNotUsedReasonCS": "CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.html",
|
711
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-sex-ContraceptiveNotUsedReasonCS": "CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.html",
|
712
|
+
"http://standardhealthrecord.org/shr/sex/cs/GenderIdentityCS": "CodeSystem-shr-sex-GenderIdentityCS.html",
|
713
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-sex-GenderIdentityCS": "CodeSystem-shr-sex-GenderIdentityCS.html",
|
714
|
+
"http://standardhealthrecord.org/shr/skin/cs/PressureUlcerAssociationCS": "CodeSystem-shr-skin-PressureUlcerAssociationCS.html",
|
715
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-skin-PressureUlcerAssociationCS": "CodeSystem-shr-skin-PressureUlcerAssociationCS.html",
|
716
|
+
"http://standardhealthrecord.org/shr/skin/cs/SupportSurfaceBodyPositionCS": "CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.html",
|
717
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-skin-SupportSurfaceBodyPositionCS": "CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.html",
|
718
|
+
"http://standardhealthrecord.org/shr/skin/cs/SupportSurfaceCategoryCS": "CodeSystem-shr-skin-SupportSurfaceCategoryCS.html",
|
719
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-skin-SupportSurfaceCategoryCS": "CodeSystem-shr-skin-SupportSurfaceCategoryCS.html",
|
720
|
+
"http://standardhealthrecord.org/shr/skin/cs/SupportSurfaceComponentCS": "CodeSystem-shr-skin-SupportSurfaceComponentCS.html",
|
721
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-skin-SupportSurfaceComponentCS": "CodeSystem-shr-skin-SupportSurfaceComponentCS.html",
|
722
|
+
"http://standardhealthrecord.org/shr/skin/cs/SupportSurfaceFeatureCS": "CodeSystem-shr-skin-SupportSurfaceFeatureCS.html",
|
723
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-skin-SupportSurfaceFeatureCS": "CodeSystem-shr-skin-SupportSurfaceFeatureCS.html",
|
724
|
+
"http://standardhealthrecord.org/shr/vital/cs/BloodPressureMethodCS": "CodeSystem-shr-vital-BloodPressureMethodCS.html",
|
725
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-BloodPressureMethodCS": "CodeSystem-shr-vital-BloodPressureMethodCS.html",
|
726
|
+
"http://standardhealthrecord.org/shr/vital/cs/BloodPressureQualifierCS": "CodeSystem-shr-vital-BloodPressureQualifierCS.html",
|
727
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-BloodPressureQualifierCS": "CodeSystem-shr-vital-BloodPressureQualifierCS.html",
|
728
|
+
"http://standardhealthrecord.org/shr/vital/cs/BodyHeightQualifierCS": "CodeSystem-shr-vital-BodyHeightQualifierCS.html",
|
729
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-BodyHeightQualifierCS": "CodeSystem-shr-vital-BodyHeightQualifierCS.html",
|
730
|
+
"http://standardhealthrecord.org/shr/vital/cs/BodyTemperatureQualifierCS": "CodeSystem-shr-vital-BodyTemperatureQualifierCS.html",
|
731
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-BodyTemperatureQualifierCS": "CodeSystem-shr-vital-BodyTemperatureQualifierCS.html",
|
732
|
+
"http://standardhealthrecord.org/shr/vital/cs/BodyWeightQualifierCS": "CodeSystem-shr-vital-BodyWeightQualifierCS.html",
|
733
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-BodyWeightQualifierCS": "CodeSystem-shr-vital-BodyWeightQualifierCS.html",
|
734
|
+
"http://standardhealthrecord.org/shr/vital/cs/HeartRateMethodCS": "CodeSystem-shr-vital-HeartRateMethodCS.html",
|
735
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-HeartRateMethodCS": "CodeSystem-shr-vital-HeartRateMethodCS.html",
|
736
|
+
"http://standardhealthrecord.org/shr/vital/cs/HeartRateQualifierCS": "CodeSystem-shr-vital-HeartRateQualifierCS.html",
|
737
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-HeartRateQualifierCS": "CodeSystem-shr-vital-HeartRateQualifierCS.html",
|
738
|
+
"http://standardhealthrecord.org/shr/vital/cs/RespiratoryRateMethodCS": "CodeSystem-shr-vital-RespiratoryRateMethodCS.html",
|
739
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-RespiratoryRateMethodCS": "CodeSystem-shr-vital-RespiratoryRateMethodCS.html",
|
740
|
+
"http://standardhealthrecord.org/shr/vital/cs/RespiratoryRateQualifierCS": "CodeSystem-shr-vital-RespiratoryRateQualifierCS.html",
|
741
|
+
"http://standardhealthrecord.org/fhir/CodeSystem/shr-vital-RespiratoryRateQualifierCS": "CodeSystem-shr-vital-RespiratoryRateQualifierCS.html"
|
742
|
+
},
|
743
|
+
"pages": {},
|
744
|
+
"targets": [
|
745
|
+
"CodeSystem-shr-actor-LanguageQualifierCS.html",
|
746
|
+
"CodeSystem-shr-actor-LanguageQualifierCS.json.html",
|
747
|
+
"CodeSystem-shr-actor-LanguageQualifierCS.ttl.html",
|
748
|
+
"CodeSystem-shr-actor-LanguageQualifierCS.xml.html",
|
749
|
+
"CodeSystem-shr-base-GenericAnswersCS.html",
|
750
|
+
"CodeSystem-shr-base-GenericAnswersCS.json.html",
|
751
|
+
"CodeSystem-shr-base-GenericAnswersCS.ttl.html",
|
752
|
+
"CodeSystem-shr-base-GenericAnswersCS.xml.html",
|
753
|
+
"CodeSystem-shr-base-MissingValueReasonCS.html",
|
754
|
+
"CodeSystem-shr-base-MissingValueReasonCS.json.html",
|
755
|
+
"CodeSystem-shr-base-MissingValueReasonCS.ttl.html",
|
756
|
+
"CodeSystem-shr-base-MissingValueReasonCS.xml.html",
|
757
|
+
"CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.html",
|
758
|
+
"CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.json.html",
|
759
|
+
"CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.ttl.html",
|
760
|
+
"CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.xml.html",
|
761
|
+
"CodeSystem-shr-behavior-DietNutritionConcernCS.html",
|
762
|
+
"CodeSystem-shr-behavior-DietNutritionConcernCS.json.html",
|
763
|
+
"CodeSystem-shr-behavior-DietNutritionConcernCS.ttl.html",
|
764
|
+
"CodeSystem-shr-behavior-DietNutritionConcernCS.xml.html",
|
765
|
+
"CodeSystem-shr-behavior-PhysicalActivityLimitationCS.html",
|
766
|
+
"CodeSystem-shr-behavior-PhysicalActivityLimitationCS.json.html",
|
767
|
+
"CodeSystem-shr-behavior-PhysicalActivityLimitationCS.ttl.html",
|
768
|
+
"CodeSystem-shr-behavior-PhysicalActivityLimitationCS.xml.html",
|
769
|
+
"CodeSystem-shr-behavior-ReligiousPracticeStatusCS.html",
|
770
|
+
"CodeSystem-shr-behavior-ReligiousPracticeStatusCS.json.html",
|
771
|
+
"CodeSystem-shr-behavior-ReligiousPracticeStatusCS.ttl.html",
|
772
|
+
"CodeSystem-shr-behavior-ReligiousPracticeStatusCS.xml.html",
|
773
|
+
"CodeSystem-shr-behavior-ReligiousRestrictionCS.html",
|
774
|
+
"CodeSystem-shr-behavior-ReligiousRestrictionCS.json.html",
|
775
|
+
"CodeSystem-shr-behavior-ReligiousRestrictionCS.ttl.html",
|
776
|
+
"CodeSystem-shr-behavior-ReligiousRestrictionCS.xml.html",
|
777
|
+
"CodeSystem-shr-behavior-SleepQualityReasonCS.html",
|
778
|
+
"CodeSystem-shr-behavior-SleepQualityReasonCS.json.html",
|
779
|
+
"CodeSystem-shr-behavior-SleepQualityReasonCS.ttl.html",
|
780
|
+
"CodeSystem-shr-behavior-SleepQualityReasonCS.xml.html",
|
781
|
+
"CodeSystem-shr-behavior-SpecialDietFollowedCS.html",
|
782
|
+
"CodeSystem-shr-behavior-SpecialDietFollowedCS.json.html",
|
783
|
+
"CodeSystem-shr-behavior-SpecialDietFollowedCS.ttl.html",
|
784
|
+
"CodeSystem-shr-behavior-SpecialDietFollowedCS.xml.html",
|
785
|
+
"CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.html",
|
786
|
+
"CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.json.html",
|
787
|
+
"CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.ttl.html",
|
788
|
+
"CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.xml.html",
|
789
|
+
"CodeSystem-shr-core-CodingQualifierCS.html",
|
790
|
+
"CodeSystem-shr-core-CodingQualifierCS.json.html",
|
791
|
+
"CodeSystem-shr-core-CodingQualifierCS.ttl.html",
|
792
|
+
"CodeSystem-shr-core-CodingQualifierCS.xml.html",
|
793
|
+
"CodeSystem-shr-core-PerformanceGradingScaleCS.html",
|
794
|
+
"CodeSystem-shr-core-PerformanceGradingScaleCS.json.html",
|
795
|
+
"CodeSystem-shr-core-PerformanceGradingScaleCS.ttl.html",
|
796
|
+
"CodeSystem-shr-core-PerformanceGradingScaleCS.xml.html",
|
797
|
+
"CodeSystem-shr-core-QualitativeDateTimeCS.html",
|
798
|
+
"CodeSystem-shr-core-QualitativeDateTimeCS.json.html",
|
799
|
+
"CodeSystem-shr-core-QualitativeDateTimeCS.ttl.html",
|
800
|
+
"CodeSystem-shr-core-QualitativeDateTimeCS.xml.html",
|
801
|
+
"CodeSystem-shr-core-QualitativeFrequencyCS.html",
|
802
|
+
"CodeSystem-shr-core-QualitativeFrequencyCS.json.html",
|
803
|
+
"CodeSystem-shr-core-QualitativeFrequencyCS.ttl.html",
|
804
|
+
"CodeSystem-shr-core-QualitativeFrequencyCS.xml.html",
|
805
|
+
"CodeSystem-shr-core-QualitativeLikelihoodCS.html",
|
806
|
+
"CodeSystem-shr-core-QualitativeLikelihoodCS.json.html",
|
807
|
+
"CodeSystem-shr-core-QualitativeLikelihoodCS.ttl.html",
|
808
|
+
"CodeSystem-shr-core-QualitativeLikelihoodCS.xml.html",
|
809
|
+
"CodeSystem-shr-core-QualitativeValueScaleCS.html",
|
810
|
+
"CodeSystem-shr-core-QualitativeValueScaleCS.json.html",
|
811
|
+
"CodeSystem-shr-core-QualitativeValueScaleCS.ttl.html",
|
812
|
+
"CodeSystem-shr-core-QualitativeValueScaleCS.xml.html",
|
813
|
+
"CodeSystem-shr-core-SemiquantitativeDurationCS.html",
|
814
|
+
"CodeSystem-shr-core-SemiquantitativeDurationCS.json.html",
|
815
|
+
"CodeSystem-shr-core-SemiquantitativeDurationCS.ttl.html",
|
816
|
+
"CodeSystem-shr-core-SemiquantitativeDurationCS.xml.html",
|
817
|
+
"CodeSystem-shr-core-SemiquantitativeFrequencyCS.html",
|
818
|
+
"CodeSystem-shr-core-SemiquantitativeFrequencyCS.json.html",
|
819
|
+
"CodeSystem-shr-core-SemiquantitativeFrequencyCS.ttl.html",
|
820
|
+
"CodeSystem-shr-core-SemiquantitativeFrequencyCS.xml.html",
|
821
|
+
"CodeSystem-shr-core-SettingCS.html",
|
822
|
+
"CodeSystem-shr-core-SettingCS.json.html",
|
823
|
+
"CodeSystem-shr-core-SettingCS.ttl.html",
|
824
|
+
"CodeSystem-shr-core-SettingCS.xml.html",
|
825
|
+
"CodeSystem-shr-core-ThreePriorityCS.html",
|
826
|
+
"CodeSystem-shr-core-ThreePriorityCS.json.html",
|
827
|
+
"CodeSystem-shr-core-ThreePriorityCS.ttl.html",
|
828
|
+
"CodeSystem-shr-core-ThreePriorityCS.xml.html",
|
829
|
+
"CodeSystem-shr-core-ThreeValueLogicCS.html",
|
830
|
+
"CodeSystem-shr-core-ThreeValueLogicCS.json.html",
|
831
|
+
"CodeSystem-shr-core-ThreeValueLogicCS.ttl.html",
|
832
|
+
"CodeSystem-shr-core-ThreeValueLogicCS.xml.html",
|
833
|
+
"CodeSystem-shr-demographics-AddressUseCS.html",
|
834
|
+
"CodeSystem-shr-demographics-AddressUseCS.json.html",
|
835
|
+
"CodeSystem-shr-demographics-AddressUseCS.ttl.html",
|
836
|
+
"CodeSystem-shr-demographics-AddressUseCS.xml.html",
|
837
|
+
"CodeSystem-shr-demographics-InsuranceProviderTypeCS.html",
|
838
|
+
"CodeSystem-shr-demographics-InsuranceProviderTypeCS.json.html",
|
839
|
+
"CodeSystem-shr-demographics-InsuranceProviderTypeCS.ttl.html",
|
840
|
+
"CodeSystem-shr-demographics-InsuranceProviderTypeCS.xml.html",
|
841
|
+
"CodeSystem-shr-demographics-TelecomQualifierCS.html",
|
842
|
+
"CodeSystem-shr-demographics-TelecomQualifierCS.json.html",
|
843
|
+
"CodeSystem-shr-demographics-TelecomQualifierCS.ttl.html",
|
844
|
+
"CodeSystem-shr-demographics-TelecomQualifierCS.xml.html",
|
845
|
+
"CodeSystem-shr-demographics-TelephoneTypeCS.html",
|
846
|
+
"CodeSystem-shr-demographics-TelephoneTypeCS.json.html",
|
847
|
+
"CodeSystem-shr-demographics-TelephoneTypeCS.ttl.html",
|
848
|
+
"CodeSystem-shr-demographics-TelephoneTypeCS.xml.html",
|
849
|
+
"CodeSystem-shr-device-RespiratoryAssistDeviceCS.html",
|
850
|
+
"CodeSystem-shr-device-RespiratoryAssistDeviceCS.json.html",
|
851
|
+
"CodeSystem-shr-device-RespiratoryAssistDeviceCS.ttl.html",
|
852
|
+
"CodeSystem-shr-device-RespiratoryAssistDeviceCS.xml.html",
|
853
|
+
"CodeSystem-shr-device-RespiratoryRateSettingCS.html",
|
854
|
+
"CodeSystem-shr-device-RespiratoryRateSettingCS.json.html",
|
855
|
+
"CodeSystem-shr-device-RespiratoryRateSettingCS.ttl.html",
|
856
|
+
"CodeSystem-shr-device-RespiratoryRateSettingCS.xml.html",
|
857
|
+
"CodeSystem-shr-encounter-EncounterTypeCS.html",
|
858
|
+
"CodeSystem-shr-encounter-EncounterTypeCS.json.html",
|
859
|
+
"CodeSystem-shr-encounter-EncounterTypeCS.ttl.html",
|
860
|
+
"CodeSystem-shr-encounter-EncounterTypeCS.xml.html",
|
861
|
+
"CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.html",
|
862
|
+
"CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.json.html",
|
863
|
+
"CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.ttl.html",
|
864
|
+
"CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.xml.html",
|
865
|
+
"CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.html",
|
866
|
+
"CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.json.html",
|
867
|
+
"CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.ttl.html",
|
868
|
+
"CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.xml.html",
|
869
|
+
"CodeSystem-shr-encounter-ReferralSourceTypeCS.html",
|
870
|
+
"CodeSystem-shr-encounter-ReferralSourceTypeCS.json.html",
|
871
|
+
"CodeSystem-shr-encounter-ReferralSourceTypeCS.ttl.html",
|
872
|
+
"CodeSystem-shr-encounter-ReferralSourceTypeCS.xml.html",
|
873
|
+
"CodeSystem-shr-encounter-TreatmentCooperationCS.html",
|
874
|
+
"CodeSystem-shr-encounter-TreatmentCooperationCS.json.html",
|
875
|
+
"CodeSystem-shr-encounter-TreatmentCooperationCS.ttl.html",
|
876
|
+
"CodeSystem-shr-encounter-TreatmentCooperationCS.xml.html",
|
877
|
+
"CodeSystem-shr-environment-AnimalExposureCS.html",
|
878
|
+
"CodeSystem-shr-environment-AnimalExposureCS.json.html",
|
879
|
+
"CodeSystem-shr-environment-AnimalExposureCS.ttl.html",
|
880
|
+
"CodeSystem-shr-environment-AnimalExposureCS.xml.html",
|
881
|
+
"CodeSystem-shr-environment-CoinhabitantCS.html",
|
882
|
+
"CodeSystem-shr-environment-CoinhabitantCS.json.html",
|
883
|
+
"CodeSystem-shr-environment-CoinhabitantCS.ttl.html",
|
884
|
+
"CodeSystem-shr-environment-CoinhabitantCS.xml.html",
|
885
|
+
"CodeSystem-shr-environment-HomeEnvironmentRiskCS.html",
|
886
|
+
"CodeSystem-shr-environment-HomeEnvironmentRiskCS.json.html",
|
887
|
+
"CodeSystem-shr-environment-HomeEnvironmentRiskCS.ttl.html",
|
888
|
+
"CodeSystem-shr-environment-HomeEnvironmentRiskCS.xml.html",
|
889
|
+
"CodeSystem-shr-environment-IncomeSourceCS.html",
|
890
|
+
"CodeSystem-shr-environment-IncomeSourceCS.json.html",
|
891
|
+
"CodeSystem-shr-environment-IncomeSourceCS.ttl.html",
|
892
|
+
"CodeSystem-shr-environment-IncomeSourceCS.xml.html",
|
893
|
+
"CodeSystem-shr-environment-NonCashBenefitCS.html",
|
894
|
+
"CodeSystem-shr-environment-NonCashBenefitCS.json.html",
|
895
|
+
"CodeSystem-shr-environment-NonCashBenefitCS.ttl.html",
|
896
|
+
"CodeSystem-shr-environment-NonCashBenefitCS.xml.html",
|
897
|
+
"CodeSystem-shr-environment-ResourceStabilityCS.html",
|
898
|
+
"CodeSystem-shr-environment-ResourceStabilityCS.json.html",
|
899
|
+
"CodeSystem-shr-environment-ResourceStabilityCS.ttl.html",
|
900
|
+
"CodeSystem-shr-environment-ResourceStabilityCS.xml.html",
|
901
|
+
"CodeSystem-shr-lab-RequestStatusCS.html",
|
902
|
+
"CodeSystem-shr-lab-RequestStatusCS.json.html",
|
903
|
+
"CodeSystem-shr-lab-RequestStatusCS.ttl.html",
|
904
|
+
"CodeSystem-shr-lab-RequestStatusCS.xml.html",
|
905
|
+
"CodeSystem-shr-lifehistory-EducationalAttainmentCS.html",
|
906
|
+
"CodeSystem-shr-lifehistory-EducationalAttainmentCS.json.html",
|
907
|
+
"CodeSystem-shr-lifehistory-EducationalAttainmentCS.ttl.html",
|
908
|
+
"CodeSystem-shr-lifehistory-EducationalAttainmentCS.xml.html",
|
909
|
+
"CodeSystem-shr-lifehistory-EmploymentStatusCS.html",
|
910
|
+
"CodeSystem-shr-lifehistory-EmploymentStatusCS.json.html",
|
911
|
+
"CodeSystem-shr-lifehistory-EmploymentStatusCS.ttl.html",
|
912
|
+
"CodeSystem-shr-lifehistory-EmploymentStatusCS.xml.html",
|
913
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.html",
|
914
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.json.html",
|
915
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.ttl.html",
|
916
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.xml.html",
|
917
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceEraCS.html",
|
918
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceEraCS.json.html",
|
919
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceEraCS.ttl.html",
|
920
|
+
"CodeSystem-shr-lifehistory-MilitaryServiceEraCS.xml.html",
|
921
|
+
"CodeSystem-shr-lifehistory-MilitaryStatusCS.html",
|
922
|
+
"CodeSystem-shr-lifehistory-MilitaryStatusCS.json.html",
|
923
|
+
"CodeSystem-shr-lifehistory-MilitaryStatusCS.ttl.html",
|
924
|
+
"CodeSystem-shr-lifehistory-MilitaryStatusCS.xml.html",
|
925
|
+
"CodeSystem-shr-lifehistory-TeratogenCS.html",
|
926
|
+
"CodeSystem-shr-lifehistory-TeratogenCS.json.html",
|
927
|
+
"CodeSystem-shr-lifehistory-TeratogenCS.ttl.html",
|
928
|
+
"CodeSystem-shr-lifehistory-TeratogenCS.xml.html",
|
929
|
+
"CodeSystem-shr-lifehistory-USMilitaryBranchCS.html",
|
930
|
+
"CodeSystem-shr-lifehistory-USMilitaryBranchCS.json.html",
|
931
|
+
"CodeSystem-shr-lifehistory-USMilitaryBranchCS.ttl.html",
|
932
|
+
"CodeSystem-shr-lifehistory-USMilitaryBranchCS.xml.html",
|
933
|
+
"CodeSystem-shr-medication-MedicationChangeReasonCS.html",
|
934
|
+
"CodeSystem-shr-medication-MedicationChangeReasonCS.json.html",
|
935
|
+
"CodeSystem-shr-medication-MedicationChangeReasonCS.ttl.html",
|
936
|
+
"CodeSystem-shr-medication-MedicationChangeReasonCS.xml.html",
|
937
|
+
"CodeSystem-shr-medication-MedicationChangeTypeCS.html",
|
938
|
+
"CodeSystem-shr-medication-MedicationChangeTypeCS.json.html",
|
939
|
+
"CodeSystem-shr-medication-MedicationChangeTypeCS.ttl.html",
|
940
|
+
"CodeSystem-shr-medication-MedicationChangeTypeCS.xml.html",
|
941
|
+
"CodeSystem-shr-medication-ReasonMedicationNotUsedCS.html",
|
942
|
+
"CodeSystem-shr-medication-ReasonMedicationNotUsedCS.json.html",
|
943
|
+
"CodeSystem-shr-medication-ReasonMedicationNotUsedCS.ttl.html",
|
944
|
+
"CodeSystem-shr-medication-ReasonMedicationNotUsedCS.xml.html",
|
945
|
+
"CodeSystem-shr-observation-ExposureReasonCS.html",
|
946
|
+
"CodeSystem-shr-observation-ExposureReasonCS.json.html",
|
947
|
+
"CodeSystem-shr-observation-ExposureReasonCS.ttl.html",
|
948
|
+
"CodeSystem-shr-observation-ExposureReasonCS.xml.html",
|
949
|
+
"CodeSystem-shr-observation-ObservationNotMadeReasonCS.html",
|
950
|
+
"CodeSystem-shr-observation-ObservationNotMadeReasonCS.json.html",
|
951
|
+
"CodeSystem-shr-observation-ObservationNotMadeReasonCS.ttl.html",
|
952
|
+
"CodeSystem-shr-observation-ObservationNotMadeReasonCS.xml.html",
|
953
|
+
"CodeSystem-shr-problem-EvidenceQualityCS.html",
|
954
|
+
"CodeSystem-shr-problem-EvidenceQualityCS.json.html",
|
955
|
+
"CodeSystem-shr-problem-EvidenceQualityCS.ttl.html",
|
956
|
+
"CodeSystem-shr-problem-EvidenceQualityCS.xml.html",
|
957
|
+
"CodeSystem-shr-problem-GradeOrStageCS.html",
|
958
|
+
"CodeSystem-shr-problem-GradeOrStageCS.json.html",
|
959
|
+
"CodeSystem-shr-problem-GradeOrStageCS.ttl.html",
|
960
|
+
"CodeSystem-shr-problem-GradeOrStageCS.xml.html",
|
961
|
+
"CodeSystem-shr-problem-ProblemCategoryCS.html",
|
962
|
+
"CodeSystem-shr-problem-ProblemCategoryCS.json.html",
|
963
|
+
"CodeSystem-shr-problem-ProblemCategoryCS.ttl.html",
|
964
|
+
"CodeSystem-shr-problem-ProblemCategoryCS.xml.html",
|
965
|
+
"CodeSystem-shr-sex-ContraceptiveMethodCS.html",
|
966
|
+
"CodeSystem-shr-sex-ContraceptiveMethodCS.json.html",
|
967
|
+
"CodeSystem-shr-sex-ContraceptiveMethodCS.ttl.html",
|
968
|
+
"CodeSystem-shr-sex-ContraceptiveMethodCS.xml.html",
|
969
|
+
"CodeSystem-shr-sex-ContraceptiveMethodReasonCS.html",
|
970
|
+
"CodeSystem-shr-sex-ContraceptiveMethodReasonCS.json.html",
|
971
|
+
"CodeSystem-shr-sex-ContraceptiveMethodReasonCS.ttl.html",
|
972
|
+
"CodeSystem-shr-sex-ContraceptiveMethodReasonCS.xml.html",
|
973
|
+
"CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.html",
|
974
|
+
"CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.json.html",
|
975
|
+
"CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.ttl.html",
|
976
|
+
"CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.xml.html",
|
977
|
+
"CodeSystem-shr-sex-GenderIdentityCS.html",
|
978
|
+
"CodeSystem-shr-sex-GenderIdentityCS.json.html",
|
979
|
+
"CodeSystem-shr-sex-GenderIdentityCS.ttl.html",
|
980
|
+
"CodeSystem-shr-sex-GenderIdentityCS.xml.html",
|
981
|
+
"CodeSystem-shr-skin-PressureUlcerAssociationCS.html",
|
982
|
+
"CodeSystem-shr-skin-PressureUlcerAssociationCS.json.html",
|
983
|
+
"CodeSystem-shr-skin-PressureUlcerAssociationCS.ttl.html",
|
984
|
+
"CodeSystem-shr-skin-PressureUlcerAssociationCS.xml.html",
|
985
|
+
"CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.html",
|
986
|
+
"CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.json.html",
|
987
|
+
"CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.ttl.html",
|
988
|
+
"CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.xml.html",
|
989
|
+
"CodeSystem-shr-skin-SupportSurfaceCategoryCS.html",
|
990
|
+
"CodeSystem-shr-skin-SupportSurfaceCategoryCS.json.html",
|
991
|
+
"CodeSystem-shr-skin-SupportSurfaceCategoryCS.ttl.html",
|
992
|
+
"CodeSystem-shr-skin-SupportSurfaceCategoryCS.xml.html",
|
993
|
+
"CodeSystem-shr-skin-SupportSurfaceComponentCS.html",
|
994
|
+
"CodeSystem-shr-skin-SupportSurfaceComponentCS.json.html",
|
995
|
+
"CodeSystem-shr-skin-SupportSurfaceComponentCS.ttl.html",
|
996
|
+
"CodeSystem-shr-skin-SupportSurfaceComponentCS.xml.html",
|
997
|
+
"CodeSystem-shr-skin-SupportSurfaceFeatureCS.html",
|
998
|
+
"CodeSystem-shr-skin-SupportSurfaceFeatureCS.json.html",
|
999
|
+
"CodeSystem-shr-skin-SupportSurfaceFeatureCS.ttl.html",
|
1000
|
+
"CodeSystem-shr-skin-SupportSurfaceFeatureCS.xml.html",
|
1001
|
+
"CodeSystem-shr-vital-BloodPressureMethodCS.html",
|
1002
|
+
"CodeSystem-shr-vital-BloodPressureMethodCS.json.html",
|
1003
|
+
"CodeSystem-shr-vital-BloodPressureMethodCS.ttl.html",
|
1004
|
+
"CodeSystem-shr-vital-BloodPressureMethodCS.xml.html",
|
1005
|
+
"CodeSystem-shr-vital-BloodPressureQualifierCS.html",
|
1006
|
+
"CodeSystem-shr-vital-BloodPressureQualifierCS.json.html",
|
1007
|
+
"CodeSystem-shr-vital-BloodPressureQualifierCS.ttl.html",
|
1008
|
+
"CodeSystem-shr-vital-BloodPressureQualifierCS.xml.html",
|
1009
|
+
"CodeSystem-shr-vital-BodyHeightQualifierCS.html",
|
1010
|
+
"CodeSystem-shr-vital-BodyHeightQualifierCS.json.html",
|
1011
|
+
"CodeSystem-shr-vital-BodyHeightQualifierCS.ttl.html",
|
1012
|
+
"CodeSystem-shr-vital-BodyHeightQualifierCS.xml.html",
|
1013
|
+
"CodeSystem-shr-vital-BodyTemperatureQualifierCS.html",
|
1014
|
+
"CodeSystem-shr-vital-BodyTemperatureQualifierCS.json.html",
|
1015
|
+
"CodeSystem-shr-vital-BodyTemperatureQualifierCS.ttl.html",
|
1016
|
+
"CodeSystem-shr-vital-BodyTemperatureQualifierCS.xml.html",
|
1017
|
+
"CodeSystem-shr-vital-BodyWeightQualifierCS.html",
|
1018
|
+
"CodeSystem-shr-vital-BodyWeightQualifierCS.json.html",
|
1019
|
+
"CodeSystem-shr-vital-BodyWeightQualifierCS.ttl.html",
|
1020
|
+
"CodeSystem-shr-vital-BodyWeightQualifierCS.xml.html",
|
1021
|
+
"CodeSystem-shr-vital-HeartRateMethodCS.html",
|
1022
|
+
"CodeSystem-shr-vital-HeartRateMethodCS.json.html",
|
1023
|
+
"CodeSystem-shr-vital-HeartRateMethodCS.ttl.html",
|
1024
|
+
"CodeSystem-shr-vital-HeartRateMethodCS.xml.html",
|
1025
|
+
"CodeSystem-shr-vital-HeartRateQualifierCS.html",
|
1026
|
+
"CodeSystem-shr-vital-HeartRateQualifierCS.json.html",
|
1027
|
+
"CodeSystem-shr-vital-HeartRateQualifierCS.ttl.html",
|
1028
|
+
"CodeSystem-shr-vital-HeartRateQualifierCS.xml.html",
|
1029
|
+
"CodeSystem-shr-vital-RespiratoryRateMethodCS.html",
|
1030
|
+
"CodeSystem-shr-vital-RespiratoryRateMethodCS.json.html",
|
1031
|
+
"CodeSystem-shr-vital-RespiratoryRateMethodCS.ttl.html",
|
1032
|
+
"CodeSystem-shr-vital-RespiratoryRateMethodCS.xml.html",
|
1033
|
+
"CodeSystem-shr-vital-RespiratoryRateQualifierCS.html",
|
1034
|
+
"CodeSystem-shr-vital-RespiratoryRateQualifierCS.json.html",
|
1035
|
+
"CodeSystem-shr-vital-RespiratoryRateQualifierCS.ttl.html",
|
1036
|
+
"CodeSystem-shr-vital-RespiratoryRateQualifierCS.xml.html",
|
1037
|
+
"codesystems.html",
|
1038
|
+
"downloads.html",
|
1039
|
+
"extensions.html",
|
1040
|
+
"ImplementationGuide-1.html",
|
1041
|
+
"ImplementationGuide-1.json.html",
|
1042
|
+
"ImplementationGuide-1.ttl.html",
|
1043
|
+
"ImplementationGuide-1.xml.html",
|
1044
|
+
"index.html",
|
1045
|
+
"profiles.html",
|
1046
|
+
"StructureDefinition-primitive-base64Binary-extension-definitions.html",
|
1047
|
+
"StructureDefinition-primitive-base64Binary-extension.html",
|
1048
|
+
"StructureDefinition-primitive-base64Binary-extension.json.html",
|
1049
|
+
"StructureDefinition-primitive-base64Binary-extension.ttl.html",
|
1050
|
+
"StructureDefinition-primitive-base64Binary-extension.xml.html",
|
1051
|
+
"StructureDefinition-primitive-boolean-extension-definitions.html",
|
1052
|
+
"StructureDefinition-primitive-boolean-extension.html",
|
1053
|
+
"StructureDefinition-primitive-boolean-extension.json.html",
|
1054
|
+
"StructureDefinition-primitive-boolean-extension.ttl.html",
|
1055
|
+
"StructureDefinition-primitive-boolean-extension.xml.html",
|
1056
|
+
"StructureDefinition-primitive-code-extension-definitions.html",
|
1057
|
+
"StructureDefinition-primitive-code-extension.html",
|
1058
|
+
"StructureDefinition-primitive-code-extension.json.html",
|
1059
|
+
"StructureDefinition-primitive-code-extension.ttl.html",
|
1060
|
+
"StructureDefinition-primitive-code-extension.xml.html",
|
1061
|
+
"StructureDefinition-primitive-date-extension-definitions.html",
|
1062
|
+
"StructureDefinition-primitive-date-extension.html",
|
1063
|
+
"StructureDefinition-primitive-date-extension.json.html",
|
1064
|
+
"StructureDefinition-primitive-date-extension.ttl.html",
|
1065
|
+
"StructureDefinition-primitive-date-extension.xml.html",
|
1066
|
+
"StructureDefinition-primitive-dateTime-extension-definitions.html",
|
1067
|
+
"StructureDefinition-primitive-dateTime-extension.html",
|
1068
|
+
"StructureDefinition-primitive-dateTime-extension.json.html",
|
1069
|
+
"StructureDefinition-primitive-dateTime-extension.ttl.html",
|
1070
|
+
"StructureDefinition-primitive-dateTime-extension.xml.html",
|
1071
|
+
"StructureDefinition-primitive-decimal-extension-definitions.html",
|
1072
|
+
"StructureDefinition-primitive-decimal-extension.html",
|
1073
|
+
"StructureDefinition-primitive-decimal-extension.json.html",
|
1074
|
+
"StructureDefinition-primitive-decimal-extension.ttl.html",
|
1075
|
+
"StructureDefinition-primitive-decimal-extension.xml.html",
|
1076
|
+
"StructureDefinition-primitive-id-extension-definitions.html",
|
1077
|
+
"StructureDefinition-primitive-id-extension.html",
|
1078
|
+
"StructureDefinition-primitive-id-extension.json.html",
|
1079
|
+
"StructureDefinition-primitive-id-extension.ttl.html",
|
1080
|
+
"StructureDefinition-primitive-id-extension.xml.html",
|
1081
|
+
"StructureDefinition-primitive-instant-extension-definitions.html",
|
1082
|
+
"StructureDefinition-primitive-instant-extension.html",
|
1083
|
+
"StructureDefinition-primitive-instant-extension.json.html",
|
1084
|
+
"StructureDefinition-primitive-instant-extension.ttl.html",
|
1085
|
+
"StructureDefinition-primitive-instant-extension.xml.html",
|
1086
|
+
"StructureDefinition-primitive-integer-extension-definitions.html",
|
1087
|
+
"StructureDefinition-primitive-integer-extension.html",
|
1088
|
+
"StructureDefinition-primitive-integer-extension.json.html",
|
1089
|
+
"StructureDefinition-primitive-integer-extension.ttl.html",
|
1090
|
+
"StructureDefinition-primitive-integer-extension.xml.html",
|
1091
|
+
"StructureDefinition-primitive-markdown-extension-definitions.html",
|
1092
|
+
"StructureDefinition-primitive-markdown-extension.html",
|
1093
|
+
"StructureDefinition-primitive-markdown-extension.json.html",
|
1094
|
+
"StructureDefinition-primitive-markdown-extension.ttl.html",
|
1095
|
+
"StructureDefinition-primitive-markdown-extension.xml.html",
|
1096
|
+
"StructureDefinition-primitive-oid-extension-definitions.html",
|
1097
|
+
"StructureDefinition-primitive-oid-extension.html",
|
1098
|
+
"StructureDefinition-primitive-oid-extension.json.html",
|
1099
|
+
"StructureDefinition-primitive-oid-extension.ttl.html",
|
1100
|
+
"StructureDefinition-primitive-oid-extension.xml.html",
|
1101
|
+
"StructureDefinition-primitive-positiveInt-extension-definitions.html",
|
1102
|
+
"StructureDefinition-primitive-positiveInt-extension.html",
|
1103
|
+
"StructureDefinition-primitive-positiveInt-extension.json.html",
|
1104
|
+
"StructureDefinition-primitive-positiveInt-extension.ttl.html",
|
1105
|
+
"StructureDefinition-primitive-positiveInt-extension.xml.html",
|
1106
|
+
"StructureDefinition-primitive-string-extension-definitions.html",
|
1107
|
+
"StructureDefinition-primitive-string-extension.html",
|
1108
|
+
"StructureDefinition-primitive-string-extension.json.html",
|
1109
|
+
"StructureDefinition-primitive-string-extension.ttl.html",
|
1110
|
+
"StructureDefinition-primitive-string-extension.xml.html",
|
1111
|
+
"StructureDefinition-primitive-time-extension-definitions.html",
|
1112
|
+
"StructureDefinition-primitive-time-extension.html",
|
1113
|
+
"StructureDefinition-primitive-time-extension.json.html",
|
1114
|
+
"StructureDefinition-primitive-time-extension.ttl.html",
|
1115
|
+
"StructureDefinition-primitive-time-extension.xml.html",
|
1116
|
+
"StructureDefinition-primitive-unsignedInt-extension-definitions.html",
|
1117
|
+
"StructureDefinition-primitive-unsignedInt-extension.html",
|
1118
|
+
"StructureDefinition-primitive-unsignedInt-extension.json.html",
|
1119
|
+
"StructureDefinition-primitive-unsignedInt-extension.ttl.html",
|
1120
|
+
"StructureDefinition-primitive-unsignedInt-extension.xml.html",
|
1121
|
+
"StructureDefinition-primitive-uri-extension-definitions.html",
|
1122
|
+
"StructureDefinition-primitive-uri-extension.html",
|
1123
|
+
"StructureDefinition-primitive-uri-extension.json.html",
|
1124
|
+
"StructureDefinition-primitive-uri-extension.ttl.html",
|
1125
|
+
"StructureDefinition-primitive-uri-extension.xml.html",
|
1126
|
+
"StructureDefinition-primitive-xhtml-extension-definitions.html",
|
1127
|
+
"StructureDefinition-primitive-xhtml-extension.html",
|
1128
|
+
"StructureDefinition-primitive-xhtml-extension.json.html",
|
1129
|
+
"StructureDefinition-primitive-xhtml-extension.ttl.html",
|
1130
|
+
"StructureDefinition-primitive-xhtml-extension.xml.html",
|
1131
|
+
"StructureDefinition-shr-actor-Affiliation-extension-definitions.html",
|
1132
|
+
"StructureDefinition-shr-actor-Affiliation-extension.html",
|
1133
|
+
"StructureDefinition-shr-actor-Affiliation-extension.json.html",
|
1134
|
+
"StructureDefinition-shr-actor-Affiliation-extension.ttl.html",
|
1135
|
+
"StructureDefinition-shr-actor-Affiliation-extension.xml.html",
|
1136
|
+
"StructureDefinition-shr-actor-AgeAtDeath-extension-definitions.html",
|
1137
|
+
"StructureDefinition-shr-actor-AgeAtDeath-extension.html",
|
1138
|
+
"StructureDefinition-shr-actor-AgeAtDeath-extension.json.html",
|
1139
|
+
"StructureDefinition-shr-actor-AgeAtDeath-extension.ttl.html",
|
1140
|
+
"StructureDefinition-shr-actor-AgeAtDeath-extension.xml.html",
|
1141
|
+
"StructureDefinition-shr-actor-Anonymized-extension-definitions.html",
|
1142
|
+
"StructureDefinition-shr-actor-Anonymized-extension.html",
|
1143
|
+
"StructureDefinition-shr-actor-Anonymized-extension.json.html",
|
1144
|
+
"StructureDefinition-shr-actor-Anonymized-extension.ttl.html",
|
1145
|
+
"StructureDefinition-shr-actor-Anonymized-extension.xml.html",
|
1146
|
+
"StructureDefinition-shr-actor-DateOfDeath-extension-definitions.html",
|
1147
|
+
"StructureDefinition-shr-actor-DateOfDeath-extension.html",
|
1148
|
+
"StructureDefinition-shr-actor-DateOfDeath-extension.json.html",
|
1149
|
+
"StructureDefinition-shr-actor-DateOfDeath-extension.ttl.html",
|
1150
|
+
"StructureDefinition-shr-actor-DateOfDeath-extension.xml.html",
|
1151
|
+
"StructureDefinition-shr-actor-Deceased-extension-definitions.html",
|
1152
|
+
"StructureDefinition-shr-actor-Deceased-extension.html",
|
1153
|
+
"StructureDefinition-shr-actor-Deceased-extension.json.html",
|
1154
|
+
"StructureDefinition-shr-actor-Deceased-extension.ttl.html",
|
1155
|
+
"StructureDefinition-shr-actor-Deceased-extension.xml.html",
|
1156
|
+
"StructureDefinition-shr-actor-EmergencyContact-definitions.html",
|
1157
|
+
"StructureDefinition-shr-actor-EmergencyContact.html",
|
1158
|
+
"StructureDefinition-shr-actor-EmergencyContact.json.html",
|
1159
|
+
"StructureDefinition-shr-actor-EmergencyContact.ttl.html",
|
1160
|
+
"StructureDefinition-shr-actor-EmergencyContact.xml.html",
|
1161
|
+
"StructureDefinition-shr-actor-FictionalPerson-extension-definitions.html",
|
1162
|
+
"StructureDefinition-shr-actor-FictionalPerson-extension.html",
|
1163
|
+
"StructureDefinition-shr-actor-FictionalPerson-extension.json.html",
|
1164
|
+
"StructureDefinition-shr-actor-FictionalPerson-extension.ttl.html",
|
1165
|
+
"StructureDefinition-shr-actor-FictionalPerson-extension.xml.html",
|
1166
|
+
"StructureDefinition-shr-actor-LanguageQualifier-extension-definitions.html",
|
1167
|
+
"StructureDefinition-shr-actor-LanguageQualifier-extension.html",
|
1168
|
+
"StructureDefinition-shr-actor-LanguageQualifier-extension.json.html",
|
1169
|
+
"StructureDefinition-shr-actor-LanguageQualifier-extension.ttl.html",
|
1170
|
+
"StructureDefinition-shr-actor-LanguageQualifier-extension.xml.html",
|
1171
|
+
"StructureDefinition-shr-actor-LanguageUsed-extension-definitions.html",
|
1172
|
+
"StructureDefinition-shr-actor-LanguageUsed-extension.html",
|
1173
|
+
"StructureDefinition-shr-actor-LanguageUsed-extension.json.html",
|
1174
|
+
"StructureDefinition-shr-actor-LanguageUsed-extension.ttl.html",
|
1175
|
+
"StructureDefinition-shr-actor-LanguageUsed-extension.xml.html",
|
1176
|
+
"StructureDefinition-shr-actor-MedicalSpecialty-extension-definitions.html",
|
1177
|
+
"StructureDefinition-shr-actor-MedicalSpecialty-extension.html",
|
1178
|
+
"StructureDefinition-shr-actor-MedicalSpecialty-extension.json.html",
|
1179
|
+
"StructureDefinition-shr-actor-MedicalSpecialty-extension.ttl.html",
|
1180
|
+
"StructureDefinition-shr-actor-MedicalSpecialty-extension.xml.html",
|
1181
|
+
"StructureDefinition-shr-actor-NoPrimaryCareProvider-definitions.html",
|
1182
|
+
"StructureDefinition-shr-actor-NoPrimaryCareProvider.html",
|
1183
|
+
"StructureDefinition-shr-actor-NoPrimaryCareProvider.json.html",
|
1184
|
+
"StructureDefinition-shr-actor-NoPrimaryCareProvider.ttl.html",
|
1185
|
+
"StructureDefinition-shr-actor-NoPrimaryCareProvider.xml.html",
|
1186
|
+
"StructureDefinition-shr-actor-Organization-definitions.html",
|
1187
|
+
"StructureDefinition-shr-actor-Organization.html",
|
1188
|
+
"StructureDefinition-shr-actor-Organization.json.html",
|
1189
|
+
"StructureDefinition-shr-actor-Organization.ttl.html",
|
1190
|
+
"StructureDefinition-shr-actor-Organization.xml.html",
|
1191
|
+
"StructureDefinition-shr-actor-Participant-extension-definitions.html",
|
1192
|
+
"StructureDefinition-shr-actor-Participant-extension.html",
|
1193
|
+
"StructureDefinition-shr-actor-Participant-extension.json.html",
|
1194
|
+
"StructureDefinition-shr-actor-Participant-extension.ttl.html",
|
1195
|
+
"StructureDefinition-shr-actor-Participant-extension.xml.html",
|
1196
|
+
"StructureDefinition-shr-actor-ParticipationType-extension-definitions.html",
|
1197
|
+
"StructureDefinition-shr-actor-ParticipationType-extension.html",
|
1198
|
+
"StructureDefinition-shr-actor-ParticipationType-extension.json.html",
|
1199
|
+
"StructureDefinition-shr-actor-ParticipationType-extension.ttl.html",
|
1200
|
+
"StructureDefinition-shr-actor-ParticipationType-extension.xml.html",
|
1201
|
+
"StructureDefinition-shr-actor-Practitioner-definitions.html",
|
1202
|
+
"StructureDefinition-shr-actor-Practitioner-extension-definitions.html",
|
1203
|
+
"StructureDefinition-shr-actor-Practitioner-extension.html",
|
1204
|
+
"StructureDefinition-shr-actor-Practitioner-extension.json.html",
|
1205
|
+
"StructureDefinition-shr-actor-Practitioner-extension.ttl.html",
|
1206
|
+
"StructureDefinition-shr-actor-Practitioner-extension.xml.html",
|
1207
|
+
"StructureDefinition-shr-actor-Practitioner.html",
|
1208
|
+
"StructureDefinition-shr-actor-Practitioner.json.html",
|
1209
|
+
"StructureDefinition-shr-actor-Practitioner.ttl.html",
|
1210
|
+
"StructureDefinition-shr-actor-Practitioner.xml.html",
|
1211
|
+
"StructureDefinition-shr-actor-PrimaryCareProvider-definitions.html",
|
1212
|
+
"StructureDefinition-shr-actor-PrimaryCareProvider.html",
|
1213
|
+
"StructureDefinition-shr-actor-PrimaryCareProvider.json.html",
|
1214
|
+
"StructureDefinition-shr-actor-PrimaryCareProvider.ttl.html",
|
1215
|
+
"StructureDefinition-shr-actor-PrimaryCareProvider.xml.html",
|
1216
|
+
"StructureDefinition-shr-actor-ProviderRelationship-definitions.html",
|
1217
|
+
"StructureDefinition-shr-actor-ProviderRelationship.html",
|
1218
|
+
"StructureDefinition-shr-actor-ProviderRelationship.json.html",
|
1219
|
+
"StructureDefinition-shr-actor-ProviderRelationship.ttl.html",
|
1220
|
+
"StructureDefinition-shr-actor-ProviderRelationship.xml.html",
|
1221
|
+
"StructureDefinition-shr-actor-RelatedPerson-definitions.html",
|
1222
|
+
"StructureDefinition-shr-actor-RelatedPerson-extension-definitions.html",
|
1223
|
+
"StructureDefinition-shr-actor-RelatedPerson-extension.html",
|
1224
|
+
"StructureDefinition-shr-actor-RelatedPerson-extension.json.html",
|
1225
|
+
"StructureDefinition-shr-actor-RelatedPerson-extension.ttl.html",
|
1226
|
+
"StructureDefinition-shr-actor-RelatedPerson-extension.xml.html",
|
1227
|
+
"StructureDefinition-shr-actor-RelatedPerson.html",
|
1228
|
+
"StructureDefinition-shr-actor-RelatedPerson.json.html",
|
1229
|
+
"StructureDefinition-shr-actor-RelatedPerson.ttl.html",
|
1230
|
+
"StructureDefinition-shr-actor-RelatedPerson.xml.html",
|
1231
|
+
"StructureDefinition-shr-actor-SpokenLanguageProficiency-extension-definitions.html",
|
1232
|
+
"StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.html",
|
1233
|
+
"StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.json.html",
|
1234
|
+
"StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.ttl.html",
|
1235
|
+
"StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.xml.html",
|
1236
|
+
"StructureDefinition-shr-actor-WrittenLanguageProficiency-extension-definitions.html",
|
1237
|
+
"StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.html",
|
1238
|
+
"StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.json.html",
|
1239
|
+
"StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.ttl.html",
|
1240
|
+
"StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.xml.html",
|
1241
|
+
"StructureDefinition-shr-adverse-AdverseReaction-definitions.html",
|
1242
|
+
"StructureDefinition-shr-adverse-AdverseReaction-extension-definitions.html",
|
1243
|
+
"StructureDefinition-shr-adverse-AdverseReaction-extension.html",
|
1244
|
+
"StructureDefinition-shr-adverse-AdverseReaction-extension.json.html",
|
1245
|
+
"StructureDefinition-shr-adverse-AdverseReaction-extension.ttl.html",
|
1246
|
+
"StructureDefinition-shr-adverse-AdverseReaction-extension.xml.html",
|
1247
|
+
"StructureDefinition-shr-adverse-AdverseReaction.html",
|
1248
|
+
"StructureDefinition-shr-adverse-AdverseReaction.json.html",
|
1249
|
+
"StructureDefinition-shr-adverse-AdverseReaction.ttl.html",
|
1250
|
+
"StructureDefinition-shr-adverse-AdverseReaction.xml.html",
|
1251
|
+
"StructureDefinition-shr-adverse-AdverseReactionAttribution-extension-definitions.html",
|
1252
|
+
"StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.html",
|
1253
|
+
"StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.json.html",
|
1254
|
+
"StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.ttl.html",
|
1255
|
+
"StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.xml.html",
|
1256
|
+
"StructureDefinition-shr-adverse-AttributionCertainty-extension-definitions.html",
|
1257
|
+
"StructureDefinition-shr-adverse-AttributionCertainty-extension.html",
|
1258
|
+
"StructureDefinition-shr-adverse-AttributionCertainty-extension.json.html",
|
1259
|
+
"StructureDefinition-shr-adverse-AttributionCertainty-extension.ttl.html",
|
1260
|
+
"StructureDefinition-shr-adverse-AttributionCertainty-extension.xml.html",
|
1261
|
+
"StructureDefinition-shr-allergy-AllergyIntolerance-definitions.html",
|
1262
|
+
"StructureDefinition-shr-allergy-AllergyIntolerance.html",
|
1263
|
+
"StructureDefinition-shr-allergy-AllergyIntolerance.json.html",
|
1264
|
+
"StructureDefinition-shr-allergy-AllergyIntolerance.ttl.html",
|
1265
|
+
"StructureDefinition-shr-allergy-AllergyIntolerance.xml.html",
|
1266
|
+
"StructureDefinition-shr-allergy-DrugAllergy-definitions.html",
|
1267
|
+
"StructureDefinition-shr-allergy-DrugAllergy.html",
|
1268
|
+
"StructureDefinition-shr-allergy-DrugAllergy.json.html",
|
1269
|
+
"StructureDefinition-shr-allergy-DrugAllergy.ttl.html",
|
1270
|
+
"StructureDefinition-shr-allergy-DrugAllergy.xml.html",
|
1271
|
+
"StructureDefinition-shr-allergy-FoodAllergy-definitions.html",
|
1272
|
+
"StructureDefinition-shr-allergy-FoodAllergy-extension-definitions.html",
|
1273
|
+
"StructureDefinition-shr-allergy-FoodAllergy-extension.html",
|
1274
|
+
"StructureDefinition-shr-allergy-FoodAllergy-extension.json.html",
|
1275
|
+
"StructureDefinition-shr-allergy-FoodAllergy-extension.ttl.html",
|
1276
|
+
"StructureDefinition-shr-allergy-FoodAllergy-extension.xml.html",
|
1277
|
+
"StructureDefinition-shr-allergy-FoodAllergy.html",
|
1278
|
+
"StructureDefinition-shr-allergy-FoodAllergy.json.html",
|
1279
|
+
"StructureDefinition-shr-allergy-FoodAllergy.ttl.html",
|
1280
|
+
"StructureDefinition-shr-allergy-FoodAllergy.xml.html",
|
1281
|
+
"StructureDefinition-shr-allergy-NoKnownAllergy-definitions.html",
|
1282
|
+
"StructureDefinition-shr-allergy-NoKnownAllergy.html",
|
1283
|
+
"StructureDefinition-shr-allergy-NoKnownAllergy.json.html",
|
1284
|
+
"StructureDefinition-shr-allergy-NoKnownAllergy.ttl.html",
|
1285
|
+
"StructureDefinition-shr-allergy-NoKnownAllergy.xml.html",
|
1286
|
+
"StructureDefinition-shr-allergy-NoKnownDrugAllergy-definitions.html",
|
1287
|
+
"StructureDefinition-shr-allergy-NoKnownDrugAllergy.html",
|
1288
|
+
"StructureDefinition-shr-allergy-NoKnownDrugAllergy.json.html",
|
1289
|
+
"StructureDefinition-shr-allergy-NoKnownDrugAllergy.ttl.html",
|
1290
|
+
"StructureDefinition-shr-allergy-NoKnownDrugAllergy.xml.html",
|
1291
|
+
"StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy-definitions.html",
|
1292
|
+
"StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.html",
|
1293
|
+
"StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.json.html",
|
1294
|
+
"StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.ttl.html",
|
1295
|
+
"StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.xml.html",
|
1296
|
+
"StructureDefinition-shr-allergy-NoKnownFoodAllergy-definitions.html",
|
1297
|
+
"StructureDefinition-shr-allergy-NoKnownFoodAllergy.html",
|
1298
|
+
"StructureDefinition-shr-allergy-NoKnownFoodAllergy.json.html",
|
1299
|
+
"StructureDefinition-shr-allergy-NoKnownFoodAllergy.ttl.html",
|
1300
|
+
"StructureDefinition-shr-allergy-NoKnownFoodAllergy.xml.html",
|
1301
|
+
"StructureDefinition-shr-base-ActionCode-extension-definitions.html",
|
1302
|
+
"StructureDefinition-shr-base-ActionCode-extension.html",
|
1303
|
+
"StructureDefinition-shr-base-ActionCode-extension.json.html",
|
1304
|
+
"StructureDefinition-shr-base-ActionCode-extension.ttl.html",
|
1305
|
+
"StructureDefinition-shr-base-ActionCode-extension.xml.html",
|
1306
|
+
"StructureDefinition-shr-base-AssociatedEncounter-extension-definitions.html",
|
1307
|
+
"StructureDefinition-shr-base-AssociatedEncounter-extension.html",
|
1308
|
+
"StructureDefinition-shr-base-AssociatedEncounter-extension.json.html",
|
1309
|
+
"StructureDefinition-shr-base-AssociatedEncounter-extension.ttl.html",
|
1310
|
+
"StructureDefinition-shr-base-AssociatedEncounter-extension.xml.html",
|
1311
|
+
"StructureDefinition-shr-base-Author-extension-definitions.html",
|
1312
|
+
"StructureDefinition-shr-base-Author-extension.html",
|
1313
|
+
"StructureDefinition-shr-base-Author-extension.json.html",
|
1314
|
+
"StructureDefinition-shr-base-Author-extension.ttl.html",
|
1315
|
+
"StructureDefinition-shr-base-Author-extension.xml.html",
|
1316
|
+
"StructureDefinition-shr-base-Entry-definitions.html",
|
1317
|
+
"StructureDefinition-shr-base-Entry.html",
|
1318
|
+
"StructureDefinition-shr-base-Entry.json.html",
|
1319
|
+
"StructureDefinition-shr-base-Entry.ttl.html",
|
1320
|
+
"StructureDefinition-shr-base-Entry.xml.html",
|
1321
|
+
"StructureDefinition-shr-base-FocalSubject-extension-definitions.html",
|
1322
|
+
"StructureDefinition-shr-base-FocalSubject-extension.html",
|
1323
|
+
"StructureDefinition-shr-base-FocalSubject-extension.json.html",
|
1324
|
+
"StructureDefinition-shr-base-FocalSubject-extension.ttl.html",
|
1325
|
+
"StructureDefinition-shr-base-FocalSubject-extension.xml.html",
|
1326
|
+
"StructureDefinition-shr-base-Informant-extension-definitions.html",
|
1327
|
+
"StructureDefinition-shr-base-Informant-extension.html",
|
1328
|
+
"StructureDefinition-shr-base-Informant-extension.json.html",
|
1329
|
+
"StructureDefinition-shr-base-Informant-extension.ttl.html",
|
1330
|
+
"StructureDefinition-shr-base-Informant-extension.xml.html",
|
1331
|
+
"StructureDefinition-shr-base-Language-extension-definitions.html",
|
1332
|
+
"StructureDefinition-shr-base-Language-extension.html",
|
1333
|
+
"StructureDefinition-shr-base-Language-extension.json.html",
|
1334
|
+
"StructureDefinition-shr-base-Language-extension.ttl.html",
|
1335
|
+
"StructureDefinition-shr-base-Language-extension.xml.html",
|
1336
|
+
"StructureDefinition-shr-base-Narrative-definitions.html",
|
1337
|
+
"StructureDefinition-shr-base-Narrative.html",
|
1338
|
+
"StructureDefinition-shr-base-Narrative.json.html",
|
1339
|
+
"StructureDefinition-shr-base-Narrative.ttl.html",
|
1340
|
+
"StructureDefinition-shr-base-Narrative.xml.html",
|
1341
|
+
"StructureDefinition-shr-base-NonOccurrenceModifier-extension-definitions.html",
|
1342
|
+
"StructureDefinition-shr-base-NonOccurrenceModifier-extension.html",
|
1343
|
+
"StructureDefinition-shr-base-NonOccurrenceModifier-extension.json.html",
|
1344
|
+
"StructureDefinition-shr-base-NonOccurrenceModifier-extension.ttl.html",
|
1345
|
+
"StructureDefinition-shr-base-NonOccurrenceModifier-extension.xml.html",
|
1346
|
+
"StructureDefinition-shr-base-OriginalCreationDate-extension-definitions.html",
|
1347
|
+
"StructureDefinition-shr-base-OriginalCreationDate-extension.html",
|
1348
|
+
"StructureDefinition-shr-base-OriginalCreationDate-extension.json.html",
|
1349
|
+
"StructureDefinition-shr-base-OriginalCreationDate-extension.ttl.html",
|
1350
|
+
"StructureDefinition-shr-base-OriginalCreationDate-extension.xml.html",
|
1351
|
+
"StructureDefinition-shr-base-PatientInstructions-extension-definitions.html",
|
1352
|
+
"StructureDefinition-shr-base-PatientInstructions-extension.html",
|
1353
|
+
"StructureDefinition-shr-base-PatientInstructions-extension.json.html",
|
1354
|
+
"StructureDefinition-shr-base-PatientInstructions-extension.ttl.html",
|
1355
|
+
"StructureDefinition-shr-base-PatientInstructions-extension.xml.html",
|
1356
|
+
"StructureDefinition-shr-base-PerformerInstructions-extension-definitions.html",
|
1357
|
+
"StructureDefinition-shr-base-PerformerInstructions-extension.html",
|
1358
|
+
"StructureDefinition-shr-base-PerformerInstructions-extension.json.html",
|
1359
|
+
"StructureDefinition-shr-base-PerformerInstructions-extension.ttl.html",
|
1360
|
+
"StructureDefinition-shr-base-PerformerInstructions-extension.xml.html",
|
1361
|
+
"StructureDefinition-shr-base-ShrId-extension-definitions.html",
|
1362
|
+
"StructureDefinition-shr-base-ShrId-extension.html",
|
1363
|
+
"StructureDefinition-shr-base-ShrId-extension.json.html",
|
1364
|
+
"StructureDefinition-shr-base-ShrId-extension.ttl.html",
|
1365
|
+
"StructureDefinition-shr-base-ShrId-extension.xml.html",
|
1366
|
+
"StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension-definitions.html",
|
1367
|
+
"StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.html",
|
1368
|
+
"StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.json.html",
|
1369
|
+
"StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.ttl.html",
|
1370
|
+
"StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.xml.html",
|
1371
|
+
"StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension-definitions.html",
|
1372
|
+
"StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.html",
|
1373
|
+
"StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.json.html",
|
1374
|
+
"StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.ttl.html",
|
1375
|
+
"StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.xml.html",
|
1376
|
+
"StructureDefinition-shr-behavior-AlcoholUse-definitions.html",
|
1377
|
+
"StructureDefinition-shr-behavior-AlcoholUse.html",
|
1378
|
+
"StructureDefinition-shr-behavior-AlcoholUse.json.html",
|
1379
|
+
"StructureDefinition-shr-behavior-AlcoholUse.ttl.html",
|
1380
|
+
"StructureDefinition-shr-behavior-AlcoholUse.xml.html",
|
1381
|
+
"StructureDefinition-shr-behavior-AssessmentTool-extension-definitions.html",
|
1382
|
+
"StructureDefinition-shr-behavior-AssessmentTool-extension.html",
|
1383
|
+
"StructureDefinition-shr-behavior-AssessmentTool-extension.json.html",
|
1384
|
+
"StructureDefinition-shr-behavior-AssessmentTool-extension.ttl.html",
|
1385
|
+
"StructureDefinition-shr-behavior-AssessmentTool-extension.xml.html",
|
1386
|
+
"StructureDefinition-shr-behavior-BehavioralObservation-definitions.html",
|
1387
|
+
"StructureDefinition-shr-behavior-BehavioralObservation.html",
|
1388
|
+
"StructureDefinition-shr-behavior-BehavioralObservation.json.html",
|
1389
|
+
"StructureDefinition-shr-behavior-BehavioralObservation.ttl.html",
|
1390
|
+
"StructureDefinition-shr-behavior-BehavioralObservation.xml.html",
|
1391
|
+
"StructureDefinition-shr-behavior-DietAndNutrition-definitions.html",
|
1392
|
+
"StructureDefinition-shr-behavior-DietAndNutrition.html",
|
1393
|
+
"StructureDefinition-shr-behavior-DietAndNutrition.json.html",
|
1394
|
+
"StructureDefinition-shr-behavior-DietAndNutrition.ttl.html",
|
1395
|
+
"StructureDefinition-shr-behavior-DietAndNutrition.xml.html",
|
1396
|
+
"StructureDefinition-shr-behavior-DietNutritionConcern-extension-definitions.html",
|
1397
|
+
"StructureDefinition-shr-behavior-DietNutritionConcern-extension.html",
|
1398
|
+
"StructureDefinition-shr-behavior-DietNutritionConcern-extension.json.html",
|
1399
|
+
"StructureDefinition-shr-behavior-DietNutritionConcern-extension.ttl.html",
|
1400
|
+
"StructureDefinition-shr-behavior-DietNutritionConcern-extension.xml.html",
|
1401
|
+
"StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension-definitions.html",
|
1402
|
+
"StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.html",
|
1403
|
+
"StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.json.html",
|
1404
|
+
"StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.ttl.html",
|
1405
|
+
"StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.xml.html",
|
1406
|
+
"StructureDefinition-shr-behavior-HasSufficientFood-extension-definitions.html",
|
1407
|
+
"StructureDefinition-shr-behavior-HasSufficientFood-extension.html",
|
1408
|
+
"StructureDefinition-shr-behavior-HasSufficientFood-extension.json.html",
|
1409
|
+
"StructureDefinition-shr-behavior-HasSufficientFood-extension.ttl.html",
|
1410
|
+
"StructureDefinition-shr-behavior-HasSufficientFood-extension.xml.html",
|
1411
|
+
"StructureDefinition-shr-behavior-HoursSleepPerNight-extension-definitions.html",
|
1412
|
+
"StructureDefinition-shr-behavior-HoursSleepPerNight-extension.html",
|
1413
|
+
"StructureDefinition-shr-behavior-HoursSleepPerNight-extension.json.html",
|
1414
|
+
"StructureDefinition-shr-behavior-HoursSleepPerNight-extension.ttl.html",
|
1415
|
+
"StructureDefinition-shr-behavior-HoursSleepPerNight-extension.xml.html",
|
1416
|
+
"StructureDefinition-shr-behavior-IntravenousDrugUse-definitions.html",
|
1417
|
+
"StructureDefinition-shr-behavior-IntravenousDrugUse.html",
|
1418
|
+
"StructureDefinition-shr-behavior-IntravenousDrugUse.json.html",
|
1419
|
+
"StructureDefinition-shr-behavior-IntravenousDrugUse.ttl.html",
|
1420
|
+
"StructureDefinition-shr-behavior-IntravenousDrugUse.xml.html",
|
1421
|
+
"StructureDefinition-shr-behavior-NicotineUse-definitions.html",
|
1422
|
+
"StructureDefinition-shr-behavior-NicotineUse.html",
|
1423
|
+
"StructureDefinition-shr-behavior-NicotineUse.json.html",
|
1424
|
+
"StructureDefinition-shr-behavior-NicotineUse.ttl.html",
|
1425
|
+
"StructureDefinition-shr-behavior-NicotineUse.xml.html",
|
1426
|
+
"StructureDefinition-shr-behavior-ONCSmokingStatus-definitions.html",
|
1427
|
+
"StructureDefinition-shr-behavior-ONCSmokingStatus.html",
|
1428
|
+
"StructureDefinition-shr-behavior-ONCSmokingStatus.json.html",
|
1429
|
+
"StructureDefinition-shr-behavior-ONCSmokingStatus.ttl.html",
|
1430
|
+
"StructureDefinition-shr-behavior-ONCSmokingStatus.xml.html",
|
1431
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLevel-definitions.html",
|
1432
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLevel.html",
|
1433
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLevel.json.html",
|
1434
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLevel.ttl.html",
|
1435
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLevel.xml.html",
|
1436
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension-definitions.html",
|
1437
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.html",
|
1438
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.json.html",
|
1439
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.ttl.html",
|
1440
|
+
"StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.xml.html",
|
1441
|
+
"StructureDefinition-shr-behavior-ReadinessToChange-extension-definitions.html",
|
1442
|
+
"StructureDefinition-shr-behavior-ReadinessToChange-extension.html",
|
1443
|
+
"StructureDefinition-shr-behavior-ReadinessToChange-extension.json.html",
|
1444
|
+
"StructureDefinition-shr-behavior-ReadinessToChange-extension.ttl.html",
|
1445
|
+
"StructureDefinition-shr-behavior-ReadinessToChange-extension.xml.html",
|
1446
|
+
"StructureDefinition-shr-behavior-ReligiousPractice-definitions.html",
|
1447
|
+
"StructureDefinition-shr-behavior-ReligiousPractice.html",
|
1448
|
+
"StructureDefinition-shr-behavior-ReligiousPractice.json.html",
|
1449
|
+
"StructureDefinition-shr-behavior-ReligiousPractice.ttl.html",
|
1450
|
+
"StructureDefinition-shr-behavior-ReligiousPractice.xml.html",
|
1451
|
+
"StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension-definitions.html",
|
1452
|
+
"StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.html",
|
1453
|
+
"StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.json.html",
|
1454
|
+
"StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.ttl.html",
|
1455
|
+
"StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.xml.html",
|
1456
|
+
"StructureDefinition-shr-behavior-ReligiousRestriction-extension-definitions.html",
|
1457
|
+
"StructureDefinition-shr-behavior-ReligiousRestriction-extension.html",
|
1458
|
+
"StructureDefinition-shr-behavior-ReligiousRestriction-extension.json.html",
|
1459
|
+
"StructureDefinition-shr-behavior-ReligiousRestriction-extension.ttl.html",
|
1460
|
+
"StructureDefinition-shr-behavior-ReligiousRestriction-extension.xml.html",
|
1461
|
+
"StructureDefinition-shr-behavior-SleepQuality-definitions.html",
|
1462
|
+
"StructureDefinition-shr-behavior-SleepQuality.html",
|
1463
|
+
"StructureDefinition-shr-behavior-SleepQuality.json.html",
|
1464
|
+
"StructureDefinition-shr-behavior-SleepQuality.ttl.html",
|
1465
|
+
"StructureDefinition-shr-behavior-SleepQuality.xml.html",
|
1466
|
+
"StructureDefinition-shr-behavior-SleepQualityReason-extension-definitions.html",
|
1467
|
+
"StructureDefinition-shr-behavior-SleepQualityReason-extension.html",
|
1468
|
+
"StructureDefinition-shr-behavior-SleepQualityReason-extension.json.html",
|
1469
|
+
"StructureDefinition-shr-behavior-SleepQualityReason-extension.ttl.html",
|
1470
|
+
"StructureDefinition-shr-behavior-SleepQualityReason-extension.xml.html",
|
1471
|
+
"StructureDefinition-shr-behavior-SpecialDietFollowed-extension-definitions.html",
|
1472
|
+
"StructureDefinition-shr-behavior-SpecialDietFollowed-extension.html",
|
1473
|
+
"StructureDefinition-shr-behavior-SpecialDietFollowed-extension.json.html",
|
1474
|
+
"StructureDefinition-shr-behavior-SpecialDietFollowed-extension.ttl.html",
|
1475
|
+
"StructureDefinition-shr-behavior-SpecialDietFollowed-extension.xml.html",
|
1476
|
+
"StructureDefinition-shr-behavior-SubstanceAbuseTreatment-definitions.html",
|
1477
|
+
"StructureDefinition-shr-behavior-SubstanceAbuseTreatment.html",
|
1478
|
+
"StructureDefinition-shr-behavior-SubstanceAbuseTreatment.json.html",
|
1479
|
+
"StructureDefinition-shr-behavior-SubstanceAbuseTreatment.ttl.html",
|
1480
|
+
"StructureDefinition-shr-behavior-SubstanceAbuseTreatment.xml.html",
|
1481
|
+
"StructureDefinition-shr-behavior-SubstanceUse-definitions.html",
|
1482
|
+
"StructureDefinition-shr-behavior-SubstanceUse.html",
|
1483
|
+
"StructureDefinition-shr-behavior-SubstanceUse.json.html",
|
1484
|
+
"StructureDefinition-shr-behavior-SubstanceUse.ttl.html",
|
1485
|
+
"StructureDefinition-shr-behavior-SubstanceUse.xml.html",
|
1486
|
+
"StructureDefinition-shr-behavior-TroubleFallingAsleep-extension-definitions.html",
|
1487
|
+
"StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.html",
|
1488
|
+
"StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.json.html",
|
1489
|
+
"StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.ttl.html",
|
1490
|
+
"StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.xml.html",
|
1491
|
+
"StructureDefinition-shr-behavior-TroubleStayingAsleep-extension-definitions.html",
|
1492
|
+
"StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.html",
|
1493
|
+
"StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.json.html",
|
1494
|
+
"StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.ttl.html",
|
1495
|
+
"StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.xml.html",
|
1496
|
+
"StructureDefinition-shr-behavior-ViolentBehaviorRisk-definitions.html",
|
1497
|
+
"StructureDefinition-shr-behavior-ViolentBehaviorRisk.html",
|
1498
|
+
"StructureDefinition-shr-behavior-ViolentBehaviorRisk.json.html",
|
1499
|
+
"StructureDefinition-shr-behavior-ViolentBehaviorRisk.ttl.html",
|
1500
|
+
"StructureDefinition-shr-behavior-ViolentBehaviorRisk.xml.html",
|
1501
|
+
"StructureDefinition-shr-behavior-ViolentRiskToOthers-extension-definitions.html",
|
1502
|
+
"StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.html",
|
1503
|
+
"StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.json.html",
|
1504
|
+
"StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.ttl.html",
|
1505
|
+
"StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.xml.html",
|
1506
|
+
"StructureDefinition-shr-behavior-ViolentRiskToSelf-extension-definitions.html",
|
1507
|
+
"StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.html",
|
1508
|
+
"StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.json.html",
|
1509
|
+
"StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.ttl.html",
|
1510
|
+
"StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.xml.html",
|
1511
|
+
"StructureDefinition-shr-behavior-WakeFeelingRested-extension-definitions.html",
|
1512
|
+
"StructureDefinition-shr-behavior-WakeFeelingRested-extension.html",
|
1513
|
+
"StructureDefinition-shr-behavior-WakeFeelingRested-extension.json.html",
|
1514
|
+
"StructureDefinition-shr-behavior-WakeFeelingRested-extension.ttl.html",
|
1515
|
+
"StructureDefinition-shr-behavior-WakeFeelingRested-extension.xml.html",
|
1516
|
+
"StructureDefinition-shr-core-Address-definitions.html",
|
1517
|
+
"StructureDefinition-shr-core-Address.html",
|
1518
|
+
"StructureDefinition-shr-core-Address.json.html",
|
1519
|
+
"StructureDefinition-shr-core-Address.ttl.html",
|
1520
|
+
"StructureDefinition-shr-core-Address.xml.html",
|
1521
|
+
"StructureDefinition-shr-core-Age-definitions.html",
|
1522
|
+
"StructureDefinition-shr-core-Age-extension-definitions.html",
|
1523
|
+
"StructureDefinition-shr-core-Age-extension.html",
|
1524
|
+
"StructureDefinition-shr-core-Age-extension.json.html",
|
1525
|
+
"StructureDefinition-shr-core-Age-extension.ttl.html",
|
1526
|
+
"StructureDefinition-shr-core-Age-extension.xml.html",
|
1527
|
+
"StructureDefinition-shr-core-Age.html",
|
1528
|
+
"StructureDefinition-shr-core-Age.json.html",
|
1529
|
+
"StructureDefinition-shr-core-Age.ttl.html",
|
1530
|
+
"StructureDefinition-shr-core-Age.xml.html",
|
1531
|
+
"StructureDefinition-shr-core-AgeGroup-extension-definitions.html",
|
1532
|
+
"StructureDefinition-shr-core-AgeGroup-extension.html",
|
1533
|
+
"StructureDefinition-shr-core-AgeGroup-extension.json.html",
|
1534
|
+
"StructureDefinition-shr-core-AgeGroup-extension.ttl.html",
|
1535
|
+
"StructureDefinition-shr-core-AgeGroup-extension.xml.html",
|
1536
|
+
"StructureDefinition-shr-core-AgeRange-extension-definitions.html",
|
1537
|
+
"StructureDefinition-shr-core-AgeRange-extension.html",
|
1538
|
+
"StructureDefinition-shr-core-AgeRange-extension.json.html",
|
1539
|
+
"StructureDefinition-shr-core-AgeRange-extension.ttl.html",
|
1540
|
+
"StructureDefinition-shr-core-AgeRange-extension.xml.html",
|
1541
|
+
"StructureDefinition-shr-core-Annotation-definitions.html",
|
1542
|
+
"StructureDefinition-shr-core-Annotation.html",
|
1543
|
+
"StructureDefinition-shr-core-Annotation.json.html",
|
1544
|
+
"StructureDefinition-shr-core-Annotation.ttl.html",
|
1545
|
+
"StructureDefinition-shr-core-Annotation.xml.html",
|
1546
|
+
"StructureDefinition-shr-core-Area-extension-definitions.html",
|
1547
|
+
"StructureDefinition-shr-core-Area-extension.html",
|
1548
|
+
"StructureDefinition-shr-core-Area-extension.json.html",
|
1549
|
+
"StructureDefinition-shr-core-Area-extension.ttl.html",
|
1550
|
+
"StructureDefinition-shr-core-Area-extension.xml.html",
|
1551
|
+
"StructureDefinition-shr-core-BodySite-definitions.html",
|
1552
|
+
"StructureDefinition-shr-core-BodySite-extension-definitions.html",
|
1553
|
+
"StructureDefinition-shr-core-BodySite-extension.html",
|
1554
|
+
"StructureDefinition-shr-core-BodySite-extension.json.html",
|
1555
|
+
"StructureDefinition-shr-core-BodySite-extension.ttl.html",
|
1556
|
+
"StructureDefinition-shr-core-BodySite-extension.xml.html",
|
1557
|
+
"StructureDefinition-shr-core-BodySite.html",
|
1558
|
+
"StructureDefinition-shr-core-BodySite.json.html",
|
1559
|
+
"StructureDefinition-shr-core-BodySite.ttl.html",
|
1560
|
+
"StructureDefinition-shr-core-BodySite.xml.html",
|
1561
|
+
"StructureDefinition-shr-core-Circumference-extension-definitions.html",
|
1562
|
+
"StructureDefinition-shr-core-Circumference-extension.html",
|
1563
|
+
"StructureDefinition-shr-core-Circumference-extension.json.html",
|
1564
|
+
"StructureDefinition-shr-core-Circumference-extension.ttl.html",
|
1565
|
+
"StructureDefinition-shr-core-Circumference-extension.xml.html",
|
1566
|
+
"StructureDefinition-shr-core-ClockDirection-extension-definitions.html",
|
1567
|
+
"StructureDefinition-shr-core-ClockDirection-extension.html",
|
1568
|
+
"StructureDefinition-shr-core-ClockDirection-extension.json.html",
|
1569
|
+
"StructureDefinition-shr-core-ClockDirection-extension.ttl.html",
|
1570
|
+
"StructureDefinition-shr-core-ClockDirection-extension.xml.html",
|
1571
|
+
"StructureDefinition-shr-core-CodeableConcept-definitions.html",
|
1572
|
+
"StructureDefinition-shr-core-CodeableConcept-extension-definitions.html",
|
1573
|
+
"StructureDefinition-shr-core-CodeableConcept-extension.html",
|
1574
|
+
"StructureDefinition-shr-core-CodeableConcept-extension.json.html",
|
1575
|
+
"StructureDefinition-shr-core-CodeableConcept-extension.ttl.html",
|
1576
|
+
"StructureDefinition-shr-core-CodeableConcept-extension.xml.html",
|
1577
|
+
"StructureDefinition-shr-core-CodeableConcept.html",
|
1578
|
+
"StructureDefinition-shr-core-CodeableConcept.json.html",
|
1579
|
+
"StructureDefinition-shr-core-CodeableConcept.ttl.html",
|
1580
|
+
"StructureDefinition-shr-core-CodeableConcept.xml.html",
|
1581
|
+
"StructureDefinition-shr-core-Coding-definitions.html",
|
1582
|
+
"StructureDefinition-shr-core-Coding.html",
|
1583
|
+
"StructureDefinition-shr-core-Coding.json.html",
|
1584
|
+
"StructureDefinition-shr-core-Coding.ttl.html",
|
1585
|
+
"StructureDefinition-shr-core-Coding.xml.html",
|
1586
|
+
"StructureDefinition-shr-core-CodingQualifier-extension-definitions.html",
|
1587
|
+
"StructureDefinition-shr-core-CodingQualifier-extension.html",
|
1588
|
+
"StructureDefinition-shr-core-CodingQualifier-extension.json.html",
|
1589
|
+
"StructureDefinition-shr-core-CodingQualifier-extension.ttl.html",
|
1590
|
+
"StructureDefinition-shr-core-CodingQualifier-extension.xml.html",
|
1591
|
+
"StructureDefinition-shr-core-Count-extension-definitions.html",
|
1592
|
+
"StructureDefinition-shr-core-Count-extension.html",
|
1593
|
+
"StructureDefinition-shr-core-Count-extension.json.html",
|
1594
|
+
"StructureDefinition-shr-core-Count-extension.ttl.html",
|
1595
|
+
"StructureDefinition-shr-core-Count-extension.xml.html",
|
1596
|
+
"StructureDefinition-shr-core-Country-extension-definitions.html",
|
1597
|
+
"StructureDefinition-shr-core-Country-extension.html",
|
1598
|
+
"StructureDefinition-shr-core-Country-extension.json.html",
|
1599
|
+
"StructureDefinition-shr-core-Country-extension.ttl.html",
|
1600
|
+
"StructureDefinition-shr-core-Country-extension.xml.html",
|
1601
|
+
"StructureDefinition-shr-core-Depth-extension-definitions.html",
|
1602
|
+
"StructureDefinition-shr-core-Depth-extension.html",
|
1603
|
+
"StructureDefinition-shr-core-Depth-extension.json.html",
|
1604
|
+
"StructureDefinition-shr-core-Depth-extension.ttl.html",
|
1605
|
+
"StructureDefinition-shr-core-Depth-extension.xml.html",
|
1606
|
+
"StructureDefinition-shr-core-Details-extension-definitions.html",
|
1607
|
+
"StructureDefinition-shr-core-Details-extension.html",
|
1608
|
+
"StructureDefinition-shr-core-Details-extension.json.html",
|
1609
|
+
"StructureDefinition-shr-core-Details-extension.ttl.html",
|
1610
|
+
"StructureDefinition-shr-core-Details-extension.xml.html",
|
1611
|
+
"StructureDefinition-shr-core-DollarAmount-definitions.html",
|
1612
|
+
"StructureDefinition-shr-core-DollarAmount.html",
|
1613
|
+
"StructureDefinition-shr-core-DollarAmount.json.html",
|
1614
|
+
"StructureDefinition-shr-core-DollarAmount.ttl.html",
|
1615
|
+
"StructureDefinition-shr-core-DollarAmount.xml.html",
|
1616
|
+
"StructureDefinition-shr-core-Duration-definitions.html",
|
1617
|
+
"StructureDefinition-shr-core-Duration-extension-definitions.html",
|
1618
|
+
"StructureDefinition-shr-core-Duration-extension.html",
|
1619
|
+
"StructureDefinition-shr-core-Duration-extension.json.html",
|
1620
|
+
"StructureDefinition-shr-core-Duration-extension.ttl.html",
|
1621
|
+
"StructureDefinition-shr-core-Duration-extension.xml.html",
|
1622
|
+
"StructureDefinition-shr-core-Duration.html",
|
1623
|
+
"StructureDefinition-shr-core-Duration.json.html",
|
1624
|
+
"StructureDefinition-shr-core-Duration.ttl.html",
|
1625
|
+
"StructureDefinition-shr-core-Duration.xml.html",
|
1626
|
+
"StructureDefinition-shr-core-EffectiveDate-extension-definitions.html",
|
1627
|
+
"StructureDefinition-shr-core-EffectiveDate-extension.html",
|
1628
|
+
"StructureDefinition-shr-core-EffectiveDate-extension.json.html",
|
1629
|
+
"StructureDefinition-shr-core-EffectiveDate-extension.ttl.html",
|
1630
|
+
"StructureDefinition-shr-core-EffectiveDate-extension.xml.html",
|
1631
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod-definitions.html",
|
1632
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod-extension-definitions.html",
|
1633
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod-extension.html",
|
1634
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod-extension.json.html",
|
1635
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod-extension.ttl.html",
|
1636
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod-extension.xml.html",
|
1637
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod.html",
|
1638
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod.json.html",
|
1639
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod.ttl.html",
|
1640
|
+
"StructureDefinition-shr-core-EffectiveTimePeriod.xml.html",
|
1641
|
+
"StructureDefinition-shr-core-Explanation-extension-definitions.html",
|
1642
|
+
"StructureDefinition-shr-core-Explanation-extension.html",
|
1643
|
+
"StructureDefinition-shr-core-Explanation-extension.json.html",
|
1644
|
+
"StructureDefinition-shr-core-Explanation-extension.ttl.html",
|
1645
|
+
"StructureDefinition-shr-core-Explanation-extension.xml.html",
|
1646
|
+
"StructureDefinition-shr-core-Frequency-extension-definitions.html",
|
1647
|
+
"StructureDefinition-shr-core-Frequency-extension.html",
|
1648
|
+
"StructureDefinition-shr-core-Frequency-extension.json.html",
|
1649
|
+
"StructureDefinition-shr-core-Frequency-extension.ttl.html",
|
1650
|
+
"StructureDefinition-shr-core-Frequency-extension.xml.html",
|
1651
|
+
"StructureDefinition-shr-core-GeneralizedAge-extension-definitions.html",
|
1652
|
+
"StructureDefinition-shr-core-GeneralizedAge-extension.html",
|
1653
|
+
"StructureDefinition-shr-core-GeneralizedAge-extension.json.html",
|
1654
|
+
"StructureDefinition-shr-core-GeneralizedAge-extension.ttl.html",
|
1655
|
+
"StructureDefinition-shr-core-GeneralizedAge-extension.xml.html",
|
1656
|
+
"StructureDefinition-shr-core-GeneralizedDateTime-extension-definitions.html",
|
1657
|
+
"StructureDefinition-shr-core-GeneralizedDateTime-extension.html",
|
1658
|
+
"StructureDefinition-shr-core-GeneralizedDateTime-extension.json.html",
|
1659
|
+
"StructureDefinition-shr-core-GeneralizedDateTime-extension.ttl.html",
|
1660
|
+
"StructureDefinition-shr-core-GeneralizedDateTime-extension.xml.html",
|
1661
|
+
"StructureDefinition-shr-core-GeneralizedLikelihood-extension-definitions.html",
|
1662
|
+
"StructureDefinition-shr-core-GeneralizedLikelihood-extension.html",
|
1663
|
+
"StructureDefinition-shr-core-GeneralizedLikelihood-extension.json.html",
|
1664
|
+
"StructureDefinition-shr-core-GeneralizedLikelihood-extension.ttl.html",
|
1665
|
+
"StructureDefinition-shr-core-GeneralizedLikelihood-extension.xml.html",
|
1666
|
+
"StructureDefinition-shr-core-GeneralizedTemporalContext-extension-definitions.html",
|
1667
|
+
"StructureDefinition-shr-core-GeneralizedTemporalContext-extension.html",
|
1668
|
+
"StructureDefinition-shr-core-GeneralizedTemporalContext-extension.json.html",
|
1669
|
+
"StructureDefinition-shr-core-GeneralizedTemporalContext-extension.ttl.html",
|
1670
|
+
"StructureDefinition-shr-core-GeneralizedTemporalContext-extension.xml.html",
|
1671
|
+
"StructureDefinition-shr-core-GeopoliticalLocation-definitions.html",
|
1672
|
+
"StructureDefinition-shr-core-GeopoliticalLocation.html",
|
1673
|
+
"StructureDefinition-shr-core-GeopoliticalLocation.json.html",
|
1674
|
+
"StructureDefinition-shr-core-GeopoliticalLocation.ttl.html",
|
1675
|
+
"StructureDefinition-shr-core-GeopoliticalLocation.xml.html",
|
1676
|
+
"StructureDefinition-shr-core-Geoposition-definitions.html",
|
1677
|
+
"StructureDefinition-shr-core-Geoposition.html",
|
1678
|
+
"StructureDefinition-shr-core-Geoposition.json.html",
|
1679
|
+
"StructureDefinition-shr-core-Geoposition.ttl.html",
|
1680
|
+
"StructureDefinition-shr-core-Geoposition.xml.html",
|
1681
|
+
"StructureDefinition-shr-core-GestationalAge-extension-definitions.html",
|
1682
|
+
"StructureDefinition-shr-core-GestationalAge-extension.html",
|
1683
|
+
"StructureDefinition-shr-core-GestationalAge-extension.json.html",
|
1684
|
+
"StructureDefinition-shr-core-GestationalAge-extension.ttl.html",
|
1685
|
+
"StructureDefinition-shr-core-GestationalAge-extension.xml.html",
|
1686
|
+
"StructureDefinition-shr-core-GestationalTemporalContext-extension-definitions.html",
|
1687
|
+
"StructureDefinition-shr-core-GestationalTemporalContext-extension.html",
|
1688
|
+
"StructureDefinition-shr-core-GestationalTemporalContext-extension.json.html",
|
1689
|
+
"StructureDefinition-shr-core-GestationalTemporalContext-extension.ttl.html",
|
1690
|
+
"StructureDefinition-shr-core-GestationalTemporalContext-extension.xml.html",
|
1691
|
+
"StructureDefinition-shr-core-GestationalTimePeriod-extension-definitions.html",
|
1692
|
+
"StructureDefinition-shr-core-GestationalTimePeriod-extension.html",
|
1693
|
+
"StructureDefinition-shr-core-GestationalTimePeriod-extension.json.html",
|
1694
|
+
"StructureDefinition-shr-core-GestationalTimePeriod-extension.ttl.html",
|
1695
|
+
"StructureDefinition-shr-core-GestationalTimePeriod-extension.xml.html",
|
1696
|
+
"StructureDefinition-shr-core-HumanName-definitions.html",
|
1697
|
+
"StructureDefinition-shr-core-HumanName.html",
|
1698
|
+
"StructureDefinition-shr-core-HumanName.json.html",
|
1699
|
+
"StructureDefinition-shr-core-HumanName.ttl.html",
|
1700
|
+
"StructureDefinition-shr-core-HumanName.xml.html",
|
1701
|
+
"StructureDefinition-shr-core-Identifier-definitions.html",
|
1702
|
+
"StructureDefinition-shr-core-Identifier.html",
|
1703
|
+
"StructureDefinition-shr-core-Identifier.json.html",
|
1704
|
+
"StructureDefinition-shr-core-Identifier.ttl.html",
|
1705
|
+
"StructureDefinition-shr-core-Identifier.xml.html",
|
1706
|
+
"StructureDefinition-shr-core-Length-extension-definitions.html",
|
1707
|
+
"StructureDefinition-shr-core-Length-extension.html",
|
1708
|
+
"StructureDefinition-shr-core-Length-extension.json.html",
|
1709
|
+
"StructureDefinition-shr-core-Length-extension.ttl.html",
|
1710
|
+
"StructureDefinition-shr-core-Length-extension.xml.html",
|
1711
|
+
"StructureDefinition-shr-core-Likelihood-extension-definitions.html",
|
1712
|
+
"StructureDefinition-shr-core-Likelihood-extension.html",
|
1713
|
+
"StructureDefinition-shr-core-Likelihood-extension.json.html",
|
1714
|
+
"StructureDefinition-shr-core-Likelihood-extension.ttl.html",
|
1715
|
+
"StructureDefinition-shr-core-Likelihood-extension.xml.html",
|
1716
|
+
"StructureDefinition-shr-core-Location-extension-definitions.html",
|
1717
|
+
"StructureDefinition-shr-core-Location-extension.html",
|
1718
|
+
"StructureDefinition-shr-core-Location-extension.json.html",
|
1719
|
+
"StructureDefinition-shr-core-Location-extension.ttl.html",
|
1720
|
+
"StructureDefinition-shr-core-Location-extension.xml.html",
|
1721
|
+
"StructureDefinition-shr-core-LowerBound-definitions.html",
|
1722
|
+
"StructureDefinition-shr-core-LowerBound-extension-definitions.html",
|
1723
|
+
"StructureDefinition-shr-core-LowerBound-extension.html",
|
1724
|
+
"StructureDefinition-shr-core-LowerBound-extension.json.html",
|
1725
|
+
"StructureDefinition-shr-core-LowerBound-extension.ttl.html",
|
1726
|
+
"StructureDefinition-shr-core-LowerBound-extension.xml.html",
|
1727
|
+
"StructureDefinition-shr-core-LowerBound.html",
|
1728
|
+
"StructureDefinition-shr-core-LowerBound.json.html",
|
1729
|
+
"StructureDefinition-shr-core-LowerBound.ttl.html",
|
1730
|
+
"StructureDefinition-shr-core-LowerBound.xml.html",
|
1731
|
+
"StructureDefinition-shr-core-OccurrenceTime-extension-definitions.html",
|
1732
|
+
"StructureDefinition-shr-core-OccurrenceTime-extension.html",
|
1733
|
+
"StructureDefinition-shr-core-OccurrenceTime-extension.json.html",
|
1734
|
+
"StructureDefinition-shr-core-OccurrenceTime-extension.ttl.html",
|
1735
|
+
"StructureDefinition-shr-core-OccurrenceTime-extension.xml.html",
|
1736
|
+
"StructureDefinition-shr-core-Percentage-extension-definitions.html",
|
1737
|
+
"StructureDefinition-shr-core-Percentage-extension.html",
|
1738
|
+
"StructureDefinition-shr-core-Percentage-extension.json.html",
|
1739
|
+
"StructureDefinition-shr-core-Percentage-extension.ttl.html",
|
1740
|
+
"StructureDefinition-shr-core-Percentage-extension.xml.html",
|
1741
|
+
"StructureDefinition-shr-core-PeriodOfUse-definitions.html",
|
1742
|
+
"StructureDefinition-shr-core-PeriodOfUse.html",
|
1743
|
+
"StructureDefinition-shr-core-PeriodOfUse.json.html",
|
1744
|
+
"StructureDefinition-shr-core-PeriodOfUse.ttl.html",
|
1745
|
+
"StructureDefinition-shr-core-PeriodOfUse.xml.html",
|
1746
|
+
"StructureDefinition-shr-core-Priority-extension-definitions.html",
|
1747
|
+
"StructureDefinition-shr-core-Priority-extension.html",
|
1748
|
+
"StructureDefinition-shr-core-Priority-extension.json.html",
|
1749
|
+
"StructureDefinition-shr-core-Priority-extension.ttl.html",
|
1750
|
+
"StructureDefinition-shr-core-Priority-extension.xml.html",
|
1751
|
+
"StructureDefinition-shr-core-QualitativeDateTime-extension-definitions.html",
|
1752
|
+
"StructureDefinition-shr-core-QualitativeDateTime-extension.html",
|
1753
|
+
"StructureDefinition-shr-core-QualitativeDateTime-extension.json.html",
|
1754
|
+
"StructureDefinition-shr-core-QualitativeDateTime-extension.ttl.html",
|
1755
|
+
"StructureDefinition-shr-core-QualitativeDateTime-extension.xml.html",
|
1756
|
+
"StructureDefinition-shr-core-QualitativeLikelihood-extension-definitions.html",
|
1757
|
+
"StructureDefinition-shr-core-QualitativeLikelihood-extension.html",
|
1758
|
+
"StructureDefinition-shr-core-QualitativeLikelihood-extension.json.html",
|
1759
|
+
"StructureDefinition-shr-core-QualitativeLikelihood-extension.ttl.html",
|
1760
|
+
"StructureDefinition-shr-core-QualitativeLikelihood-extension.xml.html",
|
1761
|
+
"StructureDefinition-shr-core-Quantity-definitions.html",
|
1762
|
+
"StructureDefinition-shr-core-Quantity-extension-definitions.html",
|
1763
|
+
"StructureDefinition-shr-core-Quantity-extension.html",
|
1764
|
+
"StructureDefinition-shr-core-Quantity-extension.json.html",
|
1765
|
+
"StructureDefinition-shr-core-Quantity-extension.ttl.html",
|
1766
|
+
"StructureDefinition-shr-core-Quantity-extension.xml.html",
|
1767
|
+
"StructureDefinition-shr-core-Quantity.html",
|
1768
|
+
"StructureDefinition-shr-core-Quantity.json.html",
|
1769
|
+
"StructureDefinition-shr-core-Quantity.ttl.html",
|
1770
|
+
"StructureDefinition-shr-core-Quantity.xml.html",
|
1771
|
+
"StructureDefinition-shr-core-Reason-extension-definitions.html",
|
1772
|
+
"StructureDefinition-shr-core-Reason-extension.html",
|
1773
|
+
"StructureDefinition-shr-core-Reason-extension.json.html",
|
1774
|
+
"StructureDefinition-shr-core-Reason-extension.ttl.html",
|
1775
|
+
"StructureDefinition-shr-core-Reason-extension.xml.html",
|
1776
|
+
"StructureDefinition-shr-core-Setting-extension-definitions.html",
|
1777
|
+
"StructureDefinition-shr-core-Setting-extension.html",
|
1778
|
+
"StructureDefinition-shr-core-Setting-extension.json.html",
|
1779
|
+
"StructureDefinition-shr-core-Setting-extension.ttl.html",
|
1780
|
+
"StructureDefinition-shr-core-Setting-extension.xml.html",
|
1781
|
+
"StructureDefinition-shr-core-State-extension-definitions.html",
|
1782
|
+
"StructureDefinition-shr-core-State-extension.html",
|
1783
|
+
"StructureDefinition-shr-core-State-extension.json.html",
|
1784
|
+
"StructureDefinition-shr-core-State-extension.ttl.html",
|
1785
|
+
"StructureDefinition-shr-core-State-extension.xml.html",
|
1786
|
+
"StructureDefinition-shr-core-Statistic-definitions.html",
|
1787
|
+
"StructureDefinition-shr-core-Statistic.html",
|
1788
|
+
"StructureDefinition-shr-core-Statistic.json.html",
|
1789
|
+
"StructureDefinition-shr-core-Statistic.ttl.html",
|
1790
|
+
"StructureDefinition-shr-core-Statistic.xml.html",
|
1791
|
+
"StructureDefinition-shr-core-StatisticType-extension-definitions.html",
|
1792
|
+
"StructureDefinition-shr-core-StatisticType-extension.html",
|
1793
|
+
"StructureDefinition-shr-core-StatisticType-extension.json.html",
|
1794
|
+
"StructureDefinition-shr-core-StatisticType-extension.ttl.html",
|
1795
|
+
"StructureDefinition-shr-core-StatisticType-extension.xml.html",
|
1796
|
+
"StructureDefinition-shr-core-Substance-extension-definitions.html",
|
1797
|
+
"StructureDefinition-shr-core-Substance-extension.html",
|
1798
|
+
"StructureDefinition-shr-core-Substance-extension.json.html",
|
1799
|
+
"StructureDefinition-shr-core-Substance-extension.ttl.html",
|
1800
|
+
"StructureDefinition-shr-core-Substance-extension.xml.html",
|
1801
|
+
"StructureDefinition-shr-core-TimePeriod-definitions.html",
|
1802
|
+
"StructureDefinition-shr-core-TimePeriod-extension-definitions.html",
|
1803
|
+
"StructureDefinition-shr-core-TimePeriod-extension.html",
|
1804
|
+
"StructureDefinition-shr-core-TimePeriod-extension.json.html",
|
1805
|
+
"StructureDefinition-shr-core-TimePeriod-extension.ttl.html",
|
1806
|
+
"StructureDefinition-shr-core-TimePeriod-extension.xml.html",
|
1807
|
+
"StructureDefinition-shr-core-TimePeriod.html",
|
1808
|
+
"StructureDefinition-shr-core-TimePeriod.json.html",
|
1809
|
+
"StructureDefinition-shr-core-TimePeriod.ttl.html",
|
1810
|
+
"StructureDefinition-shr-core-TimePeriod.xml.html",
|
1811
|
+
"StructureDefinition-shr-core-UnitedStatesAddress-definitions.html",
|
1812
|
+
"StructureDefinition-shr-core-UnitedStatesAddress.html",
|
1813
|
+
"StructureDefinition-shr-core-UnitedStatesAddress.json.html",
|
1814
|
+
"StructureDefinition-shr-core-UnitedStatesAddress.ttl.html",
|
1815
|
+
"StructureDefinition-shr-core-UnitedStatesAddress.xml.html",
|
1816
|
+
"StructureDefinition-shr-core-UpperBound-definitions.html",
|
1817
|
+
"StructureDefinition-shr-core-UpperBound-extension-definitions.html",
|
1818
|
+
"StructureDefinition-shr-core-UpperBound-extension.html",
|
1819
|
+
"StructureDefinition-shr-core-UpperBound-extension.json.html",
|
1820
|
+
"StructureDefinition-shr-core-UpperBound-extension.ttl.html",
|
1821
|
+
"StructureDefinition-shr-core-UpperBound-extension.xml.html",
|
1822
|
+
"StructureDefinition-shr-core-UpperBound.html",
|
1823
|
+
"StructureDefinition-shr-core-UpperBound.json.html",
|
1824
|
+
"StructureDefinition-shr-core-UpperBound.ttl.html",
|
1825
|
+
"StructureDefinition-shr-core-UpperBound.xml.html",
|
1826
|
+
"StructureDefinition-shr-core-Volume-extension-definitions.html",
|
1827
|
+
"StructureDefinition-shr-core-Volume-extension.html",
|
1828
|
+
"StructureDefinition-shr-core-Volume-extension.json.html",
|
1829
|
+
"StructureDefinition-shr-core-Volume-extension.ttl.html",
|
1830
|
+
"StructureDefinition-shr-core-Volume-extension.xml.html",
|
1831
|
+
"StructureDefinition-shr-core-Width-extension-definitions.html",
|
1832
|
+
"StructureDefinition-shr-core-Width-extension.html",
|
1833
|
+
"StructureDefinition-shr-core-Width-extension.json.html",
|
1834
|
+
"StructureDefinition-shr-core-Width-extension.ttl.html",
|
1835
|
+
"StructureDefinition-shr-core-Width-extension.xml.html",
|
1836
|
+
"StructureDefinition-shr-demographics-CountryOfIssue-extension-definitions.html",
|
1837
|
+
"StructureDefinition-shr-demographics-CountryOfIssue-extension.html",
|
1838
|
+
"StructureDefinition-shr-demographics-CountryOfIssue-extension.json.html",
|
1839
|
+
"StructureDefinition-shr-demographics-CountryOfIssue-extension.ttl.html",
|
1840
|
+
"StructureDefinition-shr-demographics-CountryOfIssue-extension.xml.html",
|
1841
|
+
"StructureDefinition-shr-demographics-DriversLicenseNumber-extension-definitions.html",
|
1842
|
+
"StructureDefinition-shr-demographics-DriversLicenseNumber-extension.html",
|
1843
|
+
"StructureDefinition-shr-demographics-DriversLicenseNumber-extension.json.html",
|
1844
|
+
"StructureDefinition-shr-demographics-DriversLicenseNumber-extension.ttl.html",
|
1845
|
+
"StructureDefinition-shr-demographics-DriversLicenseNumber-extension.xml.html",
|
1846
|
+
"StructureDefinition-shr-demographics-FamilialRelationship-extension-definitions.html",
|
1847
|
+
"StructureDefinition-shr-demographics-FamilialRelationship-extension.html",
|
1848
|
+
"StructureDefinition-shr-demographics-FamilialRelationship-extension.json.html",
|
1849
|
+
"StructureDefinition-shr-demographics-FamilialRelationship-extension.ttl.html",
|
1850
|
+
"StructureDefinition-shr-demographics-FamilialRelationship-extension.xml.html",
|
1851
|
+
"StructureDefinition-shr-demographics-FathersName-extension-definitions.html",
|
1852
|
+
"StructureDefinition-shr-demographics-FathersName-extension.html",
|
1853
|
+
"StructureDefinition-shr-demographics-FathersName-extension.json.html",
|
1854
|
+
"StructureDefinition-shr-demographics-FathersName-extension.ttl.html",
|
1855
|
+
"StructureDefinition-shr-demographics-FathersName-extension.xml.html",
|
1856
|
+
"StructureDefinition-shr-demographics-HealthInsurance-definitions.html",
|
1857
|
+
"StructureDefinition-shr-demographics-HealthInsurance.html",
|
1858
|
+
"StructureDefinition-shr-demographics-HealthInsurance.json.html",
|
1859
|
+
"StructureDefinition-shr-demographics-HealthInsurance.ttl.html",
|
1860
|
+
"StructureDefinition-shr-demographics-HealthInsurance.xml.html",
|
1861
|
+
"StructureDefinition-shr-demographics-HomeTelephoneNumber-definitions.html",
|
1862
|
+
"StructureDefinition-shr-demographics-HomeTelephoneNumber.html",
|
1863
|
+
"StructureDefinition-shr-demographics-HomeTelephoneNumber.json.html",
|
1864
|
+
"StructureDefinition-shr-demographics-HomeTelephoneNumber.ttl.html",
|
1865
|
+
"StructureDefinition-shr-demographics-HomeTelephoneNumber.xml.html",
|
1866
|
+
"StructureDefinition-shr-demographics-PassportNumber-extension-definitions.html",
|
1867
|
+
"StructureDefinition-shr-demographics-PassportNumber-extension.html",
|
1868
|
+
"StructureDefinition-shr-demographics-PassportNumber-extension.json.html",
|
1869
|
+
"StructureDefinition-shr-demographics-PassportNumber-extension.ttl.html",
|
1870
|
+
"StructureDefinition-shr-demographics-PassportNumber-extension.xml.html",
|
1871
|
+
"StructureDefinition-shr-demographics-PersonOfRecord-definitions.html",
|
1872
|
+
"StructureDefinition-shr-demographics-PersonOfRecord-extension-definitions.html",
|
1873
|
+
"StructureDefinition-shr-demographics-PersonOfRecord-extension.html",
|
1874
|
+
"StructureDefinition-shr-demographics-PersonOfRecord-extension.json.html",
|
1875
|
+
"StructureDefinition-shr-demographics-PersonOfRecord-extension.ttl.html",
|
1876
|
+
"StructureDefinition-shr-demographics-PersonOfRecord-extension.xml.html",
|
1877
|
+
"StructureDefinition-shr-demographics-PersonOfRecord.html",
|
1878
|
+
"StructureDefinition-shr-demographics-PersonOfRecord.json.html",
|
1879
|
+
"StructureDefinition-shr-demographics-PersonOfRecord.ttl.html",
|
1880
|
+
"StructureDefinition-shr-demographics-PersonOfRecord.xml.html",
|
1881
|
+
"StructureDefinition-shr-demographics-SocialSecurityNumber-extension-definitions.html",
|
1882
|
+
"StructureDefinition-shr-demographics-SocialSecurityNumber-extension.html",
|
1883
|
+
"StructureDefinition-shr-demographics-SocialSecurityNumber-extension.json.html",
|
1884
|
+
"StructureDefinition-shr-demographics-SocialSecurityNumber-extension.ttl.html",
|
1885
|
+
"StructureDefinition-shr-demographics-SocialSecurityNumber-extension.xml.html",
|
1886
|
+
"StructureDefinition-shr-demographics-StateOfIssue-extension-definitions.html",
|
1887
|
+
"StructureDefinition-shr-demographics-StateOfIssue-extension.html",
|
1888
|
+
"StructureDefinition-shr-demographics-StateOfIssue-extension.json.html",
|
1889
|
+
"StructureDefinition-shr-demographics-StateOfIssue-extension.ttl.html",
|
1890
|
+
"StructureDefinition-shr-demographics-StateOfIssue-extension.xml.html",
|
1891
|
+
"StructureDefinition-shr-demographics-Telecom-definitions.html",
|
1892
|
+
"StructureDefinition-shr-demographics-Telecom.html",
|
1893
|
+
"StructureDefinition-shr-demographics-Telecom.json.html",
|
1894
|
+
"StructureDefinition-shr-demographics-Telecom.ttl.html",
|
1895
|
+
"StructureDefinition-shr-demographics-Telecom.xml.html",
|
1896
|
+
"StructureDefinition-shr-demographics-TelecomTypeOther-extension-definitions.html",
|
1897
|
+
"StructureDefinition-shr-demographics-TelecomTypeOther-extension.html",
|
1898
|
+
"StructureDefinition-shr-demographics-TelecomTypeOther-extension.json.html",
|
1899
|
+
"StructureDefinition-shr-demographics-TelecomTypeOther-extension.ttl.html",
|
1900
|
+
"StructureDefinition-shr-demographics-TelecomTypeOther-extension.xml.html",
|
1901
|
+
"StructureDefinition-shr-demographics-TelephoneNumber-definitions.html",
|
1902
|
+
"StructureDefinition-shr-demographics-TelephoneNumber.html",
|
1903
|
+
"StructureDefinition-shr-demographics-TelephoneNumber.json.html",
|
1904
|
+
"StructureDefinition-shr-demographics-TelephoneNumber.ttl.html",
|
1905
|
+
"StructureDefinition-shr-demographics-TelephoneNumber.xml.html",
|
1906
|
+
"StructureDefinition-shr-demographics-WorkTelephoneNumber-definitions.html",
|
1907
|
+
"StructureDefinition-shr-demographics-WorkTelephoneNumber.html",
|
1908
|
+
"StructureDefinition-shr-demographics-WorkTelephoneNumber.json.html",
|
1909
|
+
"StructureDefinition-shr-demographics-WorkTelephoneNumber.ttl.html",
|
1910
|
+
"StructureDefinition-shr-demographics-WorkTelephoneNumber.xml.html",
|
1911
|
+
"StructureDefinition-shr-device-Device-definitions.html",
|
1912
|
+
"StructureDefinition-shr-device-Device.html",
|
1913
|
+
"StructureDefinition-shr-device-Device.json.html",
|
1914
|
+
"StructureDefinition-shr-device-Device.ttl.html",
|
1915
|
+
"StructureDefinition-shr-device-Device.xml.html",
|
1916
|
+
"StructureDefinition-shr-device-DeviceUse-definitions.html",
|
1917
|
+
"StructureDefinition-shr-device-DeviceUse.html",
|
1918
|
+
"StructureDefinition-shr-device-DeviceUse.json.html",
|
1919
|
+
"StructureDefinition-shr-device-DeviceUse.ttl.html",
|
1920
|
+
"StructureDefinition-shr-device-DeviceUse.xml.html",
|
1921
|
+
"StructureDefinition-shr-device-DeviceUseStatus-extension-definitions.html",
|
1922
|
+
"StructureDefinition-shr-device-DeviceUseStatus-extension.html",
|
1923
|
+
"StructureDefinition-shr-device-DeviceUseStatus-extension.json.html",
|
1924
|
+
"StructureDefinition-shr-device-DeviceUseStatus-extension.ttl.html",
|
1925
|
+
"StructureDefinition-shr-device-DeviceUseStatus-extension.xml.html",
|
1926
|
+
"StructureDefinition-shr-device-Implanted-extension-definitions.html",
|
1927
|
+
"StructureDefinition-shr-device-Implanted-extension.html",
|
1928
|
+
"StructureDefinition-shr-device-Implanted-extension.json.html",
|
1929
|
+
"StructureDefinition-shr-device-Implanted-extension.ttl.html",
|
1930
|
+
"StructureDefinition-shr-device-Implanted-extension.xml.html",
|
1931
|
+
"StructureDefinition-shr-encounter-Encounter-definitions.html",
|
1932
|
+
"StructureDefinition-shr-encounter-Encounter.html",
|
1933
|
+
"StructureDefinition-shr-encounter-Encounter.json.html",
|
1934
|
+
"StructureDefinition-shr-encounter-Encounter.ttl.html",
|
1935
|
+
"StructureDefinition-shr-encounter-Encounter.xml.html",
|
1936
|
+
"StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension-definitions.html",
|
1937
|
+
"StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.html",
|
1938
|
+
"StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.json.html",
|
1939
|
+
"StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.ttl.html",
|
1940
|
+
"StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.xml.html",
|
1941
|
+
"StructureDefinition-shr-encounter-Facility-definitions.html",
|
1942
|
+
"StructureDefinition-shr-encounter-Facility-extension-definitions.html",
|
1943
|
+
"StructureDefinition-shr-encounter-Facility-extension.html",
|
1944
|
+
"StructureDefinition-shr-encounter-Facility-extension.json.html",
|
1945
|
+
"StructureDefinition-shr-encounter-Facility-extension.ttl.html",
|
1946
|
+
"StructureDefinition-shr-encounter-Facility-extension.xml.html",
|
1947
|
+
"StructureDefinition-shr-encounter-Facility.html",
|
1948
|
+
"StructureDefinition-shr-encounter-Facility.json.html",
|
1949
|
+
"StructureDefinition-shr-encounter-Facility.ttl.html",
|
1950
|
+
"StructureDefinition-shr-encounter-Facility.xml.html",
|
1951
|
+
"StructureDefinition-shr-encounter-MobileFacility-extension-definitions.html",
|
1952
|
+
"StructureDefinition-shr-encounter-MobileFacility-extension.html",
|
1953
|
+
"StructureDefinition-shr-encounter-MobileFacility-extension.json.html",
|
1954
|
+
"StructureDefinition-shr-encounter-MobileFacility-extension.ttl.html",
|
1955
|
+
"StructureDefinition-shr-encounter-MobileFacility-extension.xml.html",
|
1956
|
+
"StructureDefinition-shr-encounter-PaymentSource-extension-definitions.html",
|
1957
|
+
"StructureDefinition-shr-encounter-PaymentSource-extension.html",
|
1958
|
+
"StructureDefinition-shr-encounter-PaymentSource-extension.json.html",
|
1959
|
+
"StructureDefinition-shr-encounter-PaymentSource-extension.ttl.html",
|
1960
|
+
"StructureDefinition-shr-encounter-PaymentSource-extension.xml.html",
|
1961
|
+
"StructureDefinition-shr-encounter-ReferralDate-extension-definitions.html",
|
1962
|
+
"StructureDefinition-shr-encounter-ReferralDate-extension.html",
|
1963
|
+
"StructureDefinition-shr-encounter-ReferralDate-extension.json.html",
|
1964
|
+
"StructureDefinition-shr-encounter-ReferralDate-extension.ttl.html",
|
1965
|
+
"StructureDefinition-shr-encounter-ReferralDate-extension.xml.html",
|
1966
|
+
"StructureDefinition-shr-encounter-ReferralSourceType-extension-definitions.html",
|
1967
|
+
"StructureDefinition-shr-encounter-ReferralSourceType-extension.html",
|
1968
|
+
"StructureDefinition-shr-encounter-ReferralSourceType-extension.json.html",
|
1969
|
+
"StructureDefinition-shr-encounter-ReferralSourceType-extension.ttl.html",
|
1970
|
+
"StructureDefinition-shr-encounter-ReferralSourceType-extension.xml.html",
|
1971
|
+
"StructureDefinition-shr-encounter-TreatmentCooperation-extension-definitions.html",
|
1972
|
+
"StructureDefinition-shr-encounter-TreatmentCooperation-extension.html",
|
1973
|
+
"StructureDefinition-shr-encounter-TreatmentCooperation-extension.json.html",
|
1974
|
+
"StructureDefinition-shr-encounter-TreatmentCooperation-extension.ttl.html",
|
1975
|
+
"StructureDefinition-shr-encounter-TreatmentCooperation-extension.xml.html",
|
1976
|
+
"StructureDefinition-shr-environment-AnimalExposure-definitions.html",
|
1977
|
+
"StructureDefinition-shr-environment-AnimalExposure-extension-definitions.html",
|
1978
|
+
"StructureDefinition-shr-environment-AnimalExposure-extension.html",
|
1979
|
+
"StructureDefinition-shr-environment-AnimalExposure-extension.json.html",
|
1980
|
+
"StructureDefinition-shr-environment-AnimalExposure-extension.ttl.html",
|
1981
|
+
"StructureDefinition-shr-environment-AnimalExposure-extension.xml.html",
|
1982
|
+
"StructureDefinition-shr-environment-AnimalExposure.html",
|
1983
|
+
"StructureDefinition-shr-environment-AnimalExposure.json.html",
|
1984
|
+
"StructureDefinition-shr-environment-AnimalExposure.ttl.html",
|
1985
|
+
"StructureDefinition-shr-environment-AnimalExposure.xml.html",
|
1986
|
+
"StructureDefinition-shr-environment-AnnualIncome-definitions.html",
|
1987
|
+
"StructureDefinition-shr-environment-AnnualIncome-extension-definitions.html",
|
1988
|
+
"StructureDefinition-shr-environment-AnnualIncome-extension.html",
|
1989
|
+
"StructureDefinition-shr-environment-AnnualIncome-extension.json.html",
|
1990
|
+
"StructureDefinition-shr-environment-AnnualIncome-extension.ttl.html",
|
1991
|
+
"StructureDefinition-shr-environment-AnnualIncome-extension.xml.html",
|
1992
|
+
"StructureDefinition-shr-environment-AnnualIncome.html",
|
1993
|
+
"StructureDefinition-shr-environment-AnnualIncome.json.html",
|
1994
|
+
"StructureDefinition-shr-environment-AnnualIncome.ttl.html",
|
1995
|
+
"StructureDefinition-shr-environment-AnnualIncome.xml.html",
|
1996
|
+
"StructureDefinition-shr-environment-CanAffordChildCare-definitions.html",
|
1997
|
+
"StructureDefinition-shr-environment-CanAffordChildCare-extension-definitions.html",
|
1998
|
+
"StructureDefinition-shr-environment-CanAffordChildCare-extension.html",
|
1999
|
+
"StructureDefinition-shr-environment-CanAffordChildCare-extension.json.html",
|
2000
|
+
"StructureDefinition-shr-environment-CanAffordChildCare-extension.ttl.html",
|
2001
|
+
"StructureDefinition-shr-environment-CanAffordChildCare-extension.xml.html",
|
2002
|
+
"StructureDefinition-shr-environment-CanAffordChildCare.html",
|
2003
|
+
"StructureDefinition-shr-environment-CanAffordChildCare.json.html",
|
2004
|
+
"StructureDefinition-shr-environment-CanAffordChildCare.ttl.html",
|
2005
|
+
"StructureDefinition-shr-environment-CanAffordChildCare.xml.html",
|
2006
|
+
"StructureDefinition-shr-environment-CanAffordClothing-definitions.html",
|
2007
|
+
"StructureDefinition-shr-environment-CanAffordClothing-extension-definitions.html",
|
2008
|
+
"StructureDefinition-shr-environment-CanAffordClothing-extension.html",
|
2009
|
+
"StructureDefinition-shr-environment-CanAffordClothing-extension.json.html",
|
2010
|
+
"StructureDefinition-shr-environment-CanAffordClothing-extension.ttl.html",
|
2011
|
+
"StructureDefinition-shr-environment-CanAffordClothing-extension.xml.html",
|
2012
|
+
"StructureDefinition-shr-environment-CanAffordClothing.html",
|
2013
|
+
"StructureDefinition-shr-environment-CanAffordClothing.json.html",
|
2014
|
+
"StructureDefinition-shr-environment-CanAffordClothing.ttl.html",
|
2015
|
+
"StructureDefinition-shr-environment-CanAffordClothing.xml.html",
|
2016
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare-definitions.html",
|
2017
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare-extension-definitions.html",
|
2018
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare-extension.html",
|
2019
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare-extension.json.html",
|
2020
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare-extension.ttl.html",
|
2021
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare-extension.xml.html",
|
2022
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare.html",
|
2023
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare.json.html",
|
2024
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare.ttl.html",
|
2025
|
+
"StructureDefinition-shr-environment-CanAffordDentalCare.xml.html",
|
2026
|
+
"StructureDefinition-shr-environment-CanAffordFood-definitions.html",
|
2027
|
+
"StructureDefinition-shr-environment-CanAffordFood-extension-definitions.html",
|
2028
|
+
"StructureDefinition-shr-environment-CanAffordFood-extension.html",
|
2029
|
+
"StructureDefinition-shr-environment-CanAffordFood-extension.json.html",
|
2030
|
+
"StructureDefinition-shr-environment-CanAffordFood-extension.ttl.html",
|
2031
|
+
"StructureDefinition-shr-environment-CanAffordFood-extension.xml.html",
|
2032
|
+
"StructureDefinition-shr-environment-CanAffordFood.html",
|
2033
|
+
"StructureDefinition-shr-environment-CanAffordFood.json.html",
|
2034
|
+
"StructureDefinition-shr-environment-CanAffordFood.ttl.html",
|
2035
|
+
"StructureDefinition-shr-environment-CanAffordFood.xml.html",
|
2036
|
+
"StructureDefinition-shr-environment-CanAffordHousing-definitions.html",
|
2037
|
+
"StructureDefinition-shr-environment-CanAffordHousing-extension-definitions.html",
|
2038
|
+
"StructureDefinition-shr-environment-CanAffordHousing-extension.html",
|
2039
|
+
"StructureDefinition-shr-environment-CanAffordHousing-extension.json.html",
|
2040
|
+
"StructureDefinition-shr-environment-CanAffordHousing-extension.ttl.html",
|
2041
|
+
"StructureDefinition-shr-environment-CanAffordHousing-extension.xml.html",
|
2042
|
+
"StructureDefinition-shr-environment-CanAffordHousing.html",
|
2043
|
+
"StructureDefinition-shr-environment-CanAffordHousing.json.html",
|
2044
|
+
"StructureDefinition-shr-environment-CanAffordHousing.ttl.html",
|
2045
|
+
"StructureDefinition-shr-environment-CanAffordHousing.xml.html",
|
2046
|
+
"StructureDefinition-shr-environment-CanAffordMedication-definitions.html",
|
2047
|
+
"StructureDefinition-shr-environment-CanAffordMedication-extension-definitions.html",
|
2048
|
+
"StructureDefinition-shr-environment-CanAffordMedication-extension.html",
|
2049
|
+
"StructureDefinition-shr-environment-CanAffordMedication-extension.json.html",
|
2050
|
+
"StructureDefinition-shr-environment-CanAffordMedication-extension.ttl.html",
|
2051
|
+
"StructureDefinition-shr-environment-CanAffordMedication-extension.xml.html",
|
2052
|
+
"StructureDefinition-shr-environment-CanAffordMedication.html",
|
2053
|
+
"StructureDefinition-shr-environment-CanAffordMedication.json.html",
|
2054
|
+
"StructureDefinition-shr-environment-CanAffordMedication.ttl.html",
|
2055
|
+
"StructureDefinition-shr-environment-CanAffordMedication.xml.html",
|
2056
|
+
"StructureDefinition-shr-environment-CanAffordTransportation-definitions.html",
|
2057
|
+
"StructureDefinition-shr-environment-CanAffordTransportation-extension-definitions.html",
|
2058
|
+
"StructureDefinition-shr-environment-CanAffordTransportation-extension.html",
|
2059
|
+
"StructureDefinition-shr-environment-CanAffordTransportation-extension.json.html",
|
2060
|
+
"StructureDefinition-shr-environment-CanAffordTransportation-extension.ttl.html",
|
2061
|
+
"StructureDefinition-shr-environment-CanAffordTransportation-extension.xml.html",
|
2062
|
+
"StructureDefinition-shr-environment-CanAffordTransportation.html",
|
2063
|
+
"StructureDefinition-shr-environment-CanAffordTransportation.json.html",
|
2064
|
+
"StructureDefinition-shr-environment-CanAffordTransportation.ttl.html",
|
2065
|
+
"StructureDefinition-shr-environment-CanAffordTransportation.xml.html",
|
2066
|
+
"StructureDefinition-shr-environment-CanAffordUtilities-definitions.html",
|
2067
|
+
"StructureDefinition-shr-environment-CanAffordUtilities-extension-definitions.html",
|
2068
|
+
"StructureDefinition-shr-environment-CanAffordUtilities-extension.html",
|
2069
|
+
"StructureDefinition-shr-environment-CanAffordUtilities-extension.json.html",
|
2070
|
+
"StructureDefinition-shr-environment-CanAffordUtilities-extension.ttl.html",
|
2071
|
+
"StructureDefinition-shr-environment-CanAffordUtilities-extension.xml.html",
|
2072
|
+
"StructureDefinition-shr-environment-CanAffordUtilities.html",
|
2073
|
+
"StructureDefinition-shr-environment-CanAffordUtilities.json.html",
|
2074
|
+
"StructureDefinition-shr-environment-CanAffordUtilities.ttl.html",
|
2075
|
+
"StructureDefinition-shr-environment-CanAffordUtilities.xml.html",
|
2076
|
+
"StructureDefinition-shr-environment-Coinhabitant-definitions.html",
|
2077
|
+
"StructureDefinition-shr-environment-Coinhabitant-extension-definitions.html",
|
2078
|
+
"StructureDefinition-shr-environment-Coinhabitant-extension.html",
|
2079
|
+
"StructureDefinition-shr-environment-Coinhabitant-extension.json.html",
|
2080
|
+
"StructureDefinition-shr-environment-Coinhabitant-extension.ttl.html",
|
2081
|
+
"StructureDefinition-shr-environment-Coinhabitant-extension.xml.html",
|
2082
|
+
"StructureDefinition-shr-environment-Coinhabitant.html",
|
2083
|
+
"StructureDefinition-shr-environment-Coinhabitant.json.html",
|
2084
|
+
"StructureDefinition-shr-environment-Coinhabitant.ttl.html",
|
2085
|
+
"StructureDefinition-shr-environment-Coinhabitant.xml.html",
|
2086
|
+
"StructureDefinition-shr-environment-DomesticViolence-definitions.html",
|
2087
|
+
"StructureDefinition-shr-environment-DomesticViolence-extension-definitions.html",
|
2088
|
+
"StructureDefinition-shr-environment-DomesticViolence-extension.html",
|
2089
|
+
"StructureDefinition-shr-environment-DomesticViolence-extension.json.html",
|
2090
|
+
"StructureDefinition-shr-environment-DomesticViolence-extension.ttl.html",
|
2091
|
+
"StructureDefinition-shr-environment-DomesticViolence-extension.xml.html",
|
2092
|
+
"StructureDefinition-shr-environment-DomesticViolence.html",
|
2093
|
+
"StructureDefinition-shr-environment-DomesticViolence.json.html",
|
2094
|
+
"StructureDefinition-shr-environment-DomesticViolence.ttl.html",
|
2095
|
+
"StructureDefinition-shr-environment-DomesticViolence.xml.html",
|
2096
|
+
"StructureDefinition-shr-environment-EmotionalSafety-definitions.html",
|
2097
|
+
"StructureDefinition-shr-environment-EmotionalSafety-extension-definitions.html",
|
2098
|
+
"StructureDefinition-shr-environment-EmotionalSafety-extension.html",
|
2099
|
+
"StructureDefinition-shr-environment-EmotionalSafety-extension.json.html",
|
2100
|
+
"StructureDefinition-shr-environment-EmotionalSafety-extension.ttl.html",
|
2101
|
+
"StructureDefinition-shr-environment-EmotionalSafety-extension.xml.html",
|
2102
|
+
"StructureDefinition-shr-environment-EmotionalSafety.html",
|
2103
|
+
"StructureDefinition-shr-environment-EmotionalSafety.json.html",
|
2104
|
+
"StructureDefinition-shr-environment-EmotionalSafety.ttl.html",
|
2105
|
+
"StructureDefinition-shr-environment-EmotionalSafety.xml.html",
|
2106
|
+
"StructureDefinition-shr-environment-EnvironmentalExposuresPanel-definitions.html",
|
2107
|
+
"StructureDefinition-shr-environment-EnvironmentalExposuresPanel.html",
|
2108
|
+
"StructureDefinition-shr-environment-EnvironmentalExposuresPanel.json.html",
|
2109
|
+
"StructureDefinition-shr-environment-EnvironmentalExposuresPanel.ttl.html",
|
2110
|
+
"StructureDefinition-shr-environment-EnvironmentalExposuresPanel.xml.html",
|
2111
|
+
"StructureDefinition-shr-environment-ExposureMethod-extension-definitions.html",
|
2112
|
+
"StructureDefinition-shr-environment-ExposureMethod-extension.html",
|
2113
|
+
"StructureDefinition-shr-environment-ExposureMethod-extension.json.html",
|
2114
|
+
"StructureDefinition-shr-environment-ExposureMethod-extension.ttl.html",
|
2115
|
+
"StructureDefinition-shr-environment-ExposureMethod-extension.xml.html",
|
2116
|
+
"StructureDefinition-shr-environment-ExposureReason-extension-definitions.html",
|
2117
|
+
"StructureDefinition-shr-environment-ExposureReason-extension.html",
|
2118
|
+
"StructureDefinition-shr-environment-ExposureReason-extension.json.html",
|
2119
|
+
"StructureDefinition-shr-environment-ExposureReason-extension.ttl.html",
|
2120
|
+
"StructureDefinition-shr-environment-ExposureReason-extension.xml.html",
|
2121
|
+
"StructureDefinition-shr-environment-ExposureSourceOrVector-extension-definitions.html",
|
2122
|
+
"StructureDefinition-shr-environment-ExposureSourceOrVector-extension.html",
|
2123
|
+
"StructureDefinition-shr-environment-ExposureSourceOrVector-extension.json.html",
|
2124
|
+
"StructureDefinition-shr-environment-ExposureSourceOrVector-extension.ttl.html",
|
2125
|
+
"StructureDefinition-shr-environment-ExposureSourceOrVector-extension.xml.html",
|
2126
|
+
"StructureDefinition-shr-environment-ExposureToSubstance-definitions.html",
|
2127
|
+
"StructureDefinition-shr-environment-ExposureToSubstance.html",
|
2128
|
+
"StructureDefinition-shr-environment-ExposureToSubstance.json.html",
|
2129
|
+
"StructureDefinition-shr-environment-ExposureToSubstance.ttl.html",
|
2130
|
+
"StructureDefinition-shr-environment-ExposureToSubstance.xml.html",
|
2131
|
+
"StructureDefinition-shr-environment-FinancialSituationPanel-definitions.html",
|
2132
|
+
"StructureDefinition-shr-environment-FinancialSituationPanel.html",
|
2133
|
+
"StructureDefinition-shr-environment-FinancialSituationPanel.json.html",
|
2134
|
+
"StructureDefinition-shr-environment-FinancialSituationPanel.ttl.html",
|
2135
|
+
"StructureDefinition-shr-environment-FinancialSituationPanel.xml.html",
|
2136
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk-definitions.html",
|
2137
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk-extension-definitions.html",
|
2138
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.html",
|
2139
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.json.html",
|
2140
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.ttl.html",
|
2141
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.xml.html",
|
2142
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk.html",
|
2143
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk.json.html",
|
2144
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk.ttl.html",
|
2145
|
+
"StructureDefinition-shr-environment-HomeEnvironmentRisk.xml.html",
|
2146
|
+
"StructureDefinition-shr-environment-HouseholdSituationPanel-definitions.html",
|
2147
|
+
"StructureDefinition-shr-environment-HouseholdSituationPanel.html",
|
2148
|
+
"StructureDefinition-shr-environment-HouseholdSituationPanel.json.html",
|
2149
|
+
"StructureDefinition-shr-environment-HouseholdSituationPanel.ttl.html",
|
2150
|
+
"StructureDefinition-shr-environment-HouseholdSituationPanel.xml.html",
|
2151
|
+
"StructureDefinition-shr-environment-HouseholdSize-definitions.html",
|
2152
|
+
"StructureDefinition-shr-environment-HouseholdSize-extension-definitions.html",
|
2153
|
+
"StructureDefinition-shr-environment-HouseholdSize-extension.html",
|
2154
|
+
"StructureDefinition-shr-environment-HouseholdSize-extension.json.html",
|
2155
|
+
"StructureDefinition-shr-environment-HouseholdSize-extension.ttl.html",
|
2156
|
+
"StructureDefinition-shr-environment-HouseholdSize-extension.xml.html",
|
2157
|
+
"StructureDefinition-shr-environment-HouseholdSize.html",
|
2158
|
+
"StructureDefinition-shr-environment-HouseholdSize.json.html",
|
2159
|
+
"StructureDefinition-shr-environment-HouseholdSize.ttl.html",
|
2160
|
+
"StructureDefinition-shr-environment-HouseholdSize.xml.html",
|
2161
|
+
"StructureDefinition-shr-environment-HousingSecurity-definitions.html",
|
2162
|
+
"StructureDefinition-shr-environment-HousingSecurity-extension-definitions.html",
|
2163
|
+
"StructureDefinition-shr-environment-HousingSecurity-extension.html",
|
2164
|
+
"StructureDefinition-shr-environment-HousingSecurity-extension.json.html",
|
2165
|
+
"StructureDefinition-shr-environment-HousingSecurity-extension.ttl.html",
|
2166
|
+
"StructureDefinition-shr-environment-HousingSecurity-extension.xml.html",
|
2167
|
+
"StructureDefinition-shr-environment-HousingSecurity.html",
|
2168
|
+
"StructureDefinition-shr-environment-HousingSecurity.json.html",
|
2169
|
+
"StructureDefinition-shr-environment-HousingSecurity.ttl.html",
|
2170
|
+
"StructureDefinition-shr-environment-HousingSecurity.xml.html",
|
2171
|
+
"StructureDefinition-shr-environment-IncomeSource-definitions.html",
|
2172
|
+
"StructureDefinition-shr-environment-IncomeSource-extension-definitions.html",
|
2173
|
+
"StructureDefinition-shr-environment-IncomeSource-extension.html",
|
2174
|
+
"StructureDefinition-shr-environment-IncomeSource-extension.json.html",
|
2175
|
+
"StructureDefinition-shr-environment-IncomeSource-extension.ttl.html",
|
2176
|
+
"StructureDefinition-shr-environment-IncomeSource-extension.xml.html",
|
2177
|
+
"StructureDefinition-shr-environment-IncomeSource.html",
|
2178
|
+
"StructureDefinition-shr-environment-IncomeSource.json.html",
|
2179
|
+
"StructureDefinition-shr-environment-IncomeSource.ttl.html",
|
2180
|
+
"StructureDefinition-shr-environment-IncomeSource.xml.html",
|
2181
|
+
"StructureDefinition-shr-environment-IncomeStability-definitions.html",
|
2182
|
+
"StructureDefinition-shr-environment-IncomeStability-extension-definitions.html",
|
2183
|
+
"StructureDefinition-shr-environment-IncomeStability-extension.html",
|
2184
|
+
"StructureDefinition-shr-environment-IncomeStability-extension.json.html",
|
2185
|
+
"StructureDefinition-shr-environment-IncomeStability-extension.ttl.html",
|
2186
|
+
"StructureDefinition-shr-environment-IncomeStability-extension.xml.html",
|
2187
|
+
"StructureDefinition-shr-environment-IncomeStability.html",
|
2188
|
+
"StructureDefinition-shr-environment-IncomeStability.json.html",
|
2189
|
+
"StructureDefinition-shr-environment-IncomeStability.ttl.html",
|
2190
|
+
"StructureDefinition-shr-environment-IncomeStability.xml.html",
|
2191
|
+
"StructureDefinition-shr-environment-NonCashBenefit-definitions.html",
|
2192
|
+
"StructureDefinition-shr-environment-NonCashBenefit-extension-definitions.html",
|
2193
|
+
"StructureDefinition-shr-environment-NonCashBenefit-extension.html",
|
2194
|
+
"StructureDefinition-shr-environment-NonCashBenefit-extension.json.html",
|
2195
|
+
"StructureDefinition-shr-environment-NonCashBenefit-extension.ttl.html",
|
2196
|
+
"StructureDefinition-shr-environment-NonCashBenefit-extension.xml.html",
|
2197
|
+
"StructureDefinition-shr-environment-NonCashBenefit.html",
|
2198
|
+
"StructureDefinition-shr-environment-NonCashBenefit.json.html",
|
2199
|
+
"StructureDefinition-shr-environment-NonCashBenefit.ttl.html",
|
2200
|
+
"StructureDefinition-shr-environment-NonCashBenefit.xml.html",
|
2201
|
+
"StructureDefinition-shr-environment-NumberOfDependents-definitions.html",
|
2202
|
+
"StructureDefinition-shr-environment-NumberOfDependents-extension-definitions.html",
|
2203
|
+
"StructureDefinition-shr-environment-NumberOfDependents-extension.html",
|
2204
|
+
"StructureDefinition-shr-environment-NumberOfDependents-extension.json.html",
|
2205
|
+
"StructureDefinition-shr-environment-NumberOfDependents-extension.ttl.html",
|
2206
|
+
"StructureDefinition-shr-environment-NumberOfDependents-extension.xml.html",
|
2207
|
+
"StructureDefinition-shr-environment-NumberOfDependents.html",
|
2208
|
+
"StructureDefinition-shr-environment-NumberOfDependents.json.html",
|
2209
|
+
"StructureDefinition-shr-environment-NumberOfDependents.ttl.html",
|
2210
|
+
"StructureDefinition-shr-environment-NumberOfDependents.xml.html",
|
2211
|
+
"StructureDefinition-shr-environment-PhysicalSafety-definitions.html",
|
2212
|
+
"StructureDefinition-shr-environment-PhysicalSafety-extension-definitions.html",
|
2213
|
+
"StructureDefinition-shr-environment-PhysicalSafety-extension.html",
|
2214
|
+
"StructureDefinition-shr-environment-PhysicalSafety-extension.json.html",
|
2215
|
+
"StructureDefinition-shr-environment-PhysicalSafety-extension.ttl.html",
|
2216
|
+
"StructureDefinition-shr-environment-PhysicalSafety-extension.xml.html",
|
2217
|
+
"StructureDefinition-shr-environment-PhysicalSafety.html",
|
2218
|
+
"StructureDefinition-shr-environment-PhysicalSafety.json.html",
|
2219
|
+
"StructureDefinition-shr-environment-PhysicalSafety.ttl.html",
|
2220
|
+
"StructureDefinition-shr-environment-PhysicalSafety.xml.html",
|
2221
|
+
"StructureDefinition-shr-environment-SocialEnvironmentPanel-definitions.html",
|
2222
|
+
"StructureDefinition-shr-environment-SocialEnvironmentPanel.html",
|
2223
|
+
"StructureDefinition-shr-environment-SocialEnvironmentPanel.json.html",
|
2224
|
+
"StructureDefinition-shr-environment-SocialEnvironmentPanel.ttl.html",
|
2225
|
+
"StructureDefinition-shr-environment-SocialEnvironmentPanel.xml.html",
|
2226
|
+
"StructureDefinition-shr-environment-TransportationAvailability-definitions.html",
|
2227
|
+
"StructureDefinition-shr-environment-TransportationAvailability-extension-definitions.html",
|
2228
|
+
"StructureDefinition-shr-environment-TransportationAvailability-extension.html",
|
2229
|
+
"StructureDefinition-shr-environment-TransportationAvailability-extension.json.html",
|
2230
|
+
"StructureDefinition-shr-environment-TransportationAvailability-extension.ttl.html",
|
2231
|
+
"StructureDefinition-shr-environment-TransportationAvailability-extension.xml.html",
|
2232
|
+
"StructureDefinition-shr-environment-TransportationAvailability.html",
|
2233
|
+
"StructureDefinition-shr-environment-TransportationAvailability.json.html",
|
2234
|
+
"StructureDefinition-shr-environment-TransportationAvailability.ttl.html",
|
2235
|
+
"StructureDefinition-shr-environment-TransportationAvailability.xml.html",
|
2236
|
+
"StructureDefinition-shr-immunization-Immunization-definitions.html",
|
2237
|
+
"StructureDefinition-shr-immunization-Immunization.html",
|
2238
|
+
"StructureDefinition-shr-immunization-Immunization.json.html",
|
2239
|
+
"StructureDefinition-shr-immunization-Immunization.ttl.html",
|
2240
|
+
"StructureDefinition-shr-immunization-Immunization.xml.html",
|
2241
|
+
"StructureDefinition-shr-immunization-ImmunizationAdministered-definitions.html",
|
2242
|
+
"StructureDefinition-shr-immunization-ImmunizationAdministered.html",
|
2243
|
+
"StructureDefinition-shr-immunization-ImmunizationAdministered.json.html",
|
2244
|
+
"StructureDefinition-shr-immunization-ImmunizationAdministered.ttl.html",
|
2245
|
+
"StructureDefinition-shr-immunization-ImmunizationAdministered.xml.html",
|
2246
|
+
"StructureDefinition-shr-immunization-ImmunizationNotGiven-definitions.html",
|
2247
|
+
"StructureDefinition-shr-immunization-ImmunizationNotGiven.html",
|
2248
|
+
"StructureDefinition-shr-immunization-ImmunizationNotGiven.json.html",
|
2249
|
+
"StructureDefinition-shr-immunization-ImmunizationNotGiven.ttl.html",
|
2250
|
+
"StructureDefinition-shr-immunization-ImmunizationNotGiven.xml.html",
|
2251
|
+
"StructureDefinition-shr-lab-ChangeFlag-extension-definitions.html",
|
2252
|
+
"StructureDefinition-shr-lab-ChangeFlag-extension.html",
|
2253
|
+
"StructureDefinition-shr-lab-ChangeFlag-extension.json.html",
|
2254
|
+
"StructureDefinition-shr-lab-ChangeFlag-extension.ttl.html",
|
2255
|
+
"StructureDefinition-shr-lab-ChangeFlag-extension.xml.html",
|
2256
|
+
"StructureDefinition-shr-lab-HIVScreeningTest-definitions.html",
|
2257
|
+
"StructureDefinition-shr-lab-HIVScreeningTest.html",
|
2258
|
+
"StructureDefinition-shr-lab-HIVScreeningTest.json.html",
|
2259
|
+
"StructureDefinition-shr-lab-HIVScreeningTest.ttl.html",
|
2260
|
+
"StructureDefinition-shr-lab-HIVScreeningTest.xml.html",
|
2261
|
+
"StructureDefinition-shr-lab-HIVScreeningTestRequest-definitions.html",
|
2262
|
+
"StructureDefinition-shr-lab-HIVScreeningTestRequest.html",
|
2263
|
+
"StructureDefinition-shr-lab-HIVScreeningTestRequest.json.html",
|
2264
|
+
"StructureDefinition-shr-lab-HIVScreeningTestRequest.ttl.html",
|
2265
|
+
"StructureDefinition-shr-lab-HIVScreeningTestRequest.xml.html",
|
2266
|
+
"StructureDefinition-shr-lab-HIVSupplementalTest-definitions.html",
|
2267
|
+
"StructureDefinition-shr-lab-HIVSupplementalTest.html",
|
2268
|
+
"StructureDefinition-shr-lab-HIVSupplementalTest.json.html",
|
2269
|
+
"StructureDefinition-shr-lab-HIVSupplementalTest.ttl.html",
|
2270
|
+
"StructureDefinition-shr-lab-HIVSupplementalTest.xml.html",
|
2271
|
+
"StructureDefinition-shr-lab-HIVSupplementalTestRequest-definitions.html",
|
2272
|
+
"StructureDefinition-shr-lab-HIVSupplementalTestRequest.html",
|
2273
|
+
"StructureDefinition-shr-lab-HIVSupplementalTestRequest.json.html",
|
2274
|
+
"StructureDefinition-shr-lab-HIVSupplementalTestRequest.ttl.html",
|
2275
|
+
"StructureDefinition-shr-lab-HIVSupplementalTestRequest.xml.html",
|
2276
|
+
"StructureDefinition-shr-lab-Test-definitions.html",
|
2277
|
+
"StructureDefinition-shr-lab-Test-extension-definitions.html",
|
2278
|
+
"StructureDefinition-shr-lab-Test-extension.html",
|
2279
|
+
"StructureDefinition-shr-lab-Test-extension.json.html",
|
2280
|
+
"StructureDefinition-shr-lab-Test-extension.ttl.html",
|
2281
|
+
"StructureDefinition-shr-lab-Test-extension.xml.html",
|
2282
|
+
"StructureDefinition-shr-lab-Test.html",
|
2283
|
+
"StructureDefinition-shr-lab-Test.json.html",
|
2284
|
+
"StructureDefinition-shr-lab-Test.ttl.html",
|
2285
|
+
"StructureDefinition-shr-lab-Test.xml.html",
|
2286
|
+
"StructureDefinition-shr-lab-TestRequest-definitions.html",
|
2287
|
+
"StructureDefinition-shr-lab-TestRequest.html",
|
2288
|
+
"StructureDefinition-shr-lab-TestRequest.json.html",
|
2289
|
+
"StructureDefinition-shr-lab-TestRequest.ttl.html",
|
2290
|
+
"StructureDefinition-shr-lab-TestRequest.xml.html",
|
2291
|
+
"StructureDefinition-shr-lifehistory-CongenitalAbnormalities-definitions.html",
|
2292
|
+
"StructureDefinition-shr-lifehistory-CongenitalAbnormalities.html",
|
2293
|
+
"StructureDefinition-shr-lifehistory-CongenitalAbnormalities.json.html",
|
2294
|
+
"StructureDefinition-shr-lifehistory-CongenitalAbnormalities.ttl.html",
|
2295
|
+
"StructureDefinition-shr-lifehistory-CongenitalAbnormalities.xml.html",
|
2296
|
+
"StructureDefinition-shr-lifehistory-EducationalAttainment-definitions.html",
|
2297
|
+
"StructureDefinition-shr-lifehistory-EducationalAttainment.html",
|
2298
|
+
"StructureDefinition-shr-lifehistory-EducationalAttainment.json.html",
|
2299
|
+
"StructureDefinition-shr-lifehistory-EducationalAttainment.ttl.html",
|
2300
|
+
"StructureDefinition-shr-lifehistory-EducationalAttainment.xml.html",
|
2301
|
+
"StructureDefinition-shr-lifehistory-Employer-extension-definitions.html",
|
2302
|
+
"StructureDefinition-shr-lifehistory-Employer-extension.html",
|
2303
|
+
"StructureDefinition-shr-lifehistory-Employer-extension.json.html",
|
2304
|
+
"StructureDefinition-shr-lifehistory-Employer-extension.ttl.html",
|
2305
|
+
"StructureDefinition-shr-lifehistory-Employer-extension.xml.html",
|
2306
|
+
"StructureDefinition-shr-lifehistory-Employment-definitions.html",
|
2307
|
+
"StructureDefinition-shr-lifehistory-Employment.html",
|
2308
|
+
"StructureDefinition-shr-lifehistory-Employment.json.html",
|
2309
|
+
"StructureDefinition-shr-lifehistory-Employment.ttl.html",
|
2310
|
+
"StructureDefinition-shr-lifehistory-Employment.xml.html",
|
2311
|
+
"StructureDefinition-shr-lifehistory-EmploymentStatus-extension-definitions.html",
|
2312
|
+
"StructureDefinition-shr-lifehistory-EmploymentStatus-extension.html",
|
2313
|
+
"StructureDefinition-shr-lifehistory-EmploymentStatus-extension.json.html",
|
2314
|
+
"StructureDefinition-shr-lifehistory-EmploymentStatus-extension.ttl.html",
|
2315
|
+
"StructureDefinition-shr-lifehistory-EmploymentStatus-extension.xml.html",
|
2316
|
+
"StructureDefinition-shr-lifehistory-MilitaryBranch-extension-definitions.html",
|
2317
|
+
"StructureDefinition-shr-lifehistory-MilitaryBranch-extension.html",
|
2318
|
+
"StructureDefinition-shr-lifehistory-MilitaryBranch-extension.json.html",
|
2319
|
+
"StructureDefinition-shr-lifehistory-MilitaryBranch-extension.ttl.html",
|
2320
|
+
"StructureDefinition-shr-lifehistory-MilitaryBranch-extension.xml.html",
|
2321
|
+
"StructureDefinition-shr-lifehistory-MilitaryService-definitions.html",
|
2322
|
+
"StructureDefinition-shr-lifehistory-MilitaryService.html",
|
2323
|
+
"StructureDefinition-shr-lifehistory-MilitaryService.json.html",
|
2324
|
+
"StructureDefinition-shr-lifehistory-MilitaryService.ttl.html",
|
2325
|
+
"StructureDefinition-shr-lifehistory-MilitaryService.xml.html",
|
2326
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension-definitions.html",
|
2327
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.html",
|
2328
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.json.html",
|
2329
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.ttl.html",
|
2330
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.xml.html",
|
2331
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension-definitions.html",
|
2332
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.html",
|
2333
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.json.html",
|
2334
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.ttl.html",
|
2335
|
+
"StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.xml.html",
|
2336
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus-definitions.html",
|
2337
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus-extension-definitions.html",
|
2338
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus-extension.html",
|
2339
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus-extension.json.html",
|
2340
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus-extension.ttl.html",
|
2341
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus-extension.xml.html",
|
2342
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus.html",
|
2343
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus.json.html",
|
2344
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus.ttl.html",
|
2345
|
+
"StructureDefinition-shr-lifehistory-MilitaryStatus.xml.html",
|
2346
|
+
"StructureDefinition-shr-lifehistory-Occupation-definitions.html",
|
2347
|
+
"StructureDefinition-shr-lifehistory-Occupation.html",
|
2348
|
+
"StructureDefinition-shr-lifehistory-Occupation.json.html",
|
2349
|
+
"StructureDefinition-shr-lifehistory-Occupation.ttl.html",
|
2350
|
+
"StructureDefinition-shr-lifehistory-Occupation.xml.html",
|
2351
|
+
"StructureDefinition-shr-lifehistory-PrenatalExposure-definitions.html",
|
2352
|
+
"StructureDefinition-shr-lifehistory-PrenatalExposure.html",
|
2353
|
+
"StructureDefinition-shr-lifehistory-PrenatalExposure.json.html",
|
2354
|
+
"StructureDefinition-shr-lifehistory-PrenatalExposure.ttl.html",
|
2355
|
+
"StructureDefinition-shr-lifehistory-PrenatalExposure.xml.html",
|
2356
|
+
"StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension-definitions.html",
|
2357
|
+
"StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.html",
|
2358
|
+
"StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.json.html",
|
2359
|
+
"StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.ttl.html",
|
2360
|
+
"StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.xml.html",
|
2361
|
+
"StructureDefinition-shr-lifehistory-Travel-definitions.html",
|
2362
|
+
"StructureDefinition-shr-lifehistory-Travel.html",
|
2363
|
+
"StructureDefinition-shr-lifehistory-Travel.json.html",
|
2364
|
+
"StructureDefinition-shr-lifehistory-Travel.ttl.html",
|
2365
|
+
"StructureDefinition-shr-lifehistory-Travel.xml.html",
|
2366
|
+
"StructureDefinition-shr-medication-Adherence-extension-definitions.html",
|
2367
|
+
"StructureDefinition-shr-medication-Adherence-extension.html",
|
2368
|
+
"StructureDefinition-shr-medication-Adherence-extension.json.html",
|
2369
|
+
"StructureDefinition-shr-medication-Adherence-extension.ttl.html",
|
2370
|
+
"StructureDefinition-shr-medication-Adherence-extension.xml.html",
|
2371
|
+
"StructureDefinition-shr-medication-AdherenceLevel-extension-definitions.html",
|
2372
|
+
"StructureDefinition-shr-medication-AdherenceLevel-extension.html",
|
2373
|
+
"StructureDefinition-shr-medication-AdherenceLevel-extension.json.html",
|
2374
|
+
"StructureDefinition-shr-medication-AdherenceLevel-extension.ttl.html",
|
2375
|
+
"StructureDefinition-shr-medication-AdherenceLevel-extension.xml.html",
|
2376
|
+
"StructureDefinition-shr-medication-MaximumDosePerTimePeriod-definitions.html",
|
2377
|
+
"StructureDefinition-shr-medication-MaximumDosePerTimePeriod.html",
|
2378
|
+
"StructureDefinition-shr-medication-MaximumDosePerTimePeriod.json.html",
|
2379
|
+
"StructureDefinition-shr-medication-MaximumDosePerTimePeriod.ttl.html",
|
2380
|
+
"StructureDefinition-shr-medication-MaximumDosePerTimePeriod.xml.html",
|
2381
|
+
"StructureDefinition-shr-medication-Medication-definitions.html",
|
2382
|
+
"StructureDefinition-shr-medication-Medication.html",
|
2383
|
+
"StructureDefinition-shr-medication-Medication.json.html",
|
2384
|
+
"StructureDefinition-shr-medication-Medication.ttl.html",
|
2385
|
+
"StructureDefinition-shr-medication-Medication.xml.html",
|
2386
|
+
"StructureDefinition-shr-medication-MedicationAfterChange-extension-definitions.html",
|
2387
|
+
"StructureDefinition-shr-medication-MedicationAfterChange-extension.html",
|
2388
|
+
"StructureDefinition-shr-medication-MedicationAfterChange-extension.json.html",
|
2389
|
+
"StructureDefinition-shr-medication-MedicationAfterChange-extension.ttl.html",
|
2390
|
+
"StructureDefinition-shr-medication-MedicationAfterChange-extension.xml.html",
|
2391
|
+
"StructureDefinition-shr-medication-MedicationBeforeChange-extension-definitions.html",
|
2392
|
+
"StructureDefinition-shr-medication-MedicationBeforeChange-extension.html",
|
2393
|
+
"StructureDefinition-shr-medication-MedicationBeforeChange-extension.json.html",
|
2394
|
+
"StructureDefinition-shr-medication-MedicationBeforeChange-extension.ttl.html",
|
2395
|
+
"StructureDefinition-shr-medication-MedicationBeforeChange-extension.xml.html",
|
2396
|
+
"StructureDefinition-shr-medication-MedicationChange-definitions.html",
|
2397
|
+
"StructureDefinition-shr-medication-MedicationChange.html",
|
2398
|
+
"StructureDefinition-shr-medication-MedicationChange.json.html",
|
2399
|
+
"StructureDefinition-shr-medication-MedicationChange.ttl.html",
|
2400
|
+
"StructureDefinition-shr-medication-MedicationChange.xml.html",
|
2401
|
+
"StructureDefinition-shr-medication-MedicationNotAdministered-definitions.html",
|
2402
|
+
"StructureDefinition-shr-medication-MedicationNotAdministered.html",
|
2403
|
+
"StructureDefinition-shr-medication-MedicationNotAdministered.json.html",
|
2404
|
+
"StructureDefinition-shr-medication-MedicationNotAdministered.ttl.html",
|
2405
|
+
"StructureDefinition-shr-medication-MedicationNotAdministered.xml.html",
|
2406
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribed-definitions.html",
|
2407
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribed.html",
|
2408
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribed.json.html",
|
2409
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribed.ttl.html",
|
2410
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribed.xml.html",
|
2411
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension-definitions.html",
|
2412
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.html",
|
2413
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.json.html",
|
2414
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.ttl.html",
|
2415
|
+
"StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.xml.html",
|
2416
|
+
"StructureDefinition-shr-medication-MedicationPrescription-definitions.html",
|
2417
|
+
"StructureDefinition-shr-medication-MedicationPrescription.html",
|
2418
|
+
"StructureDefinition-shr-medication-MedicationPrescription.json.html",
|
2419
|
+
"StructureDefinition-shr-medication-MedicationPrescription.ttl.html",
|
2420
|
+
"StructureDefinition-shr-medication-MedicationPrescription.xml.html",
|
2421
|
+
"StructureDefinition-shr-medication-MedicationUse-definitions.html",
|
2422
|
+
"StructureDefinition-shr-medication-MedicationUse.html",
|
2423
|
+
"StructureDefinition-shr-medication-MedicationUse.json.html",
|
2424
|
+
"StructureDefinition-shr-medication-MedicationUse.ttl.html",
|
2425
|
+
"StructureDefinition-shr-medication-MedicationUse.xml.html",
|
2426
|
+
"StructureDefinition-shr-medication-NonAdherenceReason-extension-definitions.html",
|
2427
|
+
"StructureDefinition-shr-medication-NonAdherenceReason-extension.html",
|
2428
|
+
"StructureDefinition-shr-medication-NonAdherenceReason-extension.json.html",
|
2429
|
+
"StructureDefinition-shr-medication-NonAdherenceReason-extension.ttl.html",
|
2430
|
+
"StructureDefinition-shr-medication-NonAdherenceReason-extension.xml.html",
|
2431
|
+
"StructureDefinition-shr-medication-RouteIntoBody-extension-definitions.html",
|
2432
|
+
"StructureDefinition-shr-medication-RouteIntoBody-extension.html",
|
2433
|
+
"StructureDefinition-shr-medication-RouteIntoBody-extension.json.html",
|
2434
|
+
"StructureDefinition-shr-medication-RouteIntoBody-extension.ttl.html",
|
2435
|
+
"StructureDefinition-shr-medication-RouteIntoBody-extension.xml.html",
|
2436
|
+
"StructureDefinition-shr-medication-TypeOfChange-extension-definitions.html",
|
2437
|
+
"StructureDefinition-shr-medication-TypeOfChange-extension.html",
|
2438
|
+
"StructureDefinition-shr-medication-TypeOfChange-extension.json.html",
|
2439
|
+
"StructureDefinition-shr-medication-TypeOfChange-extension.ttl.html",
|
2440
|
+
"StructureDefinition-shr-medication-TypeOfChange-extension.xml.html",
|
2441
|
+
"StructureDefinition-shr-observation-CodeableConceptObservation-definitions.html",
|
2442
|
+
"StructureDefinition-shr-observation-CodeableConceptObservation.html",
|
2443
|
+
"StructureDefinition-shr-observation-CodeableConceptObservation.json.html",
|
2444
|
+
"StructureDefinition-shr-observation-CodeableConceptObservation.ttl.html",
|
2445
|
+
"StructureDefinition-shr-observation-CodeableConceptObservation.xml.html",
|
2446
|
+
"StructureDefinition-shr-observation-HistoryObservation-definitions.html",
|
2447
|
+
"StructureDefinition-shr-observation-HistoryObservation.html",
|
2448
|
+
"StructureDefinition-shr-observation-HistoryObservation.json.html",
|
2449
|
+
"StructureDefinition-shr-observation-HistoryObservation.ttl.html",
|
2450
|
+
"StructureDefinition-shr-observation-HistoryObservation.xml.html",
|
2451
|
+
"StructureDefinition-shr-observation-Observation-definitions.html",
|
2452
|
+
"StructureDefinition-shr-observation-Observation.html",
|
2453
|
+
"StructureDefinition-shr-observation-Observation.json.html",
|
2454
|
+
"StructureDefinition-shr-observation-Observation.ttl.html",
|
2455
|
+
"StructureDefinition-shr-observation-Observation.xml.html",
|
2456
|
+
"StructureDefinition-shr-observation-ObservationCode-extension-definitions.html",
|
2457
|
+
"StructureDefinition-shr-observation-ObservationCode-extension.html",
|
2458
|
+
"StructureDefinition-shr-observation-ObservationCode-extension.json.html",
|
2459
|
+
"StructureDefinition-shr-observation-ObservationCode-extension.ttl.html",
|
2460
|
+
"StructureDefinition-shr-observation-ObservationCode-extension.xml.html",
|
2461
|
+
"StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension-definitions.html",
|
2462
|
+
"StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.html",
|
2463
|
+
"StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.json.html",
|
2464
|
+
"StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.ttl.html",
|
2465
|
+
"StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.xml.html",
|
2466
|
+
"StructureDefinition-shr-observation-ObservationQualifier-extension-definitions.html",
|
2467
|
+
"StructureDefinition-shr-observation-ObservationQualifier-extension.html",
|
2468
|
+
"StructureDefinition-shr-observation-ObservationQualifier-extension.json.html",
|
2469
|
+
"StructureDefinition-shr-observation-ObservationQualifier-extension.ttl.html",
|
2470
|
+
"StructureDefinition-shr-observation-ObservationQualifier-extension.xml.html",
|
2471
|
+
"StructureDefinition-shr-observation-ObservationReason-extension-definitions.html",
|
2472
|
+
"StructureDefinition-shr-observation-ObservationReason-extension.html",
|
2473
|
+
"StructureDefinition-shr-observation-ObservationReason-extension.json.html",
|
2474
|
+
"StructureDefinition-shr-observation-ObservationReason-extension.ttl.html",
|
2475
|
+
"StructureDefinition-shr-observation-ObservationReason-extension.xml.html",
|
2476
|
+
"StructureDefinition-shr-observation-Panel-definitions.html",
|
2477
|
+
"StructureDefinition-shr-observation-Panel.html",
|
2478
|
+
"StructureDefinition-shr-observation-Panel.json.html",
|
2479
|
+
"StructureDefinition-shr-observation-Panel.ttl.html",
|
2480
|
+
"StructureDefinition-shr-observation-Panel.xml.html",
|
2481
|
+
"StructureDefinition-shr-observation-SocialHistory-definitions.html",
|
2482
|
+
"StructureDefinition-shr-observation-SocialHistory.html",
|
2483
|
+
"StructureDefinition-shr-observation-SocialHistory.json.html",
|
2484
|
+
"StructureDefinition-shr-observation-SocialHistory.ttl.html",
|
2485
|
+
"StructureDefinition-shr-observation-SocialHistory.xml.html",
|
2486
|
+
"StructureDefinition-shr-problem-Abatement-extension-definitions.html",
|
2487
|
+
"StructureDefinition-shr-problem-Abatement-extension.html",
|
2488
|
+
"StructureDefinition-shr-problem-Abatement-extension.json.html",
|
2489
|
+
"StructureDefinition-shr-problem-Abatement-extension.ttl.html",
|
2490
|
+
"StructureDefinition-shr-problem-Abatement-extension.xml.html",
|
2491
|
+
"StructureDefinition-shr-problem-AcademicProblem-definitions.html",
|
2492
|
+
"StructureDefinition-shr-problem-AcademicProblem.html",
|
2493
|
+
"StructureDefinition-shr-problem-AcademicProblem.json.html",
|
2494
|
+
"StructureDefinition-shr-problem-AcademicProblem.ttl.html",
|
2495
|
+
"StructureDefinition-shr-problem-AcademicProblem.xml.html",
|
2496
|
+
"StructureDefinition-shr-problem-Asplenia-definitions.html",
|
2497
|
+
"StructureDefinition-shr-problem-Asplenia.html",
|
2498
|
+
"StructureDefinition-shr-problem-Asplenia.json.html",
|
2499
|
+
"StructureDefinition-shr-problem-Asplenia.ttl.html",
|
2500
|
+
"StructureDefinition-shr-problem-Asplenia.xml.html",
|
2501
|
+
"StructureDefinition-shr-problem-Criticality-extension-definitions.html",
|
2502
|
+
"StructureDefinition-shr-problem-Criticality-extension.html",
|
2503
|
+
"StructureDefinition-shr-problem-Criticality-extension.json.html",
|
2504
|
+
"StructureDefinition-shr-problem-Criticality-extension.ttl.html",
|
2505
|
+
"StructureDefinition-shr-problem-Criticality-extension.xml.html",
|
2506
|
+
"StructureDefinition-shr-problem-IncludeOnProblemList-extension-definitions.html",
|
2507
|
+
"StructureDefinition-shr-problem-IncludeOnProblemList-extension.html",
|
2508
|
+
"StructureDefinition-shr-problem-IncludeOnProblemList-extension.json.html",
|
2509
|
+
"StructureDefinition-shr-problem-IncludeOnProblemList-extension.ttl.html",
|
2510
|
+
"StructureDefinition-shr-problem-IncludeOnProblemList-extension.xml.html",
|
2511
|
+
"StructureDefinition-shr-problem-Injury-definitions.html",
|
2512
|
+
"StructureDefinition-shr-problem-Injury.html",
|
2513
|
+
"StructureDefinition-shr-problem-Injury.json.html",
|
2514
|
+
"StructureDefinition-shr-problem-Injury.ttl.html",
|
2515
|
+
"StructureDefinition-shr-problem-Injury.xml.html",
|
2516
|
+
"StructureDefinition-shr-problem-Manifestation-definitions.html",
|
2517
|
+
"StructureDefinition-shr-problem-Manifestation-extension-definitions.html",
|
2518
|
+
"StructureDefinition-shr-problem-Manifestation-extension.html",
|
2519
|
+
"StructureDefinition-shr-problem-Manifestation-extension.json.html",
|
2520
|
+
"StructureDefinition-shr-problem-Manifestation-extension.ttl.html",
|
2521
|
+
"StructureDefinition-shr-problem-Manifestation-extension.xml.html",
|
2522
|
+
"StructureDefinition-shr-problem-Manifestation.html",
|
2523
|
+
"StructureDefinition-shr-problem-Manifestation.json.html",
|
2524
|
+
"StructureDefinition-shr-problem-Manifestation.ttl.html",
|
2525
|
+
"StructureDefinition-shr-problem-Manifestation.xml.html",
|
2526
|
+
"StructureDefinition-shr-problem-MentalHealthProblem-definitions.html",
|
2527
|
+
"StructureDefinition-shr-problem-MentalHealthProblem.html",
|
2528
|
+
"StructureDefinition-shr-problem-MentalHealthProblem.json.html",
|
2529
|
+
"StructureDefinition-shr-problem-MentalHealthProblem.ttl.html",
|
2530
|
+
"StructureDefinition-shr-problem-MentalHealthProblem.xml.html",
|
2531
|
+
"StructureDefinition-shr-problem-Preexisting-extension-definitions.html",
|
2532
|
+
"StructureDefinition-shr-problem-Preexisting-extension.html",
|
2533
|
+
"StructureDefinition-shr-problem-Preexisting-extension.json.html",
|
2534
|
+
"StructureDefinition-shr-problem-Preexisting-extension.ttl.html",
|
2535
|
+
"StructureDefinition-shr-problem-Preexisting-extension.xml.html",
|
2536
|
+
"StructureDefinition-shr-problem-Problem-definitions.html",
|
2537
|
+
"StructureDefinition-shr-problem-Problem.html",
|
2538
|
+
"StructureDefinition-shr-problem-Problem.json.html",
|
2539
|
+
"StructureDefinition-shr-problem-Problem.ttl.html",
|
2540
|
+
"StructureDefinition-shr-problem-Problem.xml.html",
|
2541
|
+
"StructureDefinition-shr-problem-Severity-extension-definitions.html",
|
2542
|
+
"StructureDefinition-shr-problem-Severity-extension.html",
|
2543
|
+
"StructureDefinition-shr-problem-Severity-extension.json.html",
|
2544
|
+
"StructureDefinition-shr-problem-Severity-extension.ttl.html",
|
2545
|
+
"StructureDefinition-shr-problem-Severity-extension.xml.html",
|
2546
|
+
"StructureDefinition-shr-problem-SupportingEvidenceQuality-extension-definitions.html",
|
2547
|
+
"StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.html",
|
2548
|
+
"StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.json.html",
|
2549
|
+
"StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.ttl.html",
|
2550
|
+
"StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.xml.html",
|
2551
|
+
"StructureDefinition-shr-problem-WhenClinicallyRecognized-extension-definitions.html",
|
2552
|
+
"StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.html",
|
2553
|
+
"StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.json.html",
|
2554
|
+
"StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.ttl.html",
|
2555
|
+
"StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.xml.html",
|
2556
|
+
"StructureDefinition-shr-procedure-Procedure-definitions.html",
|
2557
|
+
"StructureDefinition-shr-procedure-Procedure.html",
|
2558
|
+
"StructureDefinition-shr-procedure-Procedure.json.html",
|
2559
|
+
"StructureDefinition-shr-procedure-Procedure.ttl.html",
|
2560
|
+
"StructureDefinition-shr-procedure-Procedure.xml.html",
|
2561
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodRecommendation-definitions.html",
|
2562
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.html",
|
2563
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.json.html",
|
2564
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.ttl.html",
|
2565
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.xml.html",
|
2566
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodsUsed-definitions.html",
|
2567
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodsUsed.html",
|
2568
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodsUsed.json.html",
|
2569
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodsUsed.ttl.html",
|
2570
|
+
"StructureDefinition-shr-sex-ContraceptiveMethodsUsed.xml.html",
|
2571
|
+
"StructureDefinition-shr-sex-CurrentPregnancyStatus-extension-definitions.html",
|
2572
|
+
"StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.html",
|
2573
|
+
"StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.json.html",
|
2574
|
+
"StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.ttl.html",
|
2575
|
+
"StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.xml.html",
|
2576
|
+
"StructureDefinition-shr-sex-DifficultyWithIntercourse-extension-definitions.html",
|
2577
|
+
"StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.html",
|
2578
|
+
"StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.json.html",
|
2579
|
+
"StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.ttl.html",
|
2580
|
+
"StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.xml.html",
|
2581
|
+
"StructureDefinition-shr-sex-Dispensed-extension-definitions.html",
|
2582
|
+
"StructureDefinition-shr-sex-Dispensed-extension.html",
|
2583
|
+
"StructureDefinition-shr-sex-Dispensed-extension.json.html",
|
2584
|
+
"StructureDefinition-shr-sex-Dispensed-extension.ttl.html",
|
2585
|
+
"StructureDefinition-shr-sex-Dispensed-extension.xml.html",
|
2586
|
+
"StructureDefinition-shr-sex-GenderIdentity-definitions.html",
|
2587
|
+
"StructureDefinition-shr-sex-GenderIdentity-extension-definitions.html",
|
2588
|
+
"StructureDefinition-shr-sex-GenderIdentity-extension.html",
|
2589
|
+
"StructureDefinition-shr-sex-GenderIdentity-extension.json.html",
|
2590
|
+
"StructureDefinition-shr-sex-GenderIdentity-extension.ttl.html",
|
2591
|
+
"StructureDefinition-shr-sex-GenderIdentity-extension.xml.html",
|
2592
|
+
"StructureDefinition-shr-sex-GenderIdentity.html",
|
2593
|
+
"StructureDefinition-shr-sex-GenderIdentity.json.html",
|
2594
|
+
"StructureDefinition-shr-sex-GenderIdentity.ttl.html",
|
2595
|
+
"StructureDefinition-shr-sex-GenderIdentity.xml.html",
|
2596
|
+
"StructureDefinition-shr-sex-NumberOfLivingChildren-extension-definitions.html",
|
2597
|
+
"StructureDefinition-shr-sex-NumberOfLivingChildren-extension.html",
|
2598
|
+
"StructureDefinition-shr-sex-NumberOfLivingChildren-extension.json.html",
|
2599
|
+
"StructureDefinition-shr-sex-NumberOfLivingChildren-extension.ttl.html",
|
2600
|
+
"StructureDefinition-shr-sex-NumberOfLivingChildren-extension.xml.html",
|
2601
|
+
"StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension-definitions.html",
|
2602
|
+
"StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.html",
|
2603
|
+
"StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.json.html",
|
2604
|
+
"StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.ttl.html",
|
2605
|
+
"StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.xml.html",
|
2606
|
+
"StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension-definitions.html",
|
2607
|
+
"StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.html",
|
2608
|
+
"StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.json.html",
|
2609
|
+
"StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.ttl.html",
|
2610
|
+
"StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.xml.html",
|
2611
|
+
"StructureDefinition-shr-sex-PregnancyHistory-definitions.html",
|
2612
|
+
"StructureDefinition-shr-sex-PregnancyHistory.html",
|
2613
|
+
"StructureDefinition-shr-sex-PregnancyHistory.json.html",
|
2614
|
+
"StructureDefinition-shr-sex-PregnancyHistory.ttl.html",
|
2615
|
+
"StructureDefinition-shr-sex-PregnancyHistory.xml.html",
|
2616
|
+
"StructureDefinition-shr-sex-PregnancyIntention-definitions.html",
|
2617
|
+
"StructureDefinition-shr-sex-PregnancyIntention.html",
|
2618
|
+
"StructureDefinition-shr-sex-PregnancyIntention.json.html",
|
2619
|
+
"StructureDefinition-shr-sex-PregnancyIntention.ttl.html",
|
2620
|
+
"StructureDefinition-shr-sex-PregnancyIntention.xml.html",
|
2621
|
+
"StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension-definitions.html",
|
2622
|
+
"StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.html",
|
2623
|
+
"StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.json.html",
|
2624
|
+
"StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.ttl.html",
|
2625
|
+
"StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.xml.html",
|
2626
|
+
"StructureDefinition-shr-sex-SexualActivity-extension-definitions.html",
|
2627
|
+
"StructureDefinition-shr-sex-SexualActivity-extension.html",
|
2628
|
+
"StructureDefinition-shr-sex-SexualActivity-extension.json.html",
|
2629
|
+
"StructureDefinition-shr-sex-SexualActivity-extension.ttl.html",
|
2630
|
+
"StructureDefinition-shr-sex-SexualActivity-extension.xml.html",
|
2631
|
+
"StructureDefinition-shr-sex-SexualBehavior-definitions.html",
|
2632
|
+
"StructureDefinition-shr-sex-SexualBehavior.html",
|
2633
|
+
"StructureDefinition-shr-sex-SexualBehavior.json.html",
|
2634
|
+
"StructureDefinition-shr-sex-SexualBehavior.ttl.html",
|
2635
|
+
"StructureDefinition-shr-sex-SexualBehavior.xml.html",
|
2636
|
+
"StructureDefinition-shr-sex-SexualIdentity-definitions.html",
|
2637
|
+
"StructureDefinition-shr-sex-SexualIdentity.html",
|
2638
|
+
"StructureDefinition-shr-sex-SexualIdentity.json.html",
|
2639
|
+
"StructureDefinition-shr-sex-SexualIdentity.ttl.html",
|
2640
|
+
"StructureDefinition-shr-sex-SexualIdentity.xml.html",
|
2641
|
+
"StructureDefinition-shr-sex-SexualOrientation-extension-definitions.html",
|
2642
|
+
"StructureDefinition-shr-sex-SexualOrientation-extension.html",
|
2643
|
+
"StructureDefinition-shr-sex-SexualOrientation-extension.json.html",
|
2644
|
+
"StructureDefinition-shr-sex-SexualOrientation-extension.ttl.html",
|
2645
|
+
"StructureDefinition-shr-sex-SexualOrientation-extension.xml.html",
|
2646
|
+
"StructureDefinition-shr-skin-CausativeFactor-extension-definitions.html",
|
2647
|
+
"StructureDefinition-shr-skin-CausativeFactor-extension.html",
|
2648
|
+
"StructureDefinition-shr-skin-CausativeFactor-extension.json.html",
|
2649
|
+
"StructureDefinition-shr-skin-CausativeFactor-extension.ttl.html",
|
2650
|
+
"StructureDefinition-shr-skin-CausativeFactor-extension.xml.html",
|
2651
|
+
"StructureDefinition-shr-skin-ImmersionDepth-extension-definitions.html",
|
2652
|
+
"StructureDefinition-shr-skin-ImmersionDepth-extension.html",
|
2653
|
+
"StructureDefinition-shr-skin-ImmersionDepth-extension.json.html",
|
2654
|
+
"StructureDefinition-shr-skin-ImmersionDepth-extension.ttl.html",
|
2655
|
+
"StructureDefinition-shr-skin-ImmersionDepth-extension.xml.html",
|
2656
|
+
"StructureDefinition-shr-skin-PressureUlcer-definitions.html",
|
2657
|
+
"StructureDefinition-shr-skin-PressureUlcer.html",
|
2658
|
+
"StructureDefinition-shr-skin-PressureUlcer.json.html",
|
2659
|
+
"StructureDefinition-shr-skin-PressureUlcer.ttl.html",
|
2660
|
+
"StructureDefinition-shr-skin-PressureUlcer.xml.html",
|
2661
|
+
"StructureDefinition-shr-skin-PressureUlcerBodySite-definitions.html",
|
2662
|
+
"StructureDefinition-shr-skin-PressureUlcerBodySite.html",
|
2663
|
+
"StructureDefinition-shr-skin-PressureUlcerBodySite.json.html",
|
2664
|
+
"StructureDefinition-shr-skin-PressureUlcerBodySite.ttl.html",
|
2665
|
+
"StructureDefinition-shr-skin-PressureUlcerBodySite.xml.html",
|
2666
|
+
"StructureDefinition-shr-skin-PressureUlcerManifestation-definitions.html",
|
2667
|
+
"StructureDefinition-shr-skin-PressureUlcerManifestation.html",
|
2668
|
+
"StructureDefinition-shr-skin-PressureUlcerManifestation.json.html",
|
2669
|
+
"StructureDefinition-shr-skin-PressureUlcerManifestation.ttl.html",
|
2670
|
+
"StructureDefinition-shr-skin-PressureUlcerManifestation.xml.html",
|
2671
|
+
"StructureDefinition-shr-skin-PressureUlcerNotPresent-definitions.html",
|
2672
|
+
"StructureDefinition-shr-skin-PressureUlcerNotPresent.html",
|
2673
|
+
"StructureDefinition-shr-skin-PressureUlcerNotPresent.json.html",
|
2674
|
+
"StructureDefinition-shr-skin-PressureUlcerNotPresent.ttl.html",
|
2675
|
+
"StructureDefinition-shr-skin-PressureUlcerNotPresent.xml.html",
|
2676
|
+
"StructureDefinition-shr-skin-SupportSurface-definitions.html",
|
2677
|
+
"StructureDefinition-shr-skin-SupportSurface.html",
|
2678
|
+
"StructureDefinition-shr-skin-SupportSurface.json.html",
|
2679
|
+
"StructureDefinition-shr-skin-SupportSurface.ttl.html",
|
2680
|
+
"StructureDefinition-shr-skin-SupportSurface.xml.html",
|
2681
|
+
"StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension-definitions.html",
|
2682
|
+
"StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.html",
|
2683
|
+
"StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.json.html",
|
2684
|
+
"StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.ttl.html",
|
2685
|
+
"StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.xml.html",
|
2686
|
+
"StructureDefinition-shr-skin-SupportSurfaceCategory-extension-definitions.html",
|
2687
|
+
"StructureDefinition-shr-skin-SupportSurfaceCategory-extension.html",
|
2688
|
+
"StructureDefinition-shr-skin-SupportSurfaceCategory-extension.json.html",
|
2689
|
+
"StructureDefinition-shr-skin-SupportSurfaceCategory-extension.ttl.html",
|
2690
|
+
"StructureDefinition-shr-skin-SupportSurfaceCategory-extension.xml.html",
|
2691
|
+
"StructureDefinition-shr-skin-SupportSurfaceComponent-extension-definitions.html",
|
2692
|
+
"StructureDefinition-shr-skin-SupportSurfaceComponent-extension.html",
|
2693
|
+
"StructureDefinition-shr-skin-SupportSurfaceComponent-extension.json.html",
|
2694
|
+
"StructureDefinition-shr-skin-SupportSurfaceComponent-extension.ttl.html",
|
2695
|
+
"StructureDefinition-shr-skin-SupportSurfaceComponent-extension.xml.html",
|
2696
|
+
"StructureDefinition-shr-skin-SupportSurfaceEmployed-definitions.html",
|
2697
|
+
"StructureDefinition-shr-skin-SupportSurfaceEmployed.html",
|
2698
|
+
"StructureDefinition-shr-skin-SupportSurfaceEmployed.json.html",
|
2699
|
+
"StructureDefinition-shr-skin-SupportSurfaceEmployed.ttl.html",
|
2700
|
+
"StructureDefinition-shr-skin-SupportSurfaceEmployed.xml.html",
|
2701
|
+
"StructureDefinition-shr-skin-VisibleInternalStructure-extension-definitions.html",
|
2702
|
+
"StructureDefinition-shr-skin-VisibleInternalStructure-extension.html",
|
2703
|
+
"StructureDefinition-shr-skin-VisibleInternalStructure-extension.json.html",
|
2704
|
+
"StructureDefinition-shr-skin-VisibleInternalStructure-extension.ttl.html",
|
2705
|
+
"StructureDefinition-shr-skin-VisibleInternalStructure-extension.xml.html",
|
2706
|
+
"StructureDefinition-shr-skin-WoundBedAndEdge-extension-definitions.html",
|
2707
|
+
"StructureDefinition-shr-skin-WoundBedAndEdge-extension.html",
|
2708
|
+
"StructureDefinition-shr-skin-WoundBedAndEdge-extension.json.html",
|
2709
|
+
"StructureDefinition-shr-skin-WoundBedAndEdge-extension.ttl.html",
|
2710
|
+
"StructureDefinition-shr-skin-WoundBedAndEdge-extension.xml.html",
|
2711
|
+
"StructureDefinition-shr-skin-WoundEdgeAppearance-extension-definitions.html",
|
2712
|
+
"StructureDefinition-shr-skin-WoundEdgeAppearance-extension.html",
|
2713
|
+
"StructureDefinition-shr-skin-WoundEdgeAppearance-extension.json.html",
|
2714
|
+
"StructureDefinition-shr-skin-WoundEdgeAppearance-extension.ttl.html",
|
2715
|
+
"StructureDefinition-shr-skin-WoundEdgeAppearance-extension.xml.html",
|
2716
|
+
"StructureDefinition-shr-skin-WoundExudate-extension-definitions.html",
|
2717
|
+
"StructureDefinition-shr-skin-WoundExudate-extension.html",
|
2718
|
+
"StructureDefinition-shr-skin-WoundExudate-extension.json.html",
|
2719
|
+
"StructureDefinition-shr-skin-WoundExudate-extension.ttl.html",
|
2720
|
+
"StructureDefinition-shr-skin-WoundExudate-extension.xml.html",
|
2721
|
+
"StructureDefinition-shr-skin-WoundSize-extension-definitions.html",
|
2722
|
+
"StructureDefinition-shr-skin-WoundSize-extension.html",
|
2723
|
+
"StructureDefinition-shr-skin-WoundSize-extension.json.html",
|
2724
|
+
"StructureDefinition-shr-skin-WoundSize-extension.ttl.html",
|
2725
|
+
"StructureDefinition-shr-skin-WoundSize-extension.xml.html",
|
2726
|
+
"StructureDefinition-shr-skin-WoundTunnelling-extension-definitions.html",
|
2727
|
+
"StructureDefinition-shr-skin-WoundTunnelling-extension.html",
|
2728
|
+
"StructureDefinition-shr-skin-WoundTunnelling-extension.json.html",
|
2729
|
+
"StructureDefinition-shr-skin-WoundTunnelling-extension.ttl.html",
|
2730
|
+
"StructureDefinition-shr-skin-WoundTunnelling-extension.xml.html",
|
2731
|
+
"StructureDefinition-shr-skin-WoundUndermining-extension-definitions.html",
|
2732
|
+
"StructureDefinition-shr-skin-WoundUndermining-extension.html",
|
2733
|
+
"StructureDefinition-shr-skin-WoundUndermining-extension.json.html",
|
2734
|
+
"StructureDefinition-shr-skin-WoundUndermining-extension.ttl.html",
|
2735
|
+
"StructureDefinition-shr-skin-WoundUndermining-extension.xml.html",
|
2736
|
+
"StructureDefinition-shr-vital-BloodPressure-definitions.html",
|
2737
|
+
"StructureDefinition-shr-vital-BloodPressure.html",
|
2738
|
+
"StructureDefinition-shr-vital-BloodPressure.json.html",
|
2739
|
+
"StructureDefinition-shr-vital-BloodPressure.ttl.html",
|
2740
|
+
"StructureDefinition-shr-vital-BloodPressure.xml.html",
|
2741
|
+
"StructureDefinition-shr-vital-BodyHeight-definitions.html",
|
2742
|
+
"StructureDefinition-shr-vital-BodyHeight.html",
|
2743
|
+
"StructureDefinition-shr-vital-BodyHeight.json.html",
|
2744
|
+
"StructureDefinition-shr-vital-BodyHeight.ttl.html",
|
2745
|
+
"StructureDefinition-shr-vital-BodyHeight.xml.html",
|
2746
|
+
"StructureDefinition-shr-vital-BodyLength-definitions.html",
|
2747
|
+
"StructureDefinition-shr-vital-BodyLength.html",
|
2748
|
+
"StructureDefinition-shr-vital-BodyLength.json.html",
|
2749
|
+
"StructureDefinition-shr-vital-BodyLength.ttl.html",
|
2750
|
+
"StructureDefinition-shr-vital-BodyLength.xml.html",
|
2751
|
+
"StructureDefinition-shr-vital-BodyMassIndex-definitions.html",
|
2752
|
+
"StructureDefinition-shr-vital-BodyMassIndex.html",
|
2753
|
+
"StructureDefinition-shr-vital-BodyMassIndex.json.html",
|
2754
|
+
"StructureDefinition-shr-vital-BodyMassIndex.ttl.html",
|
2755
|
+
"StructureDefinition-shr-vital-BodyMassIndex.xml.html",
|
2756
|
+
"StructureDefinition-shr-vital-BodyTemperature-definitions.html",
|
2757
|
+
"StructureDefinition-shr-vital-BodyTemperature.html",
|
2758
|
+
"StructureDefinition-shr-vital-BodyTemperature.json.html",
|
2759
|
+
"StructureDefinition-shr-vital-BodyTemperature.ttl.html",
|
2760
|
+
"StructureDefinition-shr-vital-BodyTemperature.xml.html",
|
2761
|
+
"StructureDefinition-shr-vital-BodyWeight-definitions.html",
|
2762
|
+
"StructureDefinition-shr-vital-BodyWeight.html",
|
2763
|
+
"StructureDefinition-shr-vital-BodyWeight.json.html",
|
2764
|
+
"StructureDefinition-shr-vital-BodyWeight.ttl.html",
|
2765
|
+
"StructureDefinition-shr-vital-BodyWeight.xml.html",
|
2766
|
+
"StructureDefinition-shr-vital-DiastolicPressure-definitions.html",
|
2767
|
+
"StructureDefinition-shr-vital-DiastolicPressure.html",
|
2768
|
+
"StructureDefinition-shr-vital-DiastolicPressure.json.html",
|
2769
|
+
"StructureDefinition-shr-vital-DiastolicPressure.ttl.html",
|
2770
|
+
"StructureDefinition-shr-vital-DiastolicPressure.xml.html",
|
2771
|
+
"StructureDefinition-shr-vital-HeadCircumference-definitions.html",
|
2772
|
+
"StructureDefinition-shr-vital-HeadCircumference.html",
|
2773
|
+
"StructureDefinition-shr-vital-HeadCircumference.json.html",
|
2774
|
+
"StructureDefinition-shr-vital-HeadCircumference.ttl.html",
|
2775
|
+
"StructureDefinition-shr-vital-HeadCircumference.xml.html",
|
2776
|
+
"StructureDefinition-shr-vital-HeadTiltAngle-extension-definitions.html",
|
2777
|
+
"StructureDefinition-shr-vital-HeadTiltAngle-extension.html",
|
2778
|
+
"StructureDefinition-shr-vital-HeadTiltAngle-extension.json.html",
|
2779
|
+
"StructureDefinition-shr-vital-HeadTiltAngle-extension.ttl.html",
|
2780
|
+
"StructureDefinition-shr-vital-HeadTiltAngle-extension.xml.html",
|
2781
|
+
"StructureDefinition-shr-vital-HeartRate-definitions.html",
|
2782
|
+
"StructureDefinition-shr-vital-HeartRate.html",
|
2783
|
+
"StructureDefinition-shr-vital-HeartRate.json.html",
|
2784
|
+
"StructureDefinition-shr-vital-HeartRate.ttl.html",
|
2785
|
+
"StructureDefinition-shr-vital-HeartRate.xml.html",
|
2786
|
+
"StructureDefinition-shr-vital-OxygenSaturation-definitions.html",
|
2787
|
+
"StructureDefinition-shr-vital-OxygenSaturation.html",
|
2788
|
+
"StructureDefinition-shr-vital-OxygenSaturation.json.html",
|
2789
|
+
"StructureDefinition-shr-vital-OxygenSaturation.ttl.html",
|
2790
|
+
"StructureDefinition-shr-vital-OxygenSaturation.xml.html",
|
2791
|
+
"StructureDefinition-shr-vital-RespiratoryRate-definitions.html",
|
2792
|
+
"StructureDefinition-shr-vital-RespiratoryRate.html",
|
2793
|
+
"StructureDefinition-shr-vital-RespiratoryRate.json.html",
|
2794
|
+
"StructureDefinition-shr-vital-RespiratoryRate.ttl.html",
|
2795
|
+
"StructureDefinition-shr-vital-RespiratoryRate.xml.html",
|
2796
|
+
"StructureDefinition-shr-vital-SystolicPressure-definitions.html",
|
2797
|
+
"StructureDefinition-shr-vital-SystolicPressure.html",
|
2798
|
+
"StructureDefinition-shr-vital-SystolicPressure.json.html",
|
2799
|
+
"StructureDefinition-shr-vital-SystolicPressure.ttl.html",
|
2800
|
+
"StructureDefinition-shr-vital-SystolicPressure.xml.html",
|
2801
|
+
"StructureDefinition-shr-vital-VitalSign-definitions.html",
|
2802
|
+
"StructureDefinition-shr-vital-VitalSign.html",
|
2803
|
+
"StructureDefinition-shr-vital-VitalSign.json.html",
|
2804
|
+
"StructureDefinition-shr-vital-VitalSign.ttl.html",
|
2805
|
+
"StructureDefinition-shr-vital-VitalSign.xml.html",
|
2806
|
+
"ValueSet-shr-actor-AgeGroupVS.html",
|
2807
|
+
"ValueSet-shr-actor-AgeGroupVS.json.html",
|
2808
|
+
"ValueSet-shr-actor-AgeGroupVS.ttl.html",
|
2809
|
+
"ValueSet-shr-actor-AgeGroupVS.xml.html",
|
2810
|
+
"ValueSet-shr-actor-HealthcareRoleVS.html",
|
2811
|
+
"ValueSet-shr-actor-HealthcareRoleVS.json.html",
|
2812
|
+
"ValueSet-shr-actor-HealthcareRoleVS.ttl.html",
|
2813
|
+
"ValueSet-shr-actor-HealthcareRoleVS.xml.html",
|
2814
|
+
"ValueSet-shr-actor-LanguageQualifierVS.html",
|
2815
|
+
"ValueSet-shr-actor-LanguageQualifierVS.json.html",
|
2816
|
+
"ValueSet-shr-actor-LanguageQualifierVS.ttl.html",
|
2817
|
+
"ValueSet-shr-actor-LanguageQualifierVS.xml.html",
|
2818
|
+
"ValueSet-shr-adverse-MedDRAVS.html",
|
2819
|
+
"ValueSet-shr-adverse-MedDRAVS.json.html",
|
2820
|
+
"ValueSet-shr-adverse-MedDRAVS.ttl.html",
|
2821
|
+
"ValueSet-shr-adverse-MedDRAVS.xml.html",
|
2822
|
+
"ValueSet-shr-allergy-AllergenIrritantVS.html",
|
2823
|
+
"ValueSet-shr-allergy-AllergenIrritantVS.json.html",
|
2824
|
+
"ValueSet-shr-allergy-AllergenIrritantVS.ttl.html",
|
2825
|
+
"ValueSet-shr-allergy-AllergenIrritantVS.xml.html",
|
2826
|
+
"ValueSet-shr-allergy-AllergyVerificationStatusVS.html",
|
2827
|
+
"ValueSet-shr-allergy-AllergyVerificationStatusVS.json.html",
|
2828
|
+
"ValueSet-shr-allergy-AllergyVerificationStatusVS.ttl.html",
|
2829
|
+
"ValueSet-shr-allergy-AllergyVerificationStatusVS.xml.html",
|
2830
|
+
"ValueSet-shr-allergy-DrugIngredientVS.html",
|
2831
|
+
"ValueSet-shr-allergy-DrugIngredientVS.json.html",
|
2832
|
+
"ValueSet-shr-allergy-DrugIngredientVS.ttl.html",
|
2833
|
+
"ValueSet-shr-allergy-DrugIngredientVS.xml.html",
|
2834
|
+
"ValueSet-shr-allergy-FoodSubstanceVS.html",
|
2835
|
+
"ValueSet-shr-allergy-FoodSubstanceVS.json.html",
|
2836
|
+
"ValueSet-shr-allergy-FoodSubstanceVS.ttl.html",
|
2837
|
+
"ValueSet-shr-allergy-FoodSubstanceVS.xml.html",
|
2838
|
+
"ValueSet-shr-base-GenericAnswersVS.html",
|
2839
|
+
"ValueSet-shr-base-GenericAnswersVS.json.html",
|
2840
|
+
"ValueSet-shr-base-GenericAnswersVS.ttl.html",
|
2841
|
+
"ValueSet-shr-base-GenericAnswersVS.xml.html",
|
2842
|
+
"ValueSet-shr-base-MissingValueReasonVS.html",
|
2843
|
+
"ValueSet-shr-base-MissingValueReasonVS.json.html",
|
2844
|
+
"ValueSet-shr-base-MissingValueReasonVS.ttl.html",
|
2845
|
+
"ValueSet-shr-base-MissingValueReasonVS.xml.html",
|
2846
|
+
"ValueSet-shr-behavior-AlcoholUseScreeningToolVS.html",
|
2847
|
+
"ValueSet-shr-behavior-AlcoholUseScreeningToolVS.json.html",
|
2848
|
+
"ValueSet-shr-behavior-AlcoholUseScreeningToolVS.ttl.html",
|
2849
|
+
"ValueSet-shr-behavior-AlcoholUseScreeningToolVS.xml.html",
|
2850
|
+
"ValueSet-shr-behavior-DietNutritionConcernVS.html",
|
2851
|
+
"ValueSet-shr-behavior-DietNutritionConcernVS.json.html",
|
2852
|
+
"ValueSet-shr-behavior-DietNutritionConcernVS.ttl.html",
|
2853
|
+
"ValueSet-shr-behavior-DietNutritionConcernVS.xml.html",
|
2854
|
+
"ValueSet-shr-behavior-PhysicalActivityLimitationVS.html",
|
2855
|
+
"ValueSet-shr-behavior-PhysicalActivityLimitationVS.json.html",
|
2856
|
+
"ValueSet-shr-behavior-PhysicalActivityLimitationVS.ttl.html",
|
2857
|
+
"ValueSet-shr-behavior-PhysicalActivityLimitationVS.xml.html",
|
2858
|
+
"ValueSet-shr-behavior-ReligiousPracticeStatusVS.html",
|
2859
|
+
"ValueSet-shr-behavior-ReligiousPracticeStatusVS.json.html",
|
2860
|
+
"ValueSet-shr-behavior-ReligiousPracticeStatusVS.ttl.html",
|
2861
|
+
"ValueSet-shr-behavior-ReligiousPracticeStatusVS.xml.html",
|
2862
|
+
"ValueSet-shr-behavior-ReligiousRestrictionVS.html",
|
2863
|
+
"ValueSet-shr-behavior-ReligiousRestrictionVS.json.html",
|
2864
|
+
"ValueSet-shr-behavior-ReligiousRestrictionVS.ttl.html",
|
2865
|
+
"ValueSet-shr-behavior-ReligiousRestrictionVS.xml.html",
|
2866
|
+
"ValueSet-shr-behavior-SleepQualityReasonVS.html",
|
2867
|
+
"ValueSet-shr-behavior-SleepQualityReasonVS.json.html",
|
2868
|
+
"ValueSet-shr-behavior-SleepQualityReasonVS.ttl.html",
|
2869
|
+
"ValueSet-shr-behavior-SleepQualityReasonVS.xml.html",
|
2870
|
+
"ValueSet-shr-behavior-SpecialDietFollowedVS.html",
|
2871
|
+
"ValueSet-shr-behavior-SpecialDietFollowedVS.json.html",
|
2872
|
+
"ValueSet-shr-behavior-SpecialDietFollowedVS.ttl.html",
|
2873
|
+
"ValueSet-shr-behavior-SpecialDietFollowedVS.xml.html",
|
2874
|
+
"ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.html",
|
2875
|
+
"ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.json.html",
|
2876
|
+
"ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.ttl.html",
|
2877
|
+
"ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.xml.html",
|
2878
|
+
"ValueSet-shr-behavior-SubstanceOfAbuseVS.html",
|
2879
|
+
"ValueSet-shr-behavior-SubstanceOfAbuseVS.json.html",
|
2880
|
+
"ValueSet-shr-behavior-SubstanceOfAbuseVS.ttl.html",
|
2881
|
+
"ValueSet-shr-behavior-SubstanceOfAbuseVS.xml.html",
|
2882
|
+
"ValueSet-shr-core-BodyPositionVS.html",
|
2883
|
+
"ValueSet-shr-core-BodyPositionVS.json.html",
|
2884
|
+
"ValueSet-shr-core-BodyPositionVS.ttl.html",
|
2885
|
+
"ValueSet-shr-core-BodyPositionVS.xml.html",
|
2886
|
+
"ValueSet-shr-core-BodySiteVS.html",
|
2887
|
+
"ValueSet-shr-core-BodySiteVS.json.html",
|
2888
|
+
"ValueSet-shr-core-BodySiteVS.ttl.html",
|
2889
|
+
"ValueSet-shr-core-BodySiteVS.xml.html",
|
2890
|
+
"ValueSet-shr-core-ClinicalFindingAbsentVS.html",
|
2891
|
+
"ValueSet-shr-core-ClinicalFindingAbsentVS.json.html",
|
2892
|
+
"ValueSet-shr-core-ClinicalFindingAbsentVS.ttl.html",
|
2893
|
+
"ValueSet-shr-core-ClinicalFindingAbsentVS.xml.html",
|
2894
|
+
"ValueSet-shr-core-ClockDirectionVS.html",
|
2895
|
+
"ValueSet-shr-core-ClockDirectionVS.json.html",
|
2896
|
+
"ValueSet-shr-core-ClockDirectionVS.ttl.html",
|
2897
|
+
"ValueSet-shr-core-ClockDirectionVS.xml.html",
|
2898
|
+
"ValueSet-shr-core-CodingQualifierVS.html",
|
2899
|
+
"ValueSet-shr-core-CodingQualifierVS.json.html",
|
2900
|
+
"ValueSet-shr-core-CodingQualifierVS.ttl.html",
|
2901
|
+
"ValueSet-shr-core-CodingQualifierVS.xml.html",
|
2902
|
+
"ValueSet-shr-core-DirectionalityVS.html",
|
2903
|
+
"ValueSet-shr-core-DirectionalityVS.json.html",
|
2904
|
+
"ValueSet-shr-core-DirectionalityVS.ttl.html",
|
2905
|
+
"ValueSet-shr-core-DirectionalityVS.xml.html",
|
2906
|
+
"ValueSet-shr-core-DiseaseFindingVS.html",
|
2907
|
+
"ValueSet-shr-core-DiseaseFindingVS.json.html",
|
2908
|
+
"ValueSet-shr-core-DiseaseFindingVS.ttl.html",
|
2909
|
+
"ValueSet-shr-core-DiseaseFindingVS.xml.html",
|
2910
|
+
"ValueSet-shr-core-LateralityVS.html",
|
2911
|
+
"ValueSet-shr-core-LateralityVS.json.html",
|
2912
|
+
"ValueSet-shr-core-LateralityVS.ttl.html",
|
2913
|
+
"ValueSet-shr-core-LateralityVS.xml.html",
|
2914
|
+
"ValueSet-shr-core-LowerBoundTypeVS.html",
|
2915
|
+
"ValueSet-shr-core-LowerBoundTypeVS.json.html",
|
2916
|
+
"ValueSet-shr-core-LowerBoundTypeVS.ttl.html",
|
2917
|
+
"ValueSet-shr-core-LowerBoundTypeVS.xml.html",
|
2918
|
+
"ValueSet-shr-core-ManifestationVS.html",
|
2919
|
+
"ValueSet-shr-core-ManifestationVS.json.html",
|
2920
|
+
"ValueSet-shr-core-ManifestationVS.ttl.html",
|
2921
|
+
"ValueSet-shr-core-ManifestationVS.xml.html",
|
2922
|
+
"ValueSet-shr-core-PerformanceGradingScaleVS.html",
|
2923
|
+
"ValueSet-shr-core-PerformanceGradingScaleVS.json.html",
|
2924
|
+
"ValueSet-shr-core-PerformanceGradingScaleVS.ttl.html",
|
2925
|
+
"ValueSet-shr-core-PerformanceGradingScaleVS.xml.html",
|
2926
|
+
"ValueSet-shr-core-PortionTotalityVS.html",
|
2927
|
+
"ValueSet-shr-core-PortionTotalityVS.json.html",
|
2928
|
+
"ValueSet-shr-core-PortionTotalityVS.ttl.html",
|
2929
|
+
"ValueSet-shr-core-PortionTotalityVS.xml.html",
|
2930
|
+
"ValueSet-shr-core-QualitativeDateTimeVS.html",
|
2931
|
+
"ValueSet-shr-core-QualitativeDateTimeVS.json.html",
|
2932
|
+
"ValueSet-shr-core-QualitativeDateTimeVS.ttl.html",
|
2933
|
+
"ValueSet-shr-core-QualitativeDateTimeVS.xml.html",
|
2934
|
+
"ValueSet-shr-core-QualitativeFrequencyVS.html",
|
2935
|
+
"ValueSet-shr-core-QualitativeFrequencyVS.json.html",
|
2936
|
+
"ValueSet-shr-core-QualitativeFrequencyVS.ttl.html",
|
2937
|
+
"ValueSet-shr-core-QualitativeFrequencyVS.xml.html",
|
2938
|
+
"ValueSet-shr-core-QualitativeLikelihoodVS.html",
|
2939
|
+
"ValueSet-shr-core-QualitativeLikelihoodVS.json.html",
|
2940
|
+
"ValueSet-shr-core-QualitativeLikelihoodVS.ttl.html",
|
2941
|
+
"ValueSet-shr-core-QualitativeLikelihoodVS.xml.html",
|
2942
|
+
"ValueSet-shr-core-QualitativeValueScaleVS.html",
|
2943
|
+
"ValueSet-shr-core-QualitativeValueScaleVS.json.html",
|
2944
|
+
"ValueSet-shr-core-QualitativeValueScaleVS.ttl.html",
|
2945
|
+
"ValueSet-shr-core-QualitativeValueScaleVS.xml.html",
|
2946
|
+
"ValueSet-shr-core-SemiquantitativeDurationVS.html",
|
2947
|
+
"ValueSet-shr-core-SemiquantitativeDurationVS.json.html",
|
2948
|
+
"ValueSet-shr-core-SemiquantitativeDurationVS.ttl.html",
|
2949
|
+
"ValueSet-shr-core-SemiquantitativeDurationVS.xml.html",
|
2950
|
+
"ValueSet-shr-core-SemiquantitativeFrequencyVS.html",
|
2951
|
+
"ValueSet-shr-core-SemiquantitativeFrequencyVS.json.html",
|
2952
|
+
"ValueSet-shr-core-SemiquantitativeFrequencyVS.ttl.html",
|
2953
|
+
"ValueSet-shr-core-SemiquantitativeFrequencyVS.xml.html",
|
2954
|
+
"ValueSet-shr-core-SettingVS.html",
|
2955
|
+
"ValueSet-shr-core-SettingVS.json.html",
|
2956
|
+
"ValueSet-shr-core-SettingVS.ttl.html",
|
2957
|
+
"ValueSet-shr-core-SettingVS.xml.html",
|
2958
|
+
"ValueSet-shr-core-StatisticTypeVS.html",
|
2959
|
+
"ValueSet-shr-core-StatisticTypeVS.json.html",
|
2960
|
+
"ValueSet-shr-core-StatisticTypeVS.ttl.html",
|
2961
|
+
"ValueSet-shr-core-StatisticTypeVS.xml.html",
|
2962
|
+
"ValueSet-shr-core-ThreePriorityVS.html",
|
2963
|
+
"ValueSet-shr-core-ThreePriorityVS.json.html",
|
2964
|
+
"ValueSet-shr-core-ThreePriorityVS.ttl.html",
|
2965
|
+
"ValueSet-shr-core-ThreePriorityVS.xml.html",
|
2966
|
+
"ValueSet-shr-core-ThreeValueLogicVS.html",
|
2967
|
+
"ValueSet-shr-core-ThreeValueLogicVS.json.html",
|
2968
|
+
"ValueSet-shr-core-ThreeValueLogicVS.ttl.html",
|
2969
|
+
"ValueSet-shr-core-ThreeValueLogicVS.xml.html",
|
2970
|
+
"ValueSet-shr-core-TimeUnitOfMeasureVS.html",
|
2971
|
+
"ValueSet-shr-core-TimeUnitOfMeasureVS.json.html",
|
2972
|
+
"ValueSet-shr-core-TimeUnitOfMeasureVS.ttl.html",
|
2973
|
+
"ValueSet-shr-core-TimeUnitOfMeasureVS.xml.html",
|
2974
|
+
"ValueSet-shr-core-UpperBoundTypeVS.html",
|
2975
|
+
"ValueSet-shr-core-UpperBoundTypeVS.json.html",
|
2976
|
+
"ValueSet-shr-core-UpperBoundTypeVS.ttl.html",
|
2977
|
+
"ValueSet-shr-core-UpperBoundTypeVS.xml.html",
|
2978
|
+
"ValueSet-shr-demographics-AddressUseVS.html",
|
2979
|
+
"ValueSet-shr-demographics-AddressUseVS.json.html",
|
2980
|
+
"ValueSet-shr-demographics-AddressUseVS.ttl.html",
|
2981
|
+
"ValueSet-shr-demographics-AddressUseVS.xml.html",
|
2982
|
+
"ValueSet-shr-demographics-InsuranceProviderTypeVS.html",
|
2983
|
+
"ValueSet-shr-demographics-InsuranceProviderTypeVS.json.html",
|
2984
|
+
"ValueSet-shr-demographics-InsuranceProviderTypeVS.ttl.html",
|
2985
|
+
"ValueSet-shr-demographics-InsuranceProviderTypeVS.xml.html",
|
2986
|
+
"ValueSet-shr-demographics-TelecomQualifierVS.html",
|
2987
|
+
"ValueSet-shr-demographics-TelecomQualifierVS.json.html",
|
2988
|
+
"ValueSet-shr-demographics-TelecomQualifierVS.ttl.html",
|
2989
|
+
"ValueSet-shr-demographics-TelecomQualifierVS.xml.html",
|
2990
|
+
"ValueSet-shr-demographics-TelephoneTypeVS.html",
|
2991
|
+
"ValueSet-shr-demographics-TelephoneTypeVS.json.html",
|
2992
|
+
"ValueSet-shr-demographics-TelephoneTypeVS.ttl.html",
|
2993
|
+
"ValueSet-shr-demographics-TelephoneTypeVS.xml.html",
|
2994
|
+
"ValueSet-shr-device-RespiratoryAssistDeviceVS.html",
|
2995
|
+
"ValueSet-shr-device-RespiratoryAssistDeviceVS.json.html",
|
2996
|
+
"ValueSet-shr-device-RespiratoryAssistDeviceVS.ttl.html",
|
2997
|
+
"ValueSet-shr-device-RespiratoryAssistDeviceVS.xml.html",
|
2998
|
+
"ValueSet-shr-device-RespiratoryRateSettingVS.html",
|
2999
|
+
"ValueSet-shr-device-RespiratoryRateSettingVS.json.html",
|
3000
|
+
"ValueSet-shr-device-RespiratoryRateSettingVS.ttl.html",
|
3001
|
+
"ValueSet-shr-device-RespiratoryRateSettingVS.xml.html",
|
3002
|
+
"ValueSet-shr-encounter-EncounterTypeVS.html",
|
3003
|
+
"ValueSet-shr-encounter-EncounterTypeVS.json.html",
|
3004
|
+
"ValueSet-shr-encounter-EncounterTypeVS.ttl.html",
|
3005
|
+
"ValueSet-shr-encounter-EncounterTypeVS.xml.html",
|
3006
|
+
"ValueSet-shr-encounter-EncounterUrgencyVS.html",
|
3007
|
+
"ValueSet-shr-encounter-EncounterUrgencyVS.json.html",
|
3008
|
+
"ValueSet-shr-encounter-EncounterUrgencyVS.ttl.html",
|
3009
|
+
"ValueSet-shr-encounter-EncounterUrgencyVS.xml.html",
|
3010
|
+
"ValueSet-shr-encounter-EpisodeOfCareCompletionVS.html",
|
3011
|
+
"ValueSet-shr-encounter-EpisodeOfCareCompletionVS.json.html",
|
3012
|
+
"ValueSet-shr-encounter-EpisodeOfCareCompletionVS.ttl.html",
|
3013
|
+
"ValueSet-shr-encounter-EpisodeOfCareCompletionVS.xml.html",
|
3014
|
+
"ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.html",
|
3015
|
+
"ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.json.html",
|
3016
|
+
"ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.ttl.html",
|
3017
|
+
"ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.xml.html",
|
3018
|
+
"ValueSet-shr-encounter-ReferralSourceTypeVS.html",
|
3019
|
+
"ValueSet-shr-encounter-ReferralSourceTypeVS.json.html",
|
3020
|
+
"ValueSet-shr-encounter-ReferralSourceTypeVS.ttl.html",
|
3021
|
+
"ValueSet-shr-encounter-ReferralSourceTypeVS.xml.html",
|
3022
|
+
"ValueSet-shr-encounter-TreatmentCooperationVS.html",
|
3023
|
+
"ValueSet-shr-encounter-TreatmentCooperationVS.json.html",
|
3024
|
+
"ValueSet-shr-encounter-TreatmentCooperationVS.ttl.html",
|
3025
|
+
"ValueSet-shr-encounter-TreatmentCooperationVS.xml.html",
|
3026
|
+
"ValueSet-shr-environment-AnimalExposureVS.html",
|
3027
|
+
"ValueSet-shr-environment-AnimalExposureVS.json.html",
|
3028
|
+
"ValueSet-shr-environment-AnimalExposureVS.ttl.html",
|
3029
|
+
"ValueSet-shr-environment-AnimalExposureVS.xml.html",
|
3030
|
+
"ValueSet-shr-environment-CoinhabitantVS.html",
|
3031
|
+
"ValueSet-shr-environment-CoinhabitantVS.json.html",
|
3032
|
+
"ValueSet-shr-environment-CoinhabitantVS.ttl.html",
|
3033
|
+
"ValueSet-shr-environment-CoinhabitantVS.xml.html",
|
3034
|
+
"ValueSet-shr-environment-HomeEnvironmentRiskVS.html",
|
3035
|
+
"ValueSet-shr-environment-HomeEnvironmentRiskVS.json.html",
|
3036
|
+
"ValueSet-shr-environment-HomeEnvironmentRiskVS.ttl.html",
|
3037
|
+
"ValueSet-shr-environment-HomeEnvironmentRiskVS.xml.html",
|
3038
|
+
"ValueSet-shr-environment-IncomeSourceVS.html",
|
3039
|
+
"ValueSet-shr-environment-IncomeSourceVS.json.html",
|
3040
|
+
"ValueSet-shr-environment-IncomeSourceVS.ttl.html",
|
3041
|
+
"ValueSet-shr-environment-IncomeSourceVS.xml.html",
|
3042
|
+
"ValueSet-shr-environment-NonCashBenefitVS.html",
|
3043
|
+
"ValueSet-shr-environment-NonCashBenefitVS.json.html",
|
3044
|
+
"ValueSet-shr-environment-NonCashBenefitVS.ttl.html",
|
3045
|
+
"ValueSet-shr-environment-NonCashBenefitVS.xml.html",
|
3046
|
+
"ValueSet-shr-environment-ResourceStabilityVS.html",
|
3047
|
+
"ValueSet-shr-environment-ResourceStabilityVS.json.html",
|
3048
|
+
"ValueSet-shr-environment-ResourceStabilityVS.ttl.html",
|
3049
|
+
"ValueSet-shr-environment-ResourceStabilityVS.xml.html",
|
3050
|
+
"ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.html",
|
3051
|
+
"ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.json.html",
|
3052
|
+
"ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.ttl.html",
|
3053
|
+
"ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.xml.html",
|
3054
|
+
"ValueSet-shr-lab-ChangeFlagVS.html",
|
3055
|
+
"ValueSet-shr-lab-ChangeFlagVS.json.html",
|
3056
|
+
"ValueSet-shr-lab-ChangeFlagVS.ttl.html",
|
3057
|
+
"ValueSet-shr-lab-ChangeFlagVS.xml.html",
|
3058
|
+
"ValueSet-shr-lab-HIVScreeningTestCodeVS.html",
|
3059
|
+
"ValueSet-shr-lab-HIVScreeningTestCodeVS.json.html",
|
3060
|
+
"ValueSet-shr-lab-HIVScreeningTestCodeVS.ttl.html",
|
3061
|
+
"ValueSet-shr-lab-HIVScreeningTestCodeVS.xml.html",
|
3062
|
+
"ValueSet-shr-lab-HIVScreeningTestResultVS.html",
|
3063
|
+
"ValueSet-shr-lab-HIVScreeningTestResultVS.json.html",
|
3064
|
+
"ValueSet-shr-lab-HIVScreeningTestResultVS.ttl.html",
|
3065
|
+
"ValueSet-shr-lab-HIVScreeningTestResultVS.xml.html",
|
3066
|
+
"ValueSet-shr-lab-HIVSupplementalTestCodeVS.html",
|
3067
|
+
"ValueSet-shr-lab-HIVSupplementalTestCodeVS.json.html",
|
3068
|
+
"ValueSet-shr-lab-HIVSupplementalTestCodeVS.ttl.html",
|
3069
|
+
"ValueSet-shr-lab-HIVSupplementalTestCodeVS.xml.html",
|
3070
|
+
"ValueSet-shr-lab-HIVSupplementalTestResultVS.html",
|
3071
|
+
"ValueSet-shr-lab-HIVSupplementalTestResultVS.json.html",
|
3072
|
+
"ValueSet-shr-lab-HIVSupplementalTestResultVS.ttl.html",
|
3073
|
+
"ValueSet-shr-lab-HIVSupplementalTestResultVS.xml.html",
|
3074
|
+
"ValueSet-shr-lab-RequestStatusVS.html",
|
3075
|
+
"ValueSet-shr-lab-RequestStatusVS.json.html",
|
3076
|
+
"ValueSet-shr-lab-RequestStatusVS.ttl.html",
|
3077
|
+
"ValueSet-shr-lab-RequestStatusVS.xml.html",
|
3078
|
+
"ValueSet-shr-lab-TestInterpretationVS.html",
|
3079
|
+
"ValueSet-shr-lab-TestInterpretationVS.json.html",
|
3080
|
+
"ValueSet-shr-lab-TestInterpretationVS.ttl.html",
|
3081
|
+
"ValueSet-shr-lab-TestInterpretationVS.xml.html",
|
3082
|
+
"ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.html",
|
3083
|
+
"ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.json.html",
|
3084
|
+
"ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.ttl.html",
|
3085
|
+
"ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.xml.html",
|
3086
|
+
"ValueSet-shr-lifehistory-EducationalAttainmentVS.html",
|
3087
|
+
"ValueSet-shr-lifehistory-EducationalAttainmentVS.json.html",
|
3088
|
+
"ValueSet-shr-lifehistory-EducationalAttainmentVS.ttl.html",
|
3089
|
+
"ValueSet-shr-lifehistory-EducationalAttainmentVS.xml.html",
|
3090
|
+
"ValueSet-shr-lifehistory-EmploymentStatusVS.html",
|
3091
|
+
"ValueSet-shr-lifehistory-EmploymentStatusVS.json.html",
|
3092
|
+
"ValueSet-shr-lifehistory-EmploymentStatusVS.ttl.html",
|
3093
|
+
"ValueSet-shr-lifehistory-EmploymentStatusVS.xml.html",
|
3094
|
+
"ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.html",
|
3095
|
+
"ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.json.html",
|
3096
|
+
"ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.ttl.html",
|
3097
|
+
"ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.xml.html",
|
3098
|
+
"ValueSet-shr-lifehistory-MilitaryServiceEraVS.html",
|
3099
|
+
"ValueSet-shr-lifehistory-MilitaryServiceEraVS.json.html",
|
3100
|
+
"ValueSet-shr-lifehistory-MilitaryServiceEraVS.ttl.html",
|
3101
|
+
"ValueSet-shr-lifehistory-MilitaryServiceEraVS.xml.html",
|
3102
|
+
"ValueSet-shr-lifehistory-MilitaryStatusVS.html",
|
3103
|
+
"ValueSet-shr-lifehistory-MilitaryStatusVS.json.html",
|
3104
|
+
"ValueSet-shr-lifehistory-MilitaryStatusVS.ttl.html",
|
3105
|
+
"ValueSet-shr-lifehistory-MilitaryStatusVS.xml.html",
|
3106
|
+
"ValueSet-shr-lifehistory-TeratogenVS.html",
|
3107
|
+
"ValueSet-shr-lifehistory-TeratogenVS.json.html",
|
3108
|
+
"ValueSet-shr-lifehistory-TeratogenVS.ttl.html",
|
3109
|
+
"ValueSet-shr-lifehistory-TeratogenVS.xml.html",
|
3110
|
+
"ValueSet-shr-lifehistory-USMilitaryBranchVS.html",
|
3111
|
+
"ValueSet-shr-lifehistory-USMilitaryBranchVS.json.html",
|
3112
|
+
"ValueSet-shr-lifehistory-USMilitaryBranchVS.ttl.html",
|
3113
|
+
"ValueSet-shr-lifehistory-USMilitaryBranchVS.xml.html",
|
3114
|
+
"ValueSet-shr-medication-MedicationChangeReasonVS.html",
|
3115
|
+
"ValueSet-shr-medication-MedicationChangeReasonVS.json.html",
|
3116
|
+
"ValueSet-shr-medication-MedicationChangeReasonVS.ttl.html",
|
3117
|
+
"ValueSet-shr-medication-MedicationChangeReasonVS.xml.html",
|
3118
|
+
"ValueSet-shr-medication-MedicationChangeTypeVS.html",
|
3119
|
+
"ValueSet-shr-medication-MedicationChangeTypeVS.json.html",
|
3120
|
+
"ValueSet-shr-medication-MedicationChangeTypeVS.ttl.html",
|
3121
|
+
"ValueSet-shr-medication-MedicationChangeTypeVS.xml.html",
|
3122
|
+
"ValueSet-shr-medication-MedicationNonAdherenceReasonVS.html",
|
3123
|
+
"ValueSet-shr-medication-MedicationNonAdherenceReasonVS.json.html",
|
3124
|
+
"ValueSet-shr-medication-MedicationNonAdherenceReasonVS.ttl.html",
|
3125
|
+
"ValueSet-shr-medication-MedicationNonAdherenceReasonVS.xml.html",
|
3126
|
+
"ValueSet-shr-medication-MedicationVS.html",
|
3127
|
+
"ValueSet-shr-medication-MedicationVS.json.html",
|
3128
|
+
"ValueSet-shr-medication-MedicationVS.ttl.html",
|
3129
|
+
"ValueSet-shr-medication-MedicationVS.xml.html",
|
3130
|
+
"ValueSet-shr-medication-ReasonMedicationNotUsedVS.html",
|
3131
|
+
"ValueSet-shr-medication-ReasonMedicationNotUsedVS.json.html",
|
3132
|
+
"ValueSet-shr-medication-ReasonMedicationNotUsedVS.ttl.html",
|
3133
|
+
"ValueSet-shr-medication-ReasonMedicationNotUsedVS.xml.html",
|
3134
|
+
"ValueSet-shr-observation-ExposureReasonVS.html",
|
3135
|
+
"ValueSet-shr-observation-ExposureReasonVS.json.html",
|
3136
|
+
"ValueSet-shr-observation-ExposureReasonVS.ttl.html",
|
3137
|
+
"ValueSet-shr-observation-ExposureReasonVS.xml.html",
|
3138
|
+
"ValueSet-shr-observation-NonLabObservationStatusVS.html",
|
3139
|
+
"ValueSet-shr-observation-NonLabObservationStatusVS.json.html",
|
3140
|
+
"ValueSet-shr-observation-NonLabObservationStatusVS.ttl.html",
|
3141
|
+
"ValueSet-shr-observation-NonLabObservationStatusVS.xml.html",
|
3142
|
+
"ValueSet-shr-observation-ObservationNotMadeReasonVS.html",
|
3143
|
+
"ValueSet-shr-observation-ObservationNotMadeReasonVS.json.html",
|
3144
|
+
"ValueSet-shr-observation-ObservationNotMadeReasonVS.ttl.html",
|
3145
|
+
"ValueSet-shr-observation-ObservationNotMadeReasonVS.xml.html",
|
3146
|
+
"ValueSet-shr-problem-DSMVS.html",
|
3147
|
+
"ValueSet-shr-problem-DSMVS.json.html",
|
3148
|
+
"ValueSet-shr-problem-DSMVS.ttl.html",
|
3149
|
+
"ValueSet-shr-problem-DSMVS.xml.html",
|
3150
|
+
"ValueSet-shr-problem-EvidenceQualityVS.html",
|
3151
|
+
"ValueSet-shr-problem-EvidenceQualityVS.json.html",
|
3152
|
+
"ValueSet-shr-problem-EvidenceQualityVS.ttl.html",
|
3153
|
+
"ValueSet-shr-problem-EvidenceQualityVS.xml.html",
|
3154
|
+
"ValueSet-shr-problem-GradeOrStageVS.html",
|
3155
|
+
"ValueSet-shr-problem-GradeOrStageVS.json.html",
|
3156
|
+
"ValueSet-shr-problem-GradeOrStageVS.ttl.html",
|
3157
|
+
"ValueSet-shr-problem-GradeOrStageVS.xml.html",
|
3158
|
+
"ValueSet-shr-problem-ProblemCategoryVS.html",
|
3159
|
+
"ValueSet-shr-problem-ProblemCategoryVS.json.html",
|
3160
|
+
"ValueSet-shr-problem-ProblemCategoryVS.ttl.html",
|
3161
|
+
"ValueSet-shr-problem-ProblemCategoryVS.xml.html",
|
3162
|
+
"ValueSet-shr-sex-CommonPregnancyComplicationVS.html",
|
3163
|
+
"ValueSet-shr-sex-CommonPregnancyComplicationVS.json.html",
|
3164
|
+
"ValueSet-shr-sex-CommonPregnancyComplicationVS.ttl.html",
|
3165
|
+
"ValueSet-shr-sex-CommonPregnancyComplicationVS.xml.html",
|
3166
|
+
"ValueSet-shr-sex-ContraceptiveMethodReasonVS.html",
|
3167
|
+
"ValueSet-shr-sex-ContraceptiveMethodReasonVS.json.html",
|
3168
|
+
"ValueSet-shr-sex-ContraceptiveMethodReasonVS.ttl.html",
|
3169
|
+
"ValueSet-shr-sex-ContraceptiveMethodReasonVS.xml.html",
|
3170
|
+
"ValueSet-shr-sex-ContraceptiveMethodVS.html",
|
3171
|
+
"ValueSet-shr-sex-ContraceptiveMethodVS.json.html",
|
3172
|
+
"ValueSet-shr-sex-ContraceptiveMethodVS.ttl.html",
|
3173
|
+
"ValueSet-shr-sex-ContraceptiveMethodVS.xml.html",
|
3174
|
+
"ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.html",
|
3175
|
+
"ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.json.html",
|
3176
|
+
"ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.ttl.html",
|
3177
|
+
"ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.xml.html",
|
3178
|
+
"ValueSet-shr-sex-DifficultyWithIntercourseVS.html",
|
3179
|
+
"ValueSet-shr-sex-DifficultyWithIntercourseVS.json.html",
|
3180
|
+
"ValueSet-shr-sex-DifficultyWithIntercourseVS.ttl.html",
|
3181
|
+
"ValueSet-shr-sex-DifficultyWithIntercourseVS.xml.html",
|
3182
|
+
"ValueSet-shr-sex-GenderIdentityVS.html",
|
3183
|
+
"ValueSet-shr-sex-GenderIdentityVS.json.html",
|
3184
|
+
"ValueSet-shr-sex-GenderIdentityVS.ttl.html",
|
3185
|
+
"ValueSet-shr-sex-GenderIdentityVS.xml.html",
|
3186
|
+
"ValueSet-shr-sex-SexualActivityVS.html",
|
3187
|
+
"ValueSet-shr-sex-SexualActivityVS.json.html",
|
3188
|
+
"ValueSet-shr-sex-SexualActivityVS.ttl.html",
|
3189
|
+
"ValueSet-shr-sex-SexualActivityVS.xml.html",
|
3190
|
+
"ValueSet-shr-sex-SexualOrientationVS.html",
|
3191
|
+
"ValueSet-shr-sex-SexualOrientationVS.json.html",
|
3192
|
+
"ValueSet-shr-sex-SexualOrientationVS.ttl.html",
|
3193
|
+
"ValueSet-shr-sex-SexualOrientationVS.xml.html",
|
3194
|
+
"ValueSet-shr-skin-PressureUlcerAssociationVS.html",
|
3195
|
+
"ValueSet-shr-skin-PressureUlcerAssociationVS.json.html",
|
3196
|
+
"ValueSet-shr-skin-PressureUlcerAssociationVS.ttl.html",
|
3197
|
+
"ValueSet-shr-skin-PressureUlcerAssociationVS.xml.html",
|
3198
|
+
"ValueSet-shr-skin-PressureUlcerBodySiteVS.html",
|
3199
|
+
"ValueSet-shr-skin-PressureUlcerBodySiteVS.json.html",
|
3200
|
+
"ValueSet-shr-skin-PressureUlcerBodySiteVS.ttl.html",
|
3201
|
+
"ValueSet-shr-skin-PressureUlcerBodySiteVS.xml.html",
|
3202
|
+
"ValueSet-shr-skin-SupportSurfaceBodyPositionVS.html",
|
3203
|
+
"ValueSet-shr-skin-SupportSurfaceBodyPositionVS.json.html",
|
3204
|
+
"ValueSet-shr-skin-SupportSurfaceBodyPositionVS.ttl.html",
|
3205
|
+
"ValueSet-shr-skin-SupportSurfaceBodyPositionVS.xml.html",
|
3206
|
+
"ValueSet-shr-skin-SupportSurfaceCategoryVS.html",
|
3207
|
+
"ValueSet-shr-skin-SupportSurfaceCategoryVS.json.html",
|
3208
|
+
"ValueSet-shr-skin-SupportSurfaceCategoryVS.ttl.html",
|
3209
|
+
"ValueSet-shr-skin-SupportSurfaceCategoryVS.xml.html",
|
3210
|
+
"ValueSet-shr-skin-SupportSurfaceComponentVS.html",
|
3211
|
+
"ValueSet-shr-skin-SupportSurfaceComponentVS.json.html",
|
3212
|
+
"ValueSet-shr-skin-SupportSurfaceComponentVS.ttl.html",
|
3213
|
+
"ValueSet-shr-skin-SupportSurfaceComponentVS.xml.html",
|
3214
|
+
"ValueSet-shr-skin-SupportSurfaceFeatureVS.html",
|
3215
|
+
"ValueSet-shr-skin-SupportSurfaceFeatureVS.json.html",
|
3216
|
+
"ValueSet-shr-skin-SupportSurfaceFeatureVS.ttl.html",
|
3217
|
+
"ValueSet-shr-skin-SupportSurfaceFeatureVS.xml.html",
|
3218
|
+
"ValueSet-shr-skin-SupportSurfaceVS.html",
|
3219
|
+
"ValueSet-shr-skin-SupportSurfaceVS.json.html",
|
3220
|
+
"ValueSet-shr-skin-SupportSurfaceVS.ttl.html",
|
3221
|
+
"ValueSet-shr-skin-SupportSurfaceVS.xml.html",
|
3222
|
+
"ValueSet-shr-skin-VisibleInternalStructureVS.html",
|
3223
|
+
"ValueSet-shr-skin-VisibleInternalStructureVS.json.html",
|
3224
|
+
"ValueSet-shr-skin-VisibleInternalStructureVS.ttl.html",
|
3225
|
+
"ValueSet-shr-skin-VisibleInternalStructureVS.xml.html",
|
3226
|
+
"ValueSet-shr-skin-WoundEdgeAppearanceVS.html",
|
3227
|
+
"ValueSet-shr-skin-WoundEdgeAppearanceVS.json.html",
|
3228
|
+
"ValueSet-shr-skin-WoundEdgeAppearanceVS.ttl.html",
|
3229
|
+
"ValueSet-shr-skin-WoundEdgeAppearanceVS.xml.html",
|
3230
|
+
"ValueSet-shr-vital-BloodPressureBodySiteVS.html",
|
3231
|
+
"ValueSet-shr-vital-BloodPressureBodySiteVS.json.html",
|
3232
|
+
"ValueSet-shr-vital-BloodPressureBodySiteVS.ttl.html",
|
3233
|
+
"ValueSet-shr-vital-BloodPressureBodySiteVS.xml.html",
|
3234
|
+
"ValueSet-shr-vital-BloodPressureMethodVS.html",
|
3235
|
+
"ValueSet-shr-vital-BloodPressureMethodVS.json.html",
|
3236
|
+
"ValueSet-shr-vital-BloodPressureMethodVS.ttl.html",
|
3237
|
+
"ValueSet-shr-vital-BloodPressureMethodVS.xml.html",
|
3238
|
+
"ValueSet-shr-vital-BloodPressureQualifierVS.html",
|
3239
|
+
"ValueSet-shr-vital-BloodPressureQualifierVS.json.html",
|
3240
|
+
"ValueSet-shr-vital-BloodPressureQualifierVS.ttl.html",
|
3241
|
+
"ValueSet-shr-vital-BloodPressureQualifierVS.xml.html",
|
3242
|
+
"ValueSet-shr-vital-BodyHeightQualifierVS.html",
|
3243
|
+
"ValueSet-shr-vital-BodyHeightQualifierVS.json.html",
|
3244
|
+
"ValueSet-shr-vital-BodyHeightQualifierVS.ttl.html",
|
3245
|
+
"ValueSet-shr-vital-BodyHeightQualifierVS.xml.html",
|
3246
|
+
"ValueSet-shr-vital-BodyTemperatureBodySiteVS.html",
|
3247
|
+
"ValueSet-shr-vital-BodyTemperatureBodySiteVS.json.html",
|
3248
|
+
"ValueSet-shr-vital-BodyTemperatureBodySiteVS.ttl.html",
|
3249
|
+
"ValueSet-shr-vital-BodyTemperatureBodySiteVS.xml.html",
|
3250
|
+
"ValueSet-shr-vital-BodyTemperatureQualifierVS.html",
|
3251
|
+
"ValueSet-shr-vital-BodyTemperatureQualifierVS.json.html",
|
3252
|
+
"ValueSet-shr-vital-BodyTemperatureQualifierVS.ttl.html",
|
3253
|
+
"ValueSet-shr-vital-BodyTemperatureQualifierVS.xml.html",
|
3254
|
+
"ValueSet-shr-vital-BodyWeightQualifierVS.html",
|
3255
|
+
"ValueSet-shr-vital-BodyWeightQualifierVS.json.html",
|
3256
|
+
"ValueSet-shr-vital-BodyWeightQualifierVS.ttl.html",
|
3257
|
+
"ValueSet-shr-vital-BodyWeightQualifierVS.xml.html",
|
3258
|
+
"ValueSet-shr-vital-HeartRateMethodVS.html",
|
3259
|
+
"ValueSet-shr-vital-HeartRateMethodVS.json.html",
|
3260
|
+
"ValueSet-shr-vital-HeartRateMethodVS.ttl.html",
|
3261
|
+
"ValueSet-shr-vital-HeartRateMethodVS.xml.html",
|
3262
|
+
"ValueSet-shr-vital-HeartRateQualifierVS.html",
|
3263
|
+
"ValueSet-shr-vital-HeartRateQualifierVS.json.html",
|
3264
|
+
"ValueSet-shr-vital-HeartRateQualifierVS.ttl.html",
|
3265
|
+
"ValueSet-shr-vital-HeartRateQualifierVS.xml.html",
|
3266
|
+
"ValueSet-shr-vital-OxygenSaturationBodySiteVS.html",
|
3267
|
+
"ValueSet-shr-vital-OxygenSaturationBodySiteVS.json.html",
|
3268
|
+
"ValueSet-shr-vital-OxygenSaturationBodySiteVS.ttl.html",
|
3269
|
+
"ValueSet-shr-vital-OxygenSaturationBodySiteVS.xml.html",
|
3270
|
+
"ValueSet-shr-vital-RespiratoryRateMethodVS.html",
|
3271
|
+
"ValueSet-shr-vital-RespiratoryRateMethodVS.json.html",
|
3272
|
+
"ValueSet-shr-vital-RespiratoryRateMethodVS.ttl.html",
|
3273
|
+
"ValueSet-shr-vital-RespiratoryRateMethodVS.xml.html",
|
3274
|
+
"ValueSet-shr-vital-RespiratoryRateQualifierVS.html",
|
3275
|
+
"ValueSet-shr-vital-RespiratoryRateQualifierVS.json.html",
|
3276
|
+
"ValueSet-shr-vital-RespiratoryRateQualifierVS.ttl.html",
|
3277
|
+
"ValueSet-shr-vital-RespiratoryRateQualifierVS.xml.html",
|
3278
|
+
"valuesets.html"
|
3279
|
+
],
|
3280
|
+
"images": []
|
3281
|
+
}
|