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,860 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-device-DeviceUse",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR DeviceUse Profile</b></p>\n <p>A statement pertaining to the use of a device by a subject. May document the use of a device, or that the subject does not use a particular type of device.</p>\n <p><b>SHR Mapping Summary</b></p>\n <p><pre>shr.device.DeviceUse maps to DeviceUseStatement:\n Entry.FocalSubject maps to subject\n Device maps to device\n Reason maps to indication\n PeriodOfUse maps to whenUsed\n</pre></p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-DeviceUse",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.device.DeviceUse"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR DeviceUse Profile",
|
17
|
+
"status": "draft",
|
18
|
+
"date": "2017-04-18T15:12:22.491Z",
|
19
|
+
"publisher": "The MITRE Corporation: Standard Health Record Collaborative",
|
20
|
+
"contact": [
|
21
|
+
{
|
22
|
+
"telecom": [
|
23
|
+
{
|
24
|
+
"system": "url",
|
25
|
+
"value": "http://www.standardhealthrecord.org"
|
26
|
+
}
|
27
|
+
]
|
28
|
+
}
|
29
|
+
],
|
30
|
+
"description": "A statement pertaining to the use of a device by a subject. May document the use of a device, or that the subject does not use a particular type of device.",
|
31
|
+
"fhirVersion": "3.0.0",
|
32
|
+
"mapping": [
|
33
|
+
{
|
34
|
+
"identity": "quick",
|
35
|
+
"uri": "http://wiki.siframework.org/CQF",
|
36
|
+
"name": "Quality Improvement and Clinical Knowledge (QUICK)"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"identity": "w5",
|
40
|
+
"uri": "http://hl7.org/fhir/w5",
|
41
|
+
"name": "W5 Mapping"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"identity": "rim",
|
45
|
+
"uri": "http://hl7.org/v3",
|
46
|
+
"name": "RIM Mapping"
|
47
|
+
}
|
48
|
+
],
|
49
|
+
"kind": "resource",
|
50
|
+
"abstract": false,
|
51
|
+
"type": "DeviceUseStatement",
|
52
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement",
|
53
|
+
"derivation": "constraint",
|
54
|
+
"snapshot": {
|
55
|
+
"element": [
|
56
|
+
{
|
57
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse",
|
58
|
+
"path": "DeviceUseStatement",
|
59
|
+
"short": "SHR DeviceUse Profile",
|
60
|
+
"definition": "A statement pertaining to the use of a device by a subject. May document the use of a device, or that the subject does not use a particular type of device.",
|
61
|
+
"min": 0,
|
62
|
+
"max": "*",
|
63
|
+
"constraint": [
|
64
|
+
{
|
65
|
+
"key": "dom-2",
|
66
|
+
"severity": "error",
|
67
|
+
"human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
|
68
|
+
"expression": "contained.contained.empty()",
|
69
|
+
"xpath": "not(parent::f:contained and f:contained)",
|
70
|
+
"source": "DomainResource"
|
71
|
+
},
|
72
|
+
{
|
73
|
+
"key": "dom-1",
|
74
|
+
"severity": "error",
|
75
|
+
"human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
|
76
|
+
"expression": "contained.text.empty()",
|
77
|
+
"xpath": "not(parent::f:contained and f:text)",
|
78
|
+
"source": "DomainResource"
|
79
|
+
},
|
80
|
+
{
|
81
|
+
"key": "dom-4",
|
82
|
+
"severity": "error",
|
83
|
+
"human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
|
84
|
+
"expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
|
85
|
+
"xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
|
86
|
+
"source": "DomainResource"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"key": "dom-3",
|
90
|
+
"severity": "error",
|
91
|
+
"human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
|
92
|
+
"expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()",
|
93
|
+
"xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
|
94
|
+
"source": "DomainResource"
|
95
|
+
}
|
96
|
+
],
|
97
|
+
"mapping": [
|
98
|
+
{
|
99
|
+
"identity": "rim",
|
100
|
+
"map": "Entity. Role, or Act"
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"identity": "quick",
|
104
|
+
"map": "DeviceUsePerformanceOccurrence"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"identity": "w5",
|
108
|
+
"map": "workflow.order"
|
109
|
+
}
|
110
|
+
]
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.id",
|
114
|
+
"path": "DeviceUseStatement.id",
|
115
|
+
"short": "Logical id of this artifact",
|
116
|
+
"definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
|
117
|
+
"comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
|
118
|
+
"min": 0,
|
119
|
+
"max": "1",
|
120
|
+
"base": {
|
121
|
+
"path": "Resource.id",
|
122
|
+
"min": 0,
|
123
|
+
"max": "1"
|
124
|
+
},
|
125
|
+
"type": [
|
126
|
+
{
|
127
|
+
"code": "id"
|
128
|
+
}
|
129
|
+
],
|
130
|
+
"isSummary": true
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.meta",
|
134
|
+
"path": "DeviceUseStatement.meta",
|
135
|
+
"short": "Metadata about the resource",
|
136
|
+
"definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.",
|
137
|
+
"min": 0,
|
138
|
+
"max": "1",
|
139
|
+
"base": {
|
140
|
+
"path": "Resource.meta",
|
141
|
+
"min": 0,
|
142
|
+
"max": "1"
|
143
|
+
},
|
144
|
+
"type": [
|
145
|
+
{
|
146
|
+
"code": "Meta"
|
147
|
+
}
|
148
|
+
],
|
149
|
+
"isSummary": true
|
150
|
+
},
|
151
|
+
{
|
152
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.implicitRules",
|
153
|
+
"path": "DeviceUseStatement.implicitRules",
|
154
|
+
"short": "A set of rules under which this content was created",
|
155
|
+
"definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
|
156
|
+
"comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
|
157
|
+
"min": 0,
|
158
|
+
"max": "1",
|
159
|
+
"base": {
|
160
|
+
"path": "Resource.implicitRules",
|
161
|
+
"min": 0,
|
162
|
+
"max": "1"
|
163
|
+
},
|
164
|
+
"type": [
|
165
|
+
{
|
166
|
+
"code": "uri"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"isModifier": true,
|
170
|
+
"isSummary": true
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.language",
|
174
|
+
"path": "DeviceUseStatement.language",
|
175
|
+
"short": "Language of the resource content",
|
176
|
+
"definition": "The base language in which the resource is written.",
|
177
|
+
"comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
|
178
|
+
"min": 0,
|
179
|
+
"max": "1",
|
180
|
+
"base": {
|
181
|
+
"path": "Resource.language",
|
182
|
+
"min": 0,
|
183
|
+
"max": "1"
|
184
|
+
},
|
185
|
+
"type": [
|
186
|
+
{
|
187
|
+
"code": "code"
|
188
|
+
}
|
189
|
+
],
|
190
|
+
"binding": {
|
191
|
+
"extension": [
|
192
|
+
{
|
193
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
|
194
|
+
"valueReference": {
|
195
|
+
"reference": "http://hl7.org/fhir/ValueSet/all-languages"
|
196
|
+
}
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
200
|
+
"valueString": "Language"
|
201
|
+
},
|
202
|
+
{
|
203
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
|
204
|
+
"valueBoolean": true
|
205
|
+
}
|
206
|
+
],
|
207
|
+
"strength": "extensible",
|
208
|
+
"description": "A human language.",
|
209
|
+
"valueSetReference": {
|
210
|
+
"reference": "http://hl7.org/fhir/ValueSet/languages"
|
211
|
+
}
|
212
|
+
}
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.text",
|
216
|
+
"path": "DeviceUseStatement.text",
|
217
|
+
"short": "Text summary of the resource, for human interpretation",
|
218
|
+
"definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
|
219
|
+
"comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
|
220
|
+
"alias": [
|
221
|
+
"narrative",
|
222
|
+
"html",
|
223
|
+
"xhtml",
|
224
|
+
"display"
|
225
|
+
],
|
226
|
+
"min": 0,
|
227
|
+
"max": "1",
|
228
|
+
"base": {
|
229
|
+
"path": "DomainResource.text",
|
230
|
+
"min": 0,
|
231
|
+
"max": "1"
|
232
|
+
},
|
233
|
+
"type": [
|
234
|
+
{
|
235
|
+
"code": "Narrative"
|
236
|
+
}
|
237
|
+
],
|
238
|
+
"condition": [
|
239
|
+
"dom-1"
|
240
|
+
],
|
241
|
+
"mapping": [
|
242
|
+
{
|
243
|
+
"identity": "rim",
|
244
|
+
"map": "Act.text?"
|
245
|
+
}
|
246
|
+
]
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.contained",
|
250
|
+
"path": "DeviceUseStatement.contained",
|
251
|
+
"short": "Contained, inline Resources",
|
252
|
+
"definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
|
253
|
+
"comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
|
254
|
+
"alias": [
|
255
|
+
"inline resources",
|
256
|
+
"anonymous resources",
|
257
|
+
"contained resources"
|
258
|
+
],
|
259
|
+
"min": 0,
|
260
|
+
"max": "*",
|
261
|
+
"base": {
|
262
|
+
"path": "DomainResource.contained",
|
263
|
+
"min": 0,
|
264
|
+
"max": "*"
|
265
|
+
},
|
266
|
+
"type": [
|
267
|
+
{
|
268
|
+
"code": "Resource"
|
269
|
+
}
|
270
|
+
],
|
271
|
+
"mapping": [
|
272
|
+
{
|
273
|
+
"identity": "rim",
|
274
|
+
"map": "N/A"
|
275
|
+
}
|
276
|
+
]
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.extension",
|
280
|
+
"path": "DeviceUseStatement.extension",
|
281
|
+
"slicing": {
|
282
|
+
"id": "197",
|
283
|
+
"discriminator": [
|
284
|
+
{
|
285
|
+
"type": "value",
|
286
|
+
"path": "url"
|
287
|
+
}
|
288
|
+
],
|
289
|
+
"ordered": false,
|
290
|
+
"rules": "open"
|
291
|
+
},
|
292
|
+
"short": "Additional Content defined by implementations",
|
293
|
+
"definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
|
294
|
+
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
|
295
|
+
"alias": [
|
296
|
+
"extensions",
|
297
|
+
"user content"
|
298
|
+
],
|
299
|
+
"min": 0,
|
300
|
+
"max": "*",
|
301
|
+
"base": {
|
302
|
+
"path": "DomainResource.extension",
|
303
|
+
"min": 0,
|
304
|
+
"max": "*"
|
305
|
+
},
|
306
|
+
"type": [
|
307
|
+
{
|
308
|
+
"code": "Extension"
|
309
|
+
}
|
310
|
+
],
|
311
|
+
"mapping": [
|
312
|
+
{
|
313
|
+
"identity": "rim",
|
314
|
+
"map": "N/A"
|
315
|
+
}
|
316
|
+
]
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.extension:deviceusestatus",
|
320
|
+
"path": "DeviceUseStatement.extension",
|
321
|
+
"sliceName": "deviceusestatus",
|
322
|
+
"definition": "A code representing the patient or other source's judgment about the state of the device used that this statement is about. Generally this will be active or completed.",
|
323
|
+
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
|
324
|
+
"alias": [
|
325
|
+
"extensions",
|
326
|
+
"user content"
|
327
|
+
],
|
328
|
+
"min": 1,
|
329
|
+
"max": "1",
|
330
|
+
"base": {
|
331
|
+
"path": "DomainResource.extension",
|
332
|
+
"min": 0,
|
333
|
+
"max": "*"
|
334
|
+
},
|
335
|
+
"type": [
|
336
|
+
{
|
337
|
+
"code": "Extension",
|
338
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-DeviceUseStatus-extension"
|
339
|
+
}
|
340
|
+
],
|
341
|
+
"mustSupport": false,
|
342
|
+
"isModifier": false,
|
343
|
+
"isSummary": false,
|
344
|
+
"mapping": [
|
345
|
+
{
|
346
|
+
"identity": "rim",
|
347
|
+
"map": "N/A"
|
348
|
+
}
|
349
|
+
]
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.extension:implanted",
|
353
|
+
"path": "DeviceUseStatement.extension",
|
354
|
+
"sliceName": "implanted",
|
355
|
+
"definition": "Whether this device is implanted in the body.",
|
356
|
+
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
|
357
|
+
"alias": [
|
358
|
+
"extensions",
|
359
|
+
"user content"
|
360
|
+
],
|
361
|
+
"min": 0,
|
362
|
+
"max": "1",
|
363
|
+
"base": {
|
364
|
+
"path": "DomainResource.extension",
|
365
|
+
"min": 0,
|
366
|
+
"max": "*"
|
367
|
+
},
|
368
|
+
"type": [
|
369
|
+
{
|
370
|
+
"code": "Extension",
|
371
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Implanted-extension"
|
372
|
+
}
|
373
|
+
],
|
374
|
+
"mustSupport": false,
|
375
|
+
"isModifier": false,
|
376
|
+
"isSummary": false,
|
377
|
+
"mapping": [
|
378
|
+
{
|
379
|
+
"identity": "rim",
|
380
|
+
"map": "N/A"
|
381
|
+
}
|
382
|
+
]
|
383
|
+
},
|
384
|
+
{
|
385
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.modifierExtension",
|
386
|
+
"path": "DeviceUseStatement.modifierExtension",
|
387
|
+
"slicing": {
|
388
|
+
"id": "198",
|
389
|
+
"discriminator": [
|
390
|
+
{
|
391
|
+
"type": "value",
|
392
|
+
"path": "url"
|
393
|
+
}
|
394
|
+
],
|
395
|
+
"ordered": false,
|
396
|
+
"rules": "open"
|
397
|
+
},
|
398
|
+
"short": "Extensions that cannot be ignored",
|
399
|
+
"definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
|
400
|
+
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
|
401
|
+
"alias": [
|
402
|
+
"extensions",
|
403
|
+
"user content"
|
404
|
+
],
|
405
|
+
"min": 0,
|
406
|
+
"max": "*",
|
407
|
+
"base": {
|
408
|
+
"path": "DomainResource.modifierExtension",
|
409
|
+
"min": 0,
|
410
|
+
"max": "*"
|
411
|
+
},
|
412
|
+
"type": [
|
413
|
+
{
|
414
|
+
"code": "Extension"
|
415
|
+
}
|
416
|
+
],
|
417
|
+
"isModifier": true,
|
418
|
+
"mapping": [
|
419
|
+
{
|
420
|
+
"identity": "rim",
|
421
|
+
"map": "N/A"
|
422
|
+
}
|
423
|
+
]
|
424
|
+
},
|
425
|
+
{
|
426
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.modifierExtension:nonoccurrencemodifier",
|
427
|
+
"path": "DeviceUseStatement.modifierExtension",
|
428
|
+
"sliceName": "nonoccurrencemodifier",
|
429
|
+
"definition": "When true, indicates either that the event or action documented in the entry did not occur, or the the thing documented is absent or does not exist.",
|
430
|
+
"comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
|
431
|
+
"alias": [
|
432
|
+
"extensions",
|
433
|
+
"user content"
|
434
|
+
],
|
435
|
+
"min": 0,
|
436
|
+
"max": "1",
|
437
|
+
"base": {
|
438
|
+
"path": "DomainResource.modifierExtension",
|
439
|
+
"min": 0,
|
440
|
+
"max": "*"
|
441
|
+
},
|
442
|
+
"type": [
|
443
|
+
{
|
444
|
+
"code": "Extension",
|
445
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-NonOccurrenceModifier-extension"
|
446
|
+
}
|
447
|
+
],
|
448
|
+
"mustSupport": true,
|
449
|
+
"isModifier": true,
|
450
|
+
"isSummary": false,
|
451
|
+
"mapping": [
|
452
|
+
{
|
453
|
+
"identity": "rim",
|
454
|
+
"map": "N/A"
|
455
|
+
}
|
456
|
+
]
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.identifier",
|
460
|
+
"path": "DeviceUseStatement.identifier",
|
461
|
+
"short": "External identifier for this record",
|
462
|
+
"definition": "An external identifier for this statement such as an IRI.",
|
463
|
+
"min": 0,
|
464
|
+
"max": "*",
|
465
|
+
"type": [
|
466
|
+
{
|
467
|
+
"code": "Identifier"
|
468
|
+
}
|
469
|
+
],
|
470
|
+
"mapping": [
|
471
|
+
{
|
472
|
+
"identity": "quick",
|
473
|
+
"map": "ClinicalStatement.identifier"
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"identity": "w5",
|
477
|
+
"map": "id"
|
478
|
+
}
|
479
|
+
]
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.status",
|
483
|
+
"path": "DeviceUseStatement.status",
|
484
|
+
"short": "active | completed | entered-in-error +",
|
485
|
+
"definition": "A code representing the patient or other source's judgment about the state of the device used that this statement is about. Generally this will be active or completed.",
|
486
|
+
"comment": "DeviceUseStatment is a statement at a point in time. The status is only representative at the point when it was asserted. The value set for contains codes that assert the status of the use by the patient (for example, stopped or on hold) as well as codes that assert the status of the resource itself (for example, entered in error).\n\nThis element is labeled as a modifier because the status contains the codes that mark the statement as not currently valid.",
|
487
|
+
"min": 1,
|
488
|
+
"max": "1",
|
489
|
+
"type": [
|
490
|
+
{
|
491
|
+
"code": "code"
|
492
|
+
}
|
493
|
+
],
|
494
|
+
"isModifier": true,
|
495
|
+
"isSummary": true,
|
496
|
+
"binding": {
|
497
|
+
"extension": [
|
498
|
+
{
|
499
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
500
|
+
"valueString": "DeviceUseStatementStatus"
|
501
|
+
}
|
502
|
+
],
|
503
|
+
"strength": "required",
|
504
|
+
"description": "A coded concept indicating the current status of a the Device Usage",
|
505
|
+
"valueSetReference": {
|
506
|
+
"reference": "http://hl7.org/fhir/ValueSet/device-statement-status"
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"mapping": [
|
510
|
+
{
|
511
|
+
"identity": "rim",
|
512
|
+
"map": ".statusCode"
|
513
|
+
},
|
514
|
+
{
|
515
|
+
"identity": "quick",
|
516
|
+
"map": "…status"
|
517
|
+
},
|
518
|
+
{
|
519
|
+
"identity": "w5",
|
520
|
+
"map": "status"
|
521
|
+
}
|
522
|
+
]
|
523
|
+
},
|
524
|
+
{
|
525
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.subject",
|
526
|
+
"path": "DeviceUseStatement.subject",
|
527
|
+
"short": "Patient using device",
|
528
|
+
"definition": "The patient who used the device.",
|
529
|
+
"min": 1,
|
530
|
+
"max": "1",
|
531
|
+
"type": [
|
532
|
+
{
|
533
|
+
"code": "Reference",
|
534
|
+
"targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-PersonOfRecord"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"code": "Reference",
|
538
|
+
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
|
539
|
+
}
|
540
|
+
],
|
541
|
+
"mapping": [
|
542
|
+
{
|
543
|
+
"identity": "quick",
|
544
|
+
"map": "ClinicalStatement.subject"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"identity": "w5",
|
548
|
+
"map": "who.focus"
|
549
|
+
}
|
550
|
+
]
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.whenUsed",
|
554
|
+
"path": "DeviceUseStatement.whenUsed",
|
555
|
+
"short": "Period device was used",
|
556
|
+
"definition": "The time period over which the device was used.",
|
557
|
+
"min": 0,
|
558
|
+
"max": "1",
|
559
|
+
"type": [
|
560
|
+
{
|
561
|
+
"code": "Period",
|
562
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-PeriodOfUse"
|
563
|
+
}
|
564
|
+
],
|
565
|
+
"mapping": [
|
566
|
+
{
|
567
|
+
"identity": "quick",
|
568
|
+
"map": "Performance.performanceTime"
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"identity": "w5",
|
572
|
+
"map": "when.done"
|
573
|
+
}
|
574
|
+
]
|
575
|
+
},
|
576
|
+
{
|
577
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.timing[x]",
|
578
|
+
"path": "DeviceUseStatement.timing[x]",
|
579
|
+
"short": "How often the device was used",
|
580
|
+
"definition": "How often the device was used.",
|
581
|
+
"min": 0,
|
582
|
+
"max": "1",
|
583
|
+
"type": [
|
584
|
+
{
|
585
|
+
"code": "Timing"
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"code": "Period"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"code": "dateTime"
|
592
|
+
}
|
593
|
+
],
|
594
|
+
"mapping": [
|
595
|
+
{
|
596
|
+
"identity": "quick",
|
597
|
+
"map": "DeviceUse.applicationSchedule"
|
598
|
+
},
|
599
|
+
{
|
600
|
+
"identity": "w5",
|
601
|
+
"map": "when.done"
|
602
|
+
}
|
603
|
+
]
|
604
|
+
},
|
605
|
+
{
|
606
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.recordedOn",
|
607
|
+
"path": "DeviceUseStatement.recordedOn",
|
608
|
+
"short": "When statement was recorded",
|
609
|
+
"definition": "The time at which the statement was made/recorded.",
|
610
|
+
"min": 0,
|
611
|
+
"max": "1",
|
612
|
+
"type": [
|
613
|
+
{
|
614
|
+
"code": "dateTime"
|
615
|
+
}
|
616
|
+
],
|
617
|
+
"mapping": [
|
618
|
+
{
|
619
|
+
"identity": "quick",
|
620
|
+
"map": "ClinicalStatement.statementDateTime"
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"identity": "w5",
|
624
|
+
"map": "when.recorded"
|
625
|
+
}
|
626
|
+
]
|
627
|
+
},
|
628
|
+
{
|
629
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.source",
|
630
|
+
"path": "DeviceUseStatement.source",
|
631
|
+
"short": "Who made the statement",
|
632
|
+
"definition": "Who reported the device was being used by the patient.",
|
633
|
+
"min": 0,
|
634
|
+
"max": "1",
|
635
|
+
"type": [
|
636
|
+
{
|
637
|
+
"code": "Reference",
|
638
|
+
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Patient"
|
639
|
+
},
|
640
|
+
{
|
641
|
+
"code": "Reference",
|
642
|
+
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Practitioner"
|
643
|
+
},
|
644
|
+
{
|
645
|
+
"code": "Reference",
|
646
|
+
"targetProfile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson"
|
647
|
+
}
|
648
|
+
],
|
649
|
+
"mapping": [
|
650
|
+
{
|
651
|
+
"identity": "w5",
|
652
|
+
"map": "who.actor"
|
653
|
+
}
|
654
|
+
]
|
655
|
+
},
|
656
|
+
{
|
657
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.device",
|
658
|
+
"path": "DeviceUseStatement.device",
|
659
|
+
"short": "Reference to device used",
|
660
|
+
"definition": "The details of the device used.",
|
661
|
+
"min": 1,
|
662
|
+
"max": "1",
|
663
|
+
"type": [
|
664
|
+
{
|
665
|
+
"code": "Reference",
|
666
|
+
"targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Device"
|
667
|
+
}
|
668
|
+
],
|
669
|
+
"mapping": [
|
670
|
+
{
|
671
|
+
"identity": "quick",
|
672
|
+
"map": "DeviceUse.device"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"identity": "w5",
|
676
|
+
"map": "who.actor"
|
677
|
+
}
|
678
|
+
]
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.indication",
|
682
|
+
"path": "DeviceUseStatement.indication",
|
683
|
+
"short": "Why device was used",
|
684
|
+
"definition": "Reason or justification for the use of the device.",
|
685
|
+
"min": 0,
|
686
|
+
"max": "*",
|
687
|
+
"type": [
|
688
|
+
{
|
689
|
+
"code": "CodeableConcept",
|
690
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept"
|
691
|
+
}
|
692
|
+
],
|
693
|
+
"mapping": [
|
694
|
+
{
|
695
|
+
"identity": "quick",
|
696
|
+
"map": "Action.indication.reason"
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"identity": "w5",
|
700
|
+
"map": "why"
|
701
|
+
}
|
702
|
+
]
|
703
|
+
},
|
704
|
+
{
|
705
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.bodySite",
|
706
|
+
"path": "DeviceUseStatement.bodySite",
|
707
|
+
"short": "Target body site",
|
708
|
+
"definition": "Indicates the site on the subject's body where the device was used ( i.e. the target site).",
|
709
|
+
"requirements": "Knowing where the device is targeted is important for tracking if multiple sites are possible. If more information than just a code is required, use the extension [http://hl7.org/fhir/StructureDefinition/body-site-instance](null.html).",
|
710
|
+
"min": 0,
|
711
|
+
"max": "1",
|
712
|
+
"type": [
|
713
|
+
{
|
714
|
+
"code": "CodeableConcept"
|
715
|
+
}
|
716
|
+
],
|
717
|
+
"binding": {
|
718
|
+
"extension": [
|
719
|
+
{
|
720
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
721
|
+
"valueString": "BodySite"
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"strength": "example",
|
725
|
+
"description": "Codes describing anatomical locations. May include laterality.",
|
726
|
+
"valueSetReference": {
|
727
|
+
"reference": "http://hl7.org/fhir/ValueSet/body-site"
|
728
|
+
}
|
729
|
+
},
|
730
|
+
"mapping": [
|
731
|
+
{
|
732
|
+
"identity": "rim",
|
733
|
+
"map": "targetSiteCode"
|
734
|
+
}
|
735
|
+
]
|
736
|
+
},
|
737
|
+
{
|
738
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.note",
|
739
|
+
"path": "DeviceUseStatement.note",
|
740
|
+
"short": "Addition details (comments, instructions)",
|
741
|
+
"definition": "Details about the device statement that were not represented at all or sufficiently in one of the attributes provided in a class. These may include for example a comment, an instruction, or a note associated with the statement.",
|
742
|
+
"min": 0,
|
743
|
+
"max": "*",
|
744
|
+
"type": [
|
745
|
+
{
|
746
|
+
"code": "Annotation"
|
747
|
+
}
|
748
|
+
],
|
749
|
+
"mapping": [
|
750
|
+
{
|
751
|
+
"identity": "quick",
|
752
|
+
"map": "ClinicalStatement.additionalText"
|
753
|
+
}
|
754
|
+
]
|
755
|
+
}
|
756
|
+
]
|
757
|
+
},
|
758
|
+
"differential": {
|
759
|
+
"element": [
|
760
|
+
{
|
761
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse",
|
762
|
+
"path": "DeviceUseStatement",
|
763
|
+
"short": "SHR DeviceUse Profile",
|
764
|
+
"definition": "A statement pertaining to the use of a device by a subject. May document the use of a device, or that the subject does not use a particular type of device."
|
765
|
+
},
|
766
|
+
{
|
767
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.extension:deviceusestatus",
|
768
|
+
"path": "DeviceUseStatement.extension",
|
769
|
+
"sliceName": "deviceusestatus",
|
770
|
+
"min": 1,
|
771
|
+
"max": "1",
|
772
|
+
"type": [
|
773
|
+
{
|
774
|
+
"code": "Extension",
|
775
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-DeviceUseStatus-extension"
|
776
|
+
}
|
777
|
+
],
|
778
|
+
"mustSupport": false,
|
779
|
+
"isModifier": false,
|
780
|
+
"isSummary": false
|
781
|
+
},
|
782
|
+
{
|
783
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.extension:implanted",
|
784
|
+
"path": "DeviceUseStatement.extension",
|
785
|
+
"sliceName": "implanted",
|
786
|
+
"min": 0,
|
787
|
+
"max": "1",
|
788
|
+
"type": [
|
789
|
+
{
|
790
|
+
"code": "Extension",
|
791
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Implanted-extension"
|
792
|
+
}
|
793
|
+
],
|
794
|
+
"mustSupport": false,
|
795
|
+
"isModifier": false,
|
796
|
+
"isSummary": false
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.modifierExtension:nonoccurrencemodifier",
|
800
|
+
"path": "DeviceUseStatement.modifierExtension",
|
801
|
+
"sliceName": "nonoccurrencemodifier",
|
802
|
+
"min": 0,
|
803
|
+
"max": "1",
|
804
|
+
"type": [
|
805
|
+
{
|
806
|
+
"code": "Extension",
|
807
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-NonOccurrenceModifier-extension"
|
808
|
+
}
|
809
|
+
],
|
810
|
+
"mustSupport": true,
|
811
|
+
"isModifier": true,
|
812
|
+
"isSummary": false
|
813
|
+
},
|
814
|
+
{
|
815
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.subject",
|
816
|
+
"path": "DeviceUseStatement.subject",
|
817
|
+
"type": [
|
818
|
+
{
|
819
|
+
"code": "Reference",
|
820
|
+
"targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-PersonOfRecord"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"code": "Reference",
|
824
|
+
"targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
|
825
|
+
}
|
826
|
+
]
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.whenUsed",
|
830
|
+
"path": "DeviceUseStatement.whenUsed",
|
831
|
+
"type": [
|
832
|
+
{
|
833
|
+
"code": "Period",
|
834
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-PeriodOfUse"
|
835
|
+
}
|
836
|
+
]
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.device",
|
840
|
+
"path": "DeviceUseStatement.device",
|
841
|
+
"type": [
|
842
|
+
{
|
843
|
+
"code": "Reference",
|
844
|
+
"targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-device-Device"
|
845
|
+
}
|
846
|
+
]
|
847
|
+
},
|
848
|
+
{
|
849
|
+
"id": "DeviceUseStatement:shr-device-DeviceUse.indication",
|
850
|
+
"path": "DeviceUseStatement.indication",
|
851
|
+
"type": [
|
852
|
+
{
|
853
|
+
"code": "CodeableConcept",
|
854
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-CodeableConcept"
|
855
|
+
}
|
856
|
+
]
|
857
|
+
}
|
858
|
+
]
|
859
|
+
}
|
860
|
+
}
|