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
data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-TelephoneNumber.json
ADDED
@@ -0,0 +1,434 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-demographics-TelephoneNumber",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR TelephoneNumber Profile</b></p>\n <p>A sequence of decimal digits (0-9) that is used for identifying a destination telephone line or other device in a telephone network.</p>\n <p><b>SHR Mapping Summary</b></p>\n <p><pre>shr.demographics.TelephoneNumber maps to ContactPoint:\n TelecomNumberOrAddress maps to value\n TelecomType maps to system\n TelecomQualifier maps to use\n EffectiveTimePeriod maps to period\n</pre></p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelephoneNumber",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.demographics.TelephoneNumber"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR TelephoneNumber Profile",
|
17
|
+
"status": "draft",
|
18
|
+
"date": "2017-04-18T15:12:22.474Z",
|
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 sequence of decimal digits (0-9) that is used for identifying a destination telephone line or other device in a telephone network.",
|
31
|
+
"purpose": "Need to track phone, fax, mobile, sms numbers, email addresses, twitter tags, etc.",
|
32
|
+
"fhirVersion": "3.0.0",
|
33
|
+
"mapping": [
|
34
|
+
{
|
35
|
+
"identity": "v2",
|
36
|
+
"uri": "http://hl7.org/v2",
|
37
|
+
"name": "HL7 v2 Mapping"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"identity": "rim",
|
41
|
+
"uri": "http://hl7.org/v3",
|
42
|
+
"name": "RIM Mapping"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"identity": "servd",
|
46
|
+
"uri": "http://www.omg.org/spec/ServD/1.0/",
|
47
|
+
"name": "ServD"
|
48
|
+
}
|
49
|
+
],
|
50
|
+
"kind": "complex-type",
|
51
|
+
"abstract": false,
|
52
|
+
"type": "ContactPoint",
|
53
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ContactPoint",
|
54
|
+
"derivation": "constraint",
|
55
|
+
"snapshot": {
|
56
|
+
"element": [
|
57
|
+
{
|
58
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber",
|
59
|
+
"path": "ContactPoint",
|
60
|
+
"short": "SHR TelephoneNumber Profile",
|
61
|
+
"definition": "A sequence of decimal digits (0-9) that is used for identifying a destination telephone line or other device in a telephone network.",
|
62
|
+
"min": 0,
|
63
|
+
"max": "*",
|
64
|
+
"condition": [
|
65
|
+
"ele-1"
|
66
|
+
],
|
67
|
+
"constraint": [
|
68
|
+
{
|
69
|
+
"key": "ele-1",
|
70
|
+
"severity": "error",
|
71
|
+
"human": "All FHIR elements must have a @value or children",
|
72
|
+
"expression": "children().count() > id.count()",
|
73
|
+
"xpath": "@value|f:*|h:div",
|
74
|
+
"source": "Element"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"key": "cpt-2",
|
78
|
+
"severity": "error",
|
79
|
+
"human": "A system is required if a value is provided.",
|
80
|
+
"expression": "value.empty() or system.exists()",
|
81
|
+
"xpath": "not(exists(f:value)) or exists(f:system)"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"mapping": [
|
85
|
+
{
|
86
|
+
"identity": "rim",
|
87
|
+
"map": "n/a"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"identity": "v2",
|
91
|
+
"map": "XTN"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"identity": "rim",
|
95
|
+
"map": "TEL"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"identity": "servd",
|
99
|
+
"map": "ContactPoint"
|
100
|
+
}
|
101
|
+
]
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.id",
|
105
|
+
"path": "ContactPoint.id",
|
106
|
+
"representation": [
|
107
|
+
"xmlAttr"
|
108
|
+
],
|
109
|
+
"short": "xml:id (or equivalent in JSON)",
|
110
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
111
|
+
"min": 0,
|
112
|
+
"max": "1",
|
113
|
+
"base": {
|
114
|
+
"path": "Element.id",
|
115
|
+
"min": 0,
|
116
|
+
"max": "1"
|
117
|
+
},
|
118
|
+
"type": [
|
119
|
+
{
|
120
|
+
"code": "string"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"mapping": [
|
124
|
+
{
|
125
|
+
"identity": "rim",
|
126
|
+
"map": "n/a"
|
127
|
+
}
|
128
|
+
]
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.extension",
|
132
|
+
"path": "ContactPoint.extension",
|
133
|
+
"slicing": {
|
134
|
+
"discriminator": [
|
135
|
+
{
|
136
|
+
"type": "value",
|
137
|
+
"path": "url"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"description": "Extensions are always sliced by (at least) url",
|
141
|
+
"rules": "open"
|
142
|
+
},
|
143
|
+
"short": "Additional Content defined by implementations",
|
144
|
+
"definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
|
145
|
+
"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.",
|
146
|
+
"alias": [
|
147
|
+
"extensions",
|
148
|
+
"user content"
|
149
|
+
],
|
150
|
+
"min": 0,
|
151
|
+
"max": "*",
|
152
|
+
"base": {
|
153
|
+
"path": "Element.extension",
|
154
|
+
"min": 0,
|
155
|
+
"max": "*"
|
156
|
+
},
|
157
|
+
"type": [
|
158
|
+
{
|
159
|
+
"code": "Extension"
|
160
|
+
}
|
161
|
+
],
|
162
|
+
"mapping": [
|
163
|
+
{
|
164
|
+
"identity": "rim",
|
165
|
+
"map": "n/a"
|
166
|
+
}
|
167
|
+
]
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.extension:telecomtypeother",
|
171
|
+
"path": "ContactPoint.extension",
|
172
|
+
"sliceName": "telecomtypeother",
|
173
|
+
"slicing": {
|
174
|
+
"discriminator": [
|
175
|
+
{
|
176
|
+
"type": "value",
|
177
|
+
"path": "url"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"description": "Extensions are always sliced by (at least) url",
|
181
|
+
"rules": "open"
|
182
|
+
},
|
183
|
+
"definition": "Specification of the type of telecom channel, if the TelecomType is other.",
|
184
|
+
"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.",
|
185
|
+
"alias": [
|
186
|
+
"extensions",
|
187
|
+
"user content"
|
188
|
+
],
|
189
|
+
"min": 0,
|
190
|
+
"max": "1",
|
191
|
+
"base": {
|
192
|
+
"path": "Element.extension",
|
193
|
+
"min": 0,
|
194
|
+
"max": "*"
|
195
|
+
},
|
196
|
+
"type": [
|
197
|
+
{
|
198
|
+
"code": "Extension",
|
199
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelecomTypeOther-extension"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"mustSupport": false,
|
203
|
+
"isModifier": false,
|
204
|
+
"isSummary": false,
|
205
|
+
"mapping": [
|
206
|
+
{
|
207
|
+
"identity": "rim",
|
208
|
+
"map": "n/a"
|
209
|
+
}
|
210
|
+
]
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.system",
|
214
|
+
"path": "ContactPoint.system",
|
215
|
+
"short": "phone | fax | email | pager | url | sms | other",
|
216
|
+
"definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.",
|
217
|
+
"min": 1,
|
218
|
+
"max": "1",
|
219
|
+
"type": [
|
220
|
+
{
|
221
|
+
"code": "code"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"condition": [
|
225
|
+
"cpt-2"
|
226
|
+
],
|
227
|
+
"isSummary": true,
|
228
|
+
"binding": {
|
229
|
+
"extension": [
|
230
|
+
{
|
231
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
232
|
+
"valueString": "ContactPointSystem"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"strength": "required",
|
236
|
+
"description": "Telecommunications form for contact point",
|
237
|
+
"valueSetReference": {
|
238
|
+
"reference": "http://hl7.org/fhir/ValueSet/contact-point-system"
|
239
|
+
}
|
240
|
+
},
|
241
|
+
"mapping": [
|
242
|
+
{
|
243
|
+
"identity": "v2",
|
244
|
+
"map": "XTN.3"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"identity": "rim",
|
248
|
+
"map": "./scheme"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"identity": "servd",
|
252
|
+
"map": "./ContactPointType"
|
253
|
+
}
|
254
|
+
]
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.value",
|
258
|
+
"path": "ContactPoint.value",
|
259
|
+
"short": "The actual contact point details",
|
260
|
+
"definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
|
261
|
+
"comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.",
|
262
|
+
"requirements": "Need to support legacy numbers that are not in a tightly controlled format.",
|
263
|
+
"min": 1,
|
264
|
+
"max": "1",
|
265
|
+
"type": [
|
266
|
+
{
|
267
|
+
"code": "string"
|
268
|
+
}
|
269
|
+
],
|
270
|
+
"isSummary": true,
|
271
|
+
"mapping": [
|
272
|
+
{
|
273
|
+
"identity": "v2",
|
274
|
+
"map": "XTN.1 (or XTN.12)"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"identity": "rim",
|
278
|
+
"map": "./url"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"identity": "servd",
|
282
|
+
"map": "./Value"
|
283
|
+
}
|
284
|
+
]
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.use",
|
288
|
+
"path": "ContactPoint.use",
|
289
|
+
"short": "home | work | temp | old | mobile - purpose of this contact point",
|
290
|
+
"definition": "Identifies the purpose for the contact point.",
|
291
|
+
"comment": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one. Applications can assume that a contact is current unless it explicitly says that it is temporary or old.",
|
292
|
+
"requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.",
|
293
|
+
"min": 0,
|
294
|
+
"max": "1",
|
295
|
+
"type": [
|
296
|
+
{
|
297
|
+
"code": "code"
|
298
|
+
}
|
299
|
+
],
|
300
|
+
"isModifier": true,
|
301
|
+
"isSummary": true,
|
302
|
+
"binding": {
|
303
|
+
"extension": [
|
304
|
+
{
|
305
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
306
|
+
"valueString": "ContactPointUse"
|
307
|
+
}
|
308
|
+
],
|
309
|
+
"strength": "required",
|
310
|
+
"description": "Use of contact point",
|
311
|
+
"valueSetReference": {
|
312
|
+
"reference": "http://hl7.org/fhir/ValueSet/contact-point-use"
|
313
|
+
}
|
314
|
+
},
|
315
|
+
"mapping": [
|
316
|
+
{
|
317
|
+
"identity": "v2",
|
318
|
+
"map": "XTN.2 - but often indicated by field"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"identity": "rim",
|
322
|
+
"map": "unique(./use)"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"identity": "servd",
|
326
|
+
"map": "./ContactPointPurpose"
|
327
|
+
}
|
328
|
+
]
|
329
|
+
},
|
330
|
+
{
|
331
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.rank",
|
332
|
+
"path": "ContactPoint.rank",
|
333
|
+
"short": "Specify preferred order of use (1 = highest)",
|
334
|
+
"definition": "Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values.",
|
335
|
+
"comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.",
|
336
|
+
"min": 0,
|
337
|
+
"max": "1",
|
338
|
+
"type": [
|
339
|
+
{
|
340
|
+
"code": "positiveInt"
|
341
|
+
}
|
342
|
+
],
|
343
|
+
"isSummary": true,
|
344
|
+
"mapping": [
|
345
|
+
{
|
346
|
+
"identity": "v2",
|
347
|
+
"map": "n/a"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"identity": "rim",
|
351
|
+
"map": "n/a"
|
352
|
+
}
|
353
|
+
]
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.period",
|
357
|
+
"path": "ContactPoint.period",
|
358
|
+
"short": "Time period when the contact point was/is in use",
|
359
|
+
"definition": "Time period when the contact point was/is in use.",
|
360
|
+
"min": 0,
|
361
|
+
"max": "1",
|
362
|
+
"type": [
|
363
|
+
{
|
364
|
+
"code": "Period",
|
365
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveTimePeriod"
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"isSummary": true,
|
369
|
+
"mapping": [
|
370
|
+
{
|
371
|
+
"identity": "v2",
|
372
|
+
"map": "N/A"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"identity": "rim",
|
376
|
+
"map": "./usablePeriod[type=\"IVL<TS>\"]"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"identity": "servd",
|
380
|
+
"map": "./StartDate and ./EndDate"
|
381
|
+
}
|
382
|
+
]
|
383
|
+
}
|
384
|
+
]
|
385
|
+
},
|
386
|
+
"differential": {
|
387
|
+
"element": [
|
388
|
+
{
|
389
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber",
|
390
|
+
"path": "ContactPoint",
|
391
|
+
"short": "SHR TelephoneNumber Profile",
|
392
|
+
"definition": "A sequence of decimal digits (0-9) that is used for identifying a destination telephone line or other device in a telephone network."
|
393
|
+
},
|
394
|
+
{
|
395
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.extension:telecomtypeother",
|
396
|
+
"path": "ContactPoint.extension",
|
397
|
+
"sliceName": "telecomtypeother",
|
398
|
+
"min": 0,
|
399
|
+
"max": "1",
|
400
|
+
"type": [
|
401
|
+
{
|
402
|
+
"code": "Extension",
|
403
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelecomTypeOther-extension"
|
404
|
+
}
|
405
|
+
],
|
406
|
+
"mustSupport": false,
|
407
|
+
"isModifier": false,
|
408
|
+
"isSummary": false
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.system",
|
412
|
+
"path": "ContactPoint.system",
|
413
|
+
"min": 1,
|
414
|
+
"max": "1"
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.value",
|
418
|
+
"path": "ContactPoint.value",
|
419
|
+
"min": 1,
|
420
|
+
"max": "1"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"id": "ContactPoint:shr-demographics-TelephoneNumber.period",
|
424
|
+
"path": "ContactPoint.period",
|
425
|
+
"type": [
|
426
|
+
{
|
427
|
+
"code": "Period",
|
428
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveTimePeriod"
|
429
|
+
}
|
430
|
+
]
|
431
|
+
}
|
432
|
+
]
|
433
|
+
}
|
434
|
+
}
|
@@ -0,0 +1,486 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-demographics-WorkTelephoneNumber",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR WorkTelephoneNumber Profile</b></p>\n <p>A telephone number associated with a person's residence.</p>\n <p><b>SHR Mapping Summary</b></p>\n <p><pre>shr.demographics.WorkTelephoneNumber maps to ContactPoint:\n TelecomNumberOrAddress maps to value\n TelecomType maps to system\n TelecomQualifier maps to use\n EffectiveTimePeriod maps to period\n</pre></p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-WorkTelephoneNumber",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.demographics.WorkTelephoneNumber"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR WorkTelephoneNumber Profile",
|
17
|
+
"status": "draft",
|
18
|
+
"date": "2017-04-18T15:12:22.479Z",
|
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 telephone number associated with a person's residence.",
|
31
|
+
"purpose": "Need to track phone, fax, mobile, sms numbers, email addresses, twitter tags, etc.",
|
32
|
+
"fhirVersion": "3.0.0",
|
33
|
+
"mapping": [
|
34
|
+
{
|
35
|
+
"identity": "v2",
|
36
|
+
"uri": "http://hl7.org/v2",
|
37
|
+
"name": "HL7 v2 Mapping"
|
38
|
+
},
|
39
|
+
{
|
40
|
+
"identity": "rim",
|
41
|
+
"uri": "http://hl7.org/v3",
|
42
|
+
"name": "RIM Mapping"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"identity": "servd",
|
46
|
+
"uri": "http://www.omg.org/spec/ServD/1.0/",
|
47
|
+
"name": "ServD"
|
48
|
+
}
|
49
|
+
],
|
50
|
+
"kind": "complex-type",
|
51
|
+
"abstract": false,
|
52
|
+
"type": "ContactPoint",
|
53
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/ContactPoint",
|
54
|
+
"derivation": "constraint",
|
55
|
+
"snapshot": {
|
56
|
+
"element": [
|
57
|
+
{
|
58
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber",
|
59
|
+
"path": "ContactPoint",
|
60
|
+
"short": "SHR WorkTelephoneNumber Profile",
|
61
|
+
"definition": "A telephone number associated with a person's residence.",
|
62
|
+
"min": 0,
|
63
|
+
"max": "*",
|
64
|
+
"condition": [
|
65
|
+
"ele-1"
|
66
|
+
],
|
67
|
+
"constraint": [
|
68
|
+
{
|
69
|
+
"key": "ele-1",
|
70
|
+
"severity": "error",
|
71
|
+
"human": "All FHIR elements must have a @value or children",
|
72
|
+
"expression": "children().count() > id.count()",
|
73
|
+
"xpath": "@value|f:*|h:div",
|
74
|
+
"source": "Element"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"key": "cpt-2",
|
78
|
+
"severity": "error",
|
79
|
+
"human": "A system is required if a value is provided.",
|
80
|
+
"expression": "value.empty() or system.exists()",
|
81
|
+
"xpath": "not(exists(f:value)) or exists(f:system)"
|
82
|
+
}
|
83
|
+
],
|
84
|
+
"mapping": [
|
85
|
+
{
|
86
|
+
"identity": "rim",
|
87
|
+
"map": "n/a"
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"identity": "v2",
|
91
|
+
"map": "XTN"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"identity": "rim",
|
95
|
+
"map": "TEL"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"identity": "servd",
|
99
|
+
"map": "ContactPoint"
|
100
|
+
}
|
101
|
+
]
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.id",
|
105
|
+
"path": "ContactPoint.id",
|
106
|
+
"representation": [
|
107
|
+
"xmlAttr"
|
108
|
+
],
|
109
|
+
"short": "xml:id (or equivalent in JSON)",
|
110
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
111
|
+
"min": 0,
|
112
|
+
"max": "1",
|
113
|
+
"base": {
|
114
|
+
"path": "Element.id",
|
115
|
+
"min": 0,
|
116
|
+
"max": "1"
|
117
|
+
},
|
118
|
+
"type": [
|
119
|
+
{
|
120
|
+
"code": "string"
|
121
|
+
}
|
122
|
+
],
|
123
|
+
"mapping": [
|
124
|
+
{
|
125
|
+
"identity": "rim",
|
126
|
+
"map": "n/a"
|
127
|
+
}
|
128
|
+
]
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.extension",
|
132
|
+
"path": "ContactPoint.extension",
|
133
|
+
"slicing": {
|
134
|
+
"discriminator": [
|
135
|
+
{
|
136
|
+
"type": "value",
|
137
|
+
"path": "url"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"description": "Extensions are always sliced by (at least) url",
|
141
|
+
"rules": "open"
|
142
|
+
},
|
143
|
+
"short": "Additional Content defined by implementations",
|
144
|
+
"definition": "May be used to represent additional information that is not part of the basic definition of the element. 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.",
|
145
|
+
"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.",
|
146
|
+
"alias": [
|
147
|
+
"extensions",
|
148
|
+
"user content"
|
149
|
+
],
|
150
|
+
"min": 0,
|
151
|
+
"max": "*",
|
152
|
+
"base": {
|
153
|
+
"path": "Element.extension",
|
154
|
+
"min": 0,
|
155
|
+
"max": "*"
|
156
|
+
},
|
157
|
+
"type": [
|
158
|
+
{
|
159
|
+
"code": "Extension"
|
160
|
+
}
|
161
|
+
],
|
162
|
+
"mapping": [
|
163
|
+
{
|
164
|
+
"identity": "rim",
|
165
|
+
"map": "n/a"
|
166
|
+
}
|
167
|
+
]
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.extension:telecomtypeother",
|
171
|
+
"path": "ContactPoint.extension",
|
172
|
+
"sliceName": "telecomtypeother",
|
173
|
+
"slicing": {
|
174
|
+
"discriminator": [
|
175
|
+
{
|
176
|
+
"type": "value",
|
177
|
+
"path": "url"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"description": "Extensions are always sliced by (at least) url",
|
181
|
+
"rules": "open"
|
182
|
+
},
|
183
|
+
"definition": "Specification of the type of telecom channel, if the TelecomType is other.",
|
184
|
+
"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.",
|
185
|
+
"alias": [
|
186
|
+
"extensions",
|
187
|
+
"user content"
|
188
|
+
],
|
189
|
+
"min": 0,
|
190
|
+
"max": "1",
|
191
|
+
"base": {
|
192
|
+
"path": "Element.extension",
|
193
|
+
"min": 0,
|
194
|
+
"max": "*"
|
195
|
+
},
|
196
|
+
"type": [
|
197
|
+
{
|
198
|
+
"code": "Extension",
|
199
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelecomTypeOther-extension"
|
200
|
+
}
|
201
|
+
],
|
202
|
+
"mustSupport": false,
|
203
|
+
"isModifier": false,
|
204
|
+
"isSummary": false,
|
205
|
+
"mapping": [
|
206
|
+
{
|
207
|
+
"identity": "rim",
|
208
|
+
"map": "n/a"
|
209
|
+
}
|
210
|
+
]
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.system",
|
214
|
+
"path": "ContactPoint.system",
|
215
|
+
"short": "phone | fax | email | pager | url | sms | other",
|
216
|
+
"definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.",
|
217
|
+
"min": 1,
|
218
|
+
"max": "1",
|
219
|
+
"type": [
|
220
|
+
{
|
221
|
+
"code": "code"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"condition": [
|
225
|
+
"cpt-2"
|
226
|
+
],
|
227
|
+
"isSummary": true,
|
228
|
+
"binding": {
|
229
|
+
"extension": [
|
230
|
+
{
|
231
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
232
|
+
"valueString": "ContactPointSystem"
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"strength": "required",
|
236
|
+
"description": "Telecommunications form for contact point",
|
237
|
+
"valueSetReference": {
|
238
|
+
"reference": "http://hl7.org/fhir/ValueSet/contact-point-system"
|
239
|
+
}
|
240
|
+
},
|
241
|
+
"mapping": [
|
242
|
+
{
|
243
|
+
"identity": "v2",
|
244
|
+
"map": "XTN.3"
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"identity": "rim",
|
248
|
+
"map": "./scheme"
|
249
|
+
},
|
250
|
+
{
|
251
|
+
"identity": "servd",
|
252
|
+
"map": "./ContactPointType"
|
253
|
+
}
|
254
|
+
]
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.value",
|
258
|
+
"path": "ContactPoint.value",
|
259
|
+
"short": "The actual contact point details",
|
260
|
+
"definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).",
|
261
|
+
"comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.",
|
262
|
+
"requirements": "Need to support legacy numbers that are not in a tightly controlled format.",
|
263
|
+
"min": 1,
|
264
|
+
"max": "1",
|
265
|
+
"type": [
|
266
|
+
{
|
267
|
+
"code": "string"
|
268
|
+
}
|
269
|
+
],
|
270
|
+
"isSummary": true,
|
271
|
+
"mapping": [
|
272
|
+
{
|
273
|
+
"identity": "v2",
|
274
|
+
"map": "XTN.1 (or XTN.12)"
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"identity": "rim",
|
278
|
+
"map": "./url"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"identity": "servd",
|
282
|
+
"map": "./Value"
|
283
|
+
}
|
284
|
+
]
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.use",
|
288
|
+
"path": "ContactPoint.use",
|
289
|
+
"slicing": {
|
290
|
+
"id": "196",
|
291
|
+
"discriminator": [
|
292
|
+
{
|
293
|
+
"type": "value",
|
294
|
+
"path": "$this"
|
295
|
+
}
|
296
|
+
],
|
297
|
+
"ordered": false,
|
298
|
+
"rules": "open"
|
299
|
+
},
|
300
|
+
"short": "home | work | temp | old | mobile - purpose of this contact point",
|
301
|
+
"definition": "Identifies the purpose for the contact point.",
|
302
|
+
"comment": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one. Applications can assume that a contact is current unless it explicitly says that it is temporary or old.",
|
303
|
+
"requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.",
|
304
|
+
"min": 0,
|
305
|
+
"max": "1",
|
306
|
+
"type": [
|
307
|
+
{
|
308
|
+
"code": "code"
|
309
|
+
}
|
310
|
+
],
|
311
|
+
"isModifier": true,
|
312
|
+
"isSummary": true,
|
313
|
+
"binding": {
|
314
|
+
"extension": [
|
315
|
+
{
|
316
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
317
|
+
"valueString": "ContactPointUse"
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"strength": "required",
|
321
|
+
"description": "Use of contact point",
|
322
|
+
"valueSetReference": {
|
323
|
+
"reference": "http://hl7.org/fhir/ValueSet/contact-point-use"
|
324
|
+
}
|
325
|
+
},
|
326
|
+
"mapping": [
|
327
|
+
{
|
328
|
+
"identity": "v2",
|
329
|
+
"map": "XTN.2 - but often indicated by field"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"identity": "rim",
|
333
|
+
"map": "unique(./use)"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"identity": "servd",
|
337
|
+
"map": "./ContactPointPurpose"
|
338
|
+
}
|
339
|
+
]
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.use:work",
|
343
|
+
"path": "ContactPoint.use",
|
344
|
+
"sliceName": "work",
|
345
|
+
"min": 1,
|
346
|
+
"max": "1",
|
347
|
+
"type": [
|
348
|
+
{
|
349
|
+
"code": "code"
|
350
|
+
}
|
351
|
+
],
|
352
|
+
"fixedCode": "work"
|
353
|
+
},
|
354
|
+
{
|
355
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.rank",
|
356
|
+
"path": "ContactPoint.rank",
|
357
|
+
"short": "Specify preferred order of use (1 = highest)",
|
358
|
+
"definition": "Specifies a preferred order in which to use a set of contacts. Contacts are ranked with lower values coming before higher values.",
|
359
|
+
"comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.",
|
360
|
+
"min": 0,
|
361
|
+
"max": "1",
|
362
|
+
"type": [
|
363
|
+
{
|
364
|
+
"code": "positiveInt"
|
365
|
+
}
|
366
|
+
],
|
367
|
+
"isSummary": true,
|
368
|
+
"mapping": [
|
369
|
+
{
|
370
|
+
"identity": "v2",
|
371
|
+
"map": "n/a"
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"identity": "rim",
|
375
|
+
"map": "n/a"
|
376
|
+
}
|
377
|
+
]
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.period",
|
381
|
+
"path": "ContactPoint.period",
|
382
|
+
"short": "Time period when the contact point was/is in use",
|
383
|
+
"definition": "Time period when the contact point was/is in use.",
|
384
|
+
"min": 0,
|
385
|
+
"max": "1",
|
386
|
+
"type": [
|
387
|
+
{
|
388
|
+
"code": "Period",
|
389
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveTimePeriod"
|
390
|
+
}
|
391
|
+
],
|
392
|
+
"isSummary": true,
|
393
|
+
"mapping": [
|
394
|
+
{
|
395
|
+
"identity": "v2",
|
396
|
+
"map": "N/A"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"identity": "rim",
|
400
|
+
"map": "./usablePeriod[type=\"IVL<TS>\"]"
|
401
|
+
},
|
402
|
+
{
|
403
|
+
"identity": "servd",
|
404
|
+
"map": "./StartDate and ./EndDate"
|
405
|
+
}
|
406
|
+
]
|
407
|
+
}
|
408
|
+
]
|
409
|
+
},
|
410
|
+
"differential": {
|
411
|
+
"element": [
|
412
|
+
{
|
413
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber",
|
414
|
+
"path": "ContactPoint",
|
415
|
+
"short": "SHR WorkTelephoneNumber Profile",
|
416
|
+
"definition": "A telephone number associated with a person's residence."
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.extension:telecomtypeother",
|
420
|
+
"path": "ContactPoint.extension",
|
421
|
+
"sliceName": "telecomtypeother",
|
422
|
+
"min": 0,
|
423
|
+
"max": "1",
|
424
|
+
"type": [
|
425
|
+
{
|
426
|
+
"code": "Extension",
|
427
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-demographics-TelecomTypeOther-extension"
|
428
|
+
}
|
429
|
+
],
|
430
|
+
"mustSupport": false,
|
431
|
+
"isModifier": false,
|
432
|
+
"isSummary": false
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.system",
|
436
|
+
"path": "ContactPoint.system",
|
437
|
+
"min": 1,
|
438
|
+
"max": "1"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.value",
|
442
|
+
"path": "ContactPoint.value",
|
443
|
+
"min": 1,
|
444
|
+
"max": "1"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.use",
|
448
|
+
"path": "ContactPoint.use",
|
449
|
+
"slicing": {
|
450
|
+
"id": "196",
|
451
|
+
"discriminator": [
|
452
|
+
{
|
453
|
+
"type": "value",
|
454
|
+
"path": "$this"
|
455
|
+
}
|
456
|
+
],
|
457
|
+
"ordered": false,
|
458
|
+
"rules": "open"
|
459
|
+
}
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.use:work",
|
463
|
+
"path": "ContactPoint.use",
|
464
|
+
"sliceName": "work",
|
465
|
+
"min": 1,
|
466
|
+
"max": "1",
|
467
|
+
"type": [
|
468
|
+
{
|
469
|
+
"code": "code"
|
470
|
+
}
|
471
|
+
],
|
472
|
+
"fixedCode": "work"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"id": "ContactPoint:shr-demographics-WorkTelephoneNumber.period",
|
476
|
+
"path": "ContactPoint.period",
|
477
|
+
"type": [
|
478
|
+
{
|
479
|
+
"code": "Period",
|
480
|
+
"profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-EffectiveTimePeriod"
|
481
|
+
}
|
482
|
+
]
|
483
|
+
}
|
484
|
+
]
|
485
|
+
}
|
486
|
+
}
|