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,216 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-sex-CurrentPregnancyStatus-extension",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR CurrentPregnancyStatus Extension</b></p>\n <p>Whether or not the subject is currently pregnant.</p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-CurrentPregnancyStatus-extension",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.sex.CurrentPregnancyStatus"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR CurrentPregnancyStatus Extension",
|
17
|
+
"title": "SHR CurrentPregnancyStatus Extension",
|
18
|
+
"status": "draft",
|
19
|
+
"date": "2017-04-18T15:12:23.051Z",
|
20
|
+
"publisher": "The MITRE Corporation: Standard Health Record Collaborative",
|
21
|
+
"contact": [
|
22
|
+
{
|
23
|
+
"telecom": [
|
24
|
+
{
|
25
|
+
"system": "url",
|
26
|
+
"value": "http://www.standardhealthrecord.org"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
],
|
31
|
+
"description": "Whether or not the subject is currently pregnant.",
|
32
|
+
"fhirVersion": "3.0.0",
|
33
|
+
"kind": "complex-type",
|
34
|
+
"abstract": false,
|
35
|
+
"contextType": "resource",
|
36
|
+
"context": [
|
37
|
+
"*"
|
38
|
+
],
|
39
|
+
"type": "Extension",
|
40
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
|
41
|
+
"derivation": "constraint",
|
42
|
+
"snapshot": {
|
43
|
+
"element": [
|
44
|
+
{
|
45
|
+
"id": "Extension:currentpregnancystatus",
|
46
|
+
"path": "Extension",
|
47
|
+
"short": "SHR CurrentPregnancyStatus Extension",
|
48
|
+
"definition": "Whether or not the subject is currently pregnant.",
|
49
|
+
"min": 0,
|
50
|
+
"max": "*",
|
51
|
+
"base": {
|
52
|
+
"path": "Extension",
|
53
|
+
"min": 0,
|
54
|
+
"max": "1"
|
55
|
+
},
|
56
|
+
"condition": [
|
57
|
+
"ele-1"
|
58
|
+
],
|
59
|
+
"constraint": [
|
60
|
+
{
|
61
|
+
"key": "ele-1",
|
62
|
+
"severity": "error",
|
63
|
+
"human": "All FHIR elements must have a @value or children",
|
64
|
+
"expression": "children().count() > id.count()",
|
65
|
+
"xpath": "@value|f:*|h:div",
|
66
|
+
"source": "Element"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"key": "ext-1",
|
70
|
+
"severity": "error",
|
71
|
+
"human": "Must have either extensions or value[x], not both",
|
72
|
+
"expression": "extension.exists() != value.exists()",
|
73
|
+
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
|
74
|
+
"source": "Extension"
|
75
|
+
}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"id": "Extension:currentpregnancystatus.id",
|
80
|
+
"path": "Extension.id",
|
81
|
+
"representation": [
|
82
|
+
"xmlAttr"
|
83
|
+
],
|
84
|
+
"short": "xml:id (or equivalent in JSON)",
|
85
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
86
|
+
"min": 0,
|
87
|
+
"max": "1",
|
88
|
+
"base": {
|
89
|
+
"path": "Element.id",
|
90
|
+
"min": 0,
|
91
|
+
"max": "1"
|
92
|
+
},
|
93
|
+
"type": [
|
94
|
+
{
|
95
|
+
"code": "string"
|
96
|
+
}
|
97
|
+
],
|
98
|
+
"mapping": [
|
99
|
+
{
|
100
|
+
"identity": "rim",
|
101
|
+
"map": "N/A"
|
102
|
+
}
|
103
|
+
]
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"id": "Extension:currentpregnancystatus.extension:extension",
|
107
|
+
"path": "Extension.extension",
|
108
|
+
"sliceName": "extension",
|
109
|
+
"short": "Extension",
|
110
|
+
"definition": "An Extension",
|
111
|
+
"min": 0,
|
112
|
+
"max": "0",
|
113
|
+
"base": {
|
114
|
+
"path": "Element.extension",
|
115
|
+
"min": 0,
|
116
|
+
"max": "*"
|
117
|
+
},
|
118
|
+
"type": [
|
119
|
+
{
|
120
|
+
"code": "Extension"
|
121
|
+
}
|
122
|
+
]
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"id": "Extension:currentpregnancystatus.url",
|
126
|
+
"path": "Extension.url",
|
127
|
+
"representation": [
|
128
|
+
"xmlAttr"
|
129
|
+
],
|
130
|
+
"short": "identifies the meaning of the extension",
|
131
|
+
"definition": "Source of the definition for the extension code - a logical name or a URL.",
|
132
|
+
"min": 1,
|
133
|
+
"max": "1",
|
134
|
+
"base": {
|
135
|
+
"path": "Extension.url",
|
136
|
+
"min": 1,
|
137
|
+
"max": "1"
|
138
|
+
},
|
139
|
+
"type": [
|
140
|
+
{
|
141
|
+
"code": "uri"
|
142
|
+
}
|
143
|
+
],
|
144
|
+
"fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-CurrentPregnancyStatus-extension",
|
145
|
+
"mapping": [
|
146
|
+
{
|
147
|
+
"identity": "rim",
|
148
|
+
"map": "N/A"
|
149
|
+
}
|
150
|
+
]
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"id": "Extension:currentpregnancystatus.valueBoolean",
|
154
|
+
"path": "Extension.valueBoolean",
|
155
|
+
"short": "Value of extension",
|
156
|
+
"definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
|
157
|
+
"min": 1,
|
158
|
+
"max": "1",
|
159
|
+
"base": {
|
160
|
+
"path": "Extension.value[x]",
|
161
|
+
"min": 0,
|
162
|
+
"max": "1"
|
163
|
+
},
|
164
|
+
"type": [
|
165
|
+
{
|
166
|
+
"code": "boolean"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"mapping": [
|
170
|
+
{
|
171
|
+
"identity": "rim",
|
172
|
+
"map": "N/A"
|
173
|
+
}
|
174
|
+
]
|
175
|
+
}
|
176
|
+
]
|
177
|
+
},
|
178
|
+
"differential": {
|
179
|
+
"element": [
|
180
|
+
{
|
181
|
+
"id": "Extension:currentpregnancystatus",
|
182
|
+
"path": "Extension",
|
183
|
+
"short": "SHR CurrentPregnancyStatus Extension",
|
184
|
+
"definition": "Whether or not the subject is currently pregnant.",
|
185
|
+
"min": 0,
|
186
|
+
"max": "*"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"id": "Extension:currentpregnancystatus.extension:extension",
|
190
|
+
"path": "Extension.extension",
|
191
|
+
"sliceName": "extension",
|
192
|
+
"max": "0"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"id": "Extension:currentpregnancystatus.url",
|
196
|
+
"path": "Extension.url",
|
197
|
+
"type": [
|
198
|
+
{
|
199
|
+
"code": "uri"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-CurrentPregnancyStatus-extension"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"id": "Extension:currentpregnancystatus.valueBoolean",
|
206
|
+
"path": "Extension.valueBoolean",
|
207
|
+
"min": 1,
|
208
|
+
"type": [
|
209
|
+
{
|
210
|
+
"code": "boolean"
|
211
|
+
}
|
212
|
+
]
|
213
|
+
}
|
214
|
+
]
|
215
|
+
}
|
216
|
+
}
|
@@ -0,0 +1,230 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-sex-DifficultyWithIntercourse-extension",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR DifficultyWithIntercourse Extension</b></p>\n <p>Problem with sexual intercourse.</p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-DifficultyWithIntercourse-extension",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.sex.DifficultyWithIntercourse"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR DifficultyWithIntercourse Extension",
|
17
|
+
"title": "SHR DifficultyWithIntercourse Extension",
|
18
|
+
"status": "draft",
|
19
|
+
"date": "2017-04-18T15:12:23.007Z",
|
20
|
+
"publisher": "The MITRE Corporation: Standard Health Record Collaborative",
|
21
|
+
"contact": [
|
22
|
+
{
|
23
|
+
"telecom": [
|
24
|
+
{
|
25
|
+
"system": "url",
|
26
|
+
"value": "http://www.standardhealthrecord.org"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
],
|
31
|
+
"description": "Problem with sexual intercourse.",
|
32
|
+
"fhirVersion": "3.0.0",
|
33
|
+
"kind": "complex-type",
|
34
|
+
"abstract": false,
|
35
|
+
"contextType": "resource",
|
36
|
+
"context": [
|
37
|
+
"*"
|
38
|
+
],
|
39
|
+
"type": "Extension",
|
40
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
|
41
|
+
"derivation": "constraint",
|
42
|
+
"snapshot": {
|
43
|
+
"element": [
|
44
|
+
{
|
45
|
+
"id": "Extension:difficultywithintercourse",
|
46
|
+
"path": "Extension",
|
47
|
+
"short": "SHR DifficultyWithIntercourse Extension",
|
48
|
+
"definition": "Problem with sexual intercourse.",
|
49
|
+
"min": 0,
|
50
|
+
"max": "*",
|
51
|
+
"base": {
|
52
|
+
"path": "Extension",
|
53
|
+
"min": 0,
|
54
|
+
"max": "1"
|
55
|
+
},
|
56
|
+
"condition": [
|
57
|
+
"ele-1"
|
58
|
+
],
|
59
|
+
"constraint": [
|
60
|
+
{
|
61
|
+
"key": "ele-1",
|
62
|
+
"severity": "error",
|
63
|
+
"human": "All FHIR elements must have a @value or children",
|
64
|
+
"expression": "children().count() > id.count()",
|
65
|
+
"xpath": "@value|f:*|h:div",
|
66
|
+
"source": "Element"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"key": "ext-1",
|
70
|
+
"severity": "error",
|
71
|
+
"human": "Must have either extensions or value[x], not both",
|
72
|
+
"expression": "extension.exists() != value.exists()",
|
73
|
+
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
|
74
|
+
"source": "Extension"
|
75
|
+
}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"id": "Extension:difficultywithintercourse.id",
|
80
|
+
"path": "Extension.id",
|
81
|
+
"representation": [
|
82
|
+
"xmlAttr"
|
83
|
+
],
|
84
|
+
"short": "xml:id (or equivalent in JSON)",
|
85
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
86
|
+
"min": 0,
|
87
|
+
"max": "1",
|
88
|
+
"base": {
|
89
|
+
"path": "Element.id",
|
90
|
+
"min": 0,
|
91
|
+
"max": "1"
|
92
|
+
},
|
93
|
+
"type": [
|
94
|
+
{
|
95
|
+
"code": "string"
|
96
|
+
}
|
97
|
+
],
|
98
|
+
"mapping": [
|
99
|
+
{
|
100
|
+
"identity": "rim",
|
101
|
+
"map": "N/A"
|
102
|
+
}
|
103
|
+
]
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"id": "Extension:difficultywithintercourse.extension:extension",
|
107
|
+
"path": "Extension.extension",
|
108
|
+
"sliceName": "extension",
|
109
|
+
"short": "Extension",
|
110
|
+
"definition": "An Extension",
|
111
|
+
"min": 0,
|
112
|
+
"max": "0",
|
113
|
+
"base": {
|
114
|
+
"path": "Element.extension",
|
115
|
+
"min": 0,
|
116
|
+
"max": "*"
|
117
|
+
},
|
118
|
+
"type": [
|
119
|
+
{
|
120
|
+
"code": "Extension"
|
121
|
+
}
|
122
|
+
]
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"id": "Extension:difficultywithintercourse.url",
|
126
|
+
"path": "Extension.url",
|
127
|
+
"representation": [
|
128
|
+
"xmlAttr"
|
129
|
+
],
|
130
|
+
"short": "identifies the meaning of the extension",
|
131
|
+
"definition": "Source of the definition for the extension code - a logical name or a URL.",
|
132
|
+
"min": 1,
|
133
|
+
"max": "1",
|
134
|
+
"base": {
|
135
|
+
"path": "Extension.url",
|
136
|
+
"min": 1,
|
137
|
+
"max": "1"
|
138
|
+
},
|
139
|
+
"type": [
|
140
|
+
{
|
141
|
+
"code": "uri"
|
142
|
+
}
|
143
|
+
],
|
144
|
+
"fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-DifficultyWithIntercourse-extension",
|
145
|
+
"mapping": [
|
146
|
+
{
|
147
|
+
"identity": "rim",
|
148
|
+
"map": "N/A"
|
149
|
+
}
|
150
|
+
]
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"id": "Extension:difficultywithintercourse.valueCodeableConcept",
|
154
|
+
"path": "Extension.valueCodeableConcept",
|
155
|
+
"short": "Value of extension",
|
156
|
+
"definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
|
157
|
+
"min": 1,
|
158
|
+
"max": "1",
|
159
|
+
"base": {
|
160
|
+
"path": "Extension.value[x]",
|
161
|
+
"min": 0,
|
162
|
+
"max": "1"
|
163
|
+
},
|
164
|
+
"type": [
|
165
|
+
{
|
166
|
+
"code": "CodeableConcept",
|
167
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"binding": {
|
171
|
+
"strength": "required",
|
172
|
+
"valueSetReference": {
|
173
|
+
"reference": "http://standardhealthrecord.org/shr/sex/vs/DifficultyWithIntercourseVS"
|
174
|
+
}
|
175
|
+
},
|
176
|
+
"mapping": [
|
177
|
+
{
|
178
|
+
"identity": "rim",
|
179
|
+
"map": "N/A"
|
180
|
+
}
|
181
|
+
]
|
182
|
+
}
|
183
|
+
]
|
184
|
+
},
|
185
|
+
"differential": {
|
186
|
+
"element": [
|
187
|
+
{
|
188
|
+
"id": "Extension:difficultywithintercourse",
|
189
|
+
"path": "Extension",
|
190
|
+
"short": "SHR DifficultyWithIntercourse Extension",
|
191
|
+
"definition": "Problem with sexual intercourse.",
|
192
|
+
"min": 0,
|
193
|
+
"max": "*"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"id": "Extension:difficultywithintercourse.extension:extension",
|
197
|
+
"path": "Extension.extension",
|
198
|
+
"sliceName": "extension",
|
199
|
+
"max": "0"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"id": "Extension:difficultywithintercourse.url",
|
203
|
+
"path": "Extension.url",
|
204
|
+
"type": [
|
205
|
+
{
|
206
|
+
"code": "uri"
|
207
|
+
}
|
208
|
+
],
|
209
|
+
"fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-DifficultyWithIntercourse-extension"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"id": "Extension:difficultywithintercourse.valueCodeableConcept",
|
213
|
+
"path": "Extension.valueCodeableConcept",
|
214
|
+
"min": 1,
|
215
|
+
"type": [
|
216
|
+
{
|
217
|
+
"code": "CodeableConcept",
|
218
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept"
|
219
|
+
}
|
220
|
+
],
|
221
|
+
"binding": {
|
222
|
+
"strength": "required",
|
223
|
+
"valueSetReference": {
|
224
|
+
"reference": "http://standardhealthrecord.org/shr/sex/vs/DifficultyWithIntercourseVS"
|
225
|
+
}
|
226
|
+
}
|
227
|
+
}
|
228
|
+
]
|
229
|
+
}
|
230
|
+
}
|
data/lib/resources/standard_health_record/StructureDefinition-shr-sex-Dispensed-extension.json
ADDED
@@ -0,0 +1,216 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-sex-Dispensed-extension",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR Dispensed Extension</b></p>\n <p>Whether an item, such as a medication or device, was given to a subject.</p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-Dispensed-extension",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.sex.Dispensed"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR Dispensed Extension",
|
17
|
+
"title": "SHR Dispensed Extension",
|
18
|
+
"status": "draft",
|
19
|
+
"date": "2017-04-18T15:12:23.035Z",
|
20
|
+
"publisher": "The MITRE Corporation: Standard Health Record Collaborative",
|
21
|
+
"contact": [
|
22
|
+
{
|
23
|
+
"telecom": [
|
24
|
+
{
|
25
|
+
"system": "url",
|
26
|
+
"value": "http://www.standardhealthrecord.org"
|
27
|
+
}
|
28
|
+
]
|
29
|
+
}
|
30
|
+
],
|
31
|
+
"description": "Whether an item, such as a medication or device, was given to a subject.",
|
32
|
+
"fhirVersion": "3.0.0",
|
33
|
+
"kind": "complex-type",
|
34
|
+
"abstract": false,
|
35
|
+
"contextType": "resource",
|
36
|
+
"context": [
|
37
|
+
"*"
|
38
|
+
],
|
39
|
+
"type": "Extension",
|
40
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
|
41
|
+
"derivation": "constraint",
|
42
|
+
"snapshot": {
|
43
|
+
"element": [
|
44
|
+
{
|
45
|
+
"id": "Extension:dispensed",
|
46
|
+
"path": "Extension",
|
47
|
+
"short": "SHR Dispensed Extension",
|
48
|
+
"definition": "Whether an item, such as a medication or device, was given to a subject.",
|
49
|
+
"min": 0,
|
50
|
+
"max": "*",
|
51
|
+
"base": {
|
52
|
+
"path": "Extension",
|
53
|
+
"min": 0,
|
54
|
+
"max": "1"
|
55
|
+
},
|
56
|
+
"condition": [
|
57
|
+
"ele-1"
|
58
|
+
],
|
59
|
+
"constraint": [
|
60
|
+
{
|
61
|
+
"key": "ele-1",
|
62
|
+
"severity": "error",
|
63
|
+
"human": "All FHIR elements must have a @value or children",
|
64
|
+
"expression": "children().count() > id.count()",
|
65
|
+
"xpath": "@value|f:*|h:div",
|
66
|
+
"source": "Element"
|
67
|
+
},
|
68
|
+
{
|
69
|
+
"key": "ext-1",
|
70
|
+
"severity": "error",
|
71
|
+
"human": "Must have either extensions or value[x], not both",
|
72
|
+
"expression": "extension.exists() != value.exists()",
|
73
|
+
"xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
|
74
|
+
"source": "Extension"
|
75
|
+
}
|
76
|
+
]
|
77
|
+
},
|
78
|
+
{
|
79
|
+
"id": "Extension:dispensed.id",
|
80
|
+
"path": "Extension.id",
|
81
|
+
"representation": [
|
82
|
+
"xmlAttr"
|
83
|
+
],
|
84
|
+
"short": "xml:id (or equivalent in JSON)",
|
85
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
86
|
+
"min": 0,
|
87
|
+
"max": "1",
|
88
|
+
"base": {
|
89
|
+
"path": "Element.id",
|
90
|
+
"min": 0,
|
91
|
+
"max": "1"
|
92
|
+
},
|
93
|
+
"type": [
|
94
|
+
{
|
95
|
+
"code": "string"
|
96
|
+
}
|
97
|
+
],
|
98
|
+
"mapping": [
|
99
|
+
{
|
100
|
+
"identity": "rim",
|
101
|
+
"map": "N/A"
|
102
|
+
}
|
103
|
+
]
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"id": "Extension:dispensed.extension:extension",
|
107
|
+
"path": "Extension.extension",
|
108
|
+
"sliceName": "extension",
|
109
|
+
"short": "Extension",
|
110
|
+
"definition": "An Extension",
|
111
|
+
"min": 0,
|
112
|
+
"max": "0",
|
113
|
+
"base": {
|
114
|
+
"path": "Element.extension",
|
115
|
+
"min": 0,
|
116
|
+
"max": "*"
|
117
|
+
},
|
118
|
+
"type": [
|
119
|
+
{
|
120
|
+
"code": "Extension"
|
121
|
+
}
|
122
|
+
]
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"id": "Extension:dispensed.url",
|
126
|
+
"path": "Extension.url",
|
127
|
+
"representation": [
|
128
|
+
"xmlAttr"
|
129
|
+
],
|
130
|
+
"short": "identifies the meaning of the extension",
|
131
|
+
"definition": "Source of the definition for the extension code - a logical name or a URL.",
|
132
|
+
"min": 1,
|
133
|
+
"max": "1",
|
134
|
+
"base": {
|
135
|
+
"path": "Extension.url",
|
136
|
+
"min": 1,
|
137
|
+
"max": "1"
|
138
|
+
},
|
139
|
+
"type": [
|
140
|
+
{
|
141
|
+
"code": "uri"
|
142
|
+
}
|
143
|
+
],
|
144
|
+
"fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-Dispensed-extension",
|
145
|
+
"mapping": [
|
146
|
+
{
|
147
|
+
"identity": "rim",
|
148
|
+
"map": "N/A"
|
149
|
+
}
|
150
|
+
]
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"id": "Extension:dispensed.valueBoolean",
|
154
|
+
"path": "Extension.valueBoolean",
|
155
|
+
"short": "Value of extension",
|
156
|
+
"definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
|
157
|
+
"min": 1,
|
158
|
+
"max": "1",
|
159
|
+
"base": {
|
160
|
+
"path": "Extension.value[x]",
|
161
|
+
"min": 0,
|
162
|
+
"max": "1"
|
163
|
+
},
|
164
|
+
"type": [
|
165
|
+
{
|
166
|
+
"code": "boolean"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"mapping": [
|
170
|
+
{
|
171
|
+
"identity": "rim",
|
172
|
+
"map": "N/A"
|
173
|
+
}
|
174
|
+
]
|
175
|
+
}
|
176
|
+
]
|
177
|
+
},
|
178
|
+
"differential": {
|
179
|
+
"element": [
|
180
|
+
{
|
181
|
+
"id": "Extension:dispensed",
|
182
|
+
"path": "Extension",
|
183
|
+
"short": "SHR Dispensed Extension",
|
184
|
+
"definition": "Whether an item, such as a medication or device, was given to a subject.",
|
185
|
+
"min": 0,
|
186
|
+
"max": "*"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"id": "Extension:dispensed.extension:extension",
|
190
|
+
"path": "Extension.extension",
|
191
|
+
"sliceName": "extension",
|
192
|
+
"max": "0"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"id": "Extension:dispensed.url",
|
196
|
+
"path": "Extension.url",
|
197
|
+
"type": [
|
198
|
+
{
|
199
|
+
"code": "uri"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"fixedUri": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-sex-Dispensed-extension"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"id": "Extension:dispensed.valueBoolean",
|
206
|
+
"path": "Extension.valueBoolean",
|
207
|
+
"min": 1,
|
208
|
+
"type": [
|
209
|
+
{
|
210
|
+
"code": "boolean"
|
211
|
+
}
|
212
|
+
]
|
213
|
+
}
|
214
|
+
]
|
215
|
+
}
|
216
|
+
}
|