fhir_scorecard 1.8.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -1
- data/Gemfile +3 -0
- data/Gemfile.lock +12 -12
- data/fhir_scorecard.gemspec +2 -2
- data/lib/fhir_scorecard.rb +1 -0
- data/lib/implementation_guides.rb +184 -0
- data/lib/resources/profile_indicators.json +1633 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-actor-LanguageQualifierCS.json +79 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-base-GenericAnswersCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-base-MissingValueReasonCS.json +80 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-AlcoholUseScreeningToolCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-DietNutritionConcernCS.json +129 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-PhysicalActivityLimitationCS.json +99 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-ReligiousPracticeStatusCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-ReligiousRestrictionCS.json +55 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-SleepQualityReasonCS.json +94 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-SpecialDietFollowedCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-behavior-SubstanceAbuseTreatmentTypeCS.json +94 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-CodingQualifierCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-PerformanceGradingScaleCS.json +65 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeDateTimeCS.json +139 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeFrequencyCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeLikelihoodCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-QualitativeValueScaleCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-SemiquantitativeDurationCS.json +84 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-SemiquantitativeFrequencyCS.json +104 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-SettingCS.json +210 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-ThreePriorityCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-core-ThreeValueLogicCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-AddressUseCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-InsuranceProviderTypeCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-TelecomQualifierCS.json +99 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-demographics-TelephoneTypeCS.json +49 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-device-RespiratoryAssistDeviceCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-device-RespiratoryRateSettingCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-EncounterTypeCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-EpisodeOfCareCompletionCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-ReasonEncounterDidNotHappenCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-ReferralSourceTypeCS.json +84 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-encounter-TreatmentCooperationCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-AnimalExposureCS.json +84 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-CoinhabitantCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-HomeEnvironmentRiskCS.json +214 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-IncomeSourceCS.json +109 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-NonCashBenefitCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-environment-ResourceStabilityCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lab-RequestStatusCS.json +59 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-EducationalAttainmentCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-EmploymentStatusCS.json +104 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-MilitaryServiceDischargeStatusCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-MilitaryServiceEraCS.json +80 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-MilitaryStatusCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-TeratogenCS.json +319 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-lifehistory-USMilitaryBranchCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-medication-MedicationChangeReasonCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-medication-MedicationChangeTypeCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-medication-ReasonMedicationNotUsedCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-observation-ExposureReasonCS.json +75 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-observation-ObservationNotMadeReasonCS.json +65 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-problem-EvidenceQualityCS.json +54 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-problem-GradeOrStageCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-problem-ProblemCategoryCS.json +69 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-ContraceptiveMethodCS.json +129 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-ContraceptiveMethodReasonCS.json +64 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-ContraceptiveNotUsedReasonCS.json +89 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-sex-GenderIdentityCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-PressureUlcerAssociationCS.json +49 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceBodyPositionCS.json +49 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceCategoryCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceComponentCS.json +99 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-skin-SupportSurfaceFeatureCS.json +74 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BloodPressureMethodCS.json +60 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BloodPressureQualifierCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BodyHeightQualifierCS.json +44 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BodyTemperatureQualifierCS.json +44 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-BodyWeightQualifierCS.json +109 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-HeartRateMethodCS.json +75 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-HeartRateQualifierCS.json +65 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-RespiratoryRateMethodCS.json +70 -0
- data/lib/resources/standard_health_record/CodeSystem-shr-vital-RespiratoryRateQualifierCS.json +110 -0
- data/lib/resources/standard_health_record/ImplementationGuide-1.json +7079 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-base64Binary-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-boolean-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-code-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-date-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-dateTime-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-decimal-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-id-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-instant-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-integer-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-markdown-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-oid-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-positiveInt-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-string-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-time-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-unsignedInt-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-uri-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-primitive-xhtml-extension.json +215 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Affiliation-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-AgeAtDeath-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Anonymized-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-DateOfDeath-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Deceased-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-EmergencyContact.json +1046 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-FictionalPerson-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-LanguageQualifier-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-LanguageUsed-extension.json +487 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-MedicalSpecialty-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-NoPrimaryCareProvider.json +1417 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Organization.json +951 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Participant-extension.json +621 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-ParticipationType-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Practitioner-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-Practitioner.json +1205 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-PrimaryCareProvider.json +986 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-ProviderRelationship.json +1028 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-RelatedPerson-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-RelatedPerson.json +900 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-SpokenLanguageProficiency-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-actor-WrittenLanguageProficiency-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AdverseReaction-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AdverseReaction.json +1927 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AdverseReactionAttribution-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-adverse-AttributionCertainty-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-AllergyIntolerance.json +1471 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-DrugAllergy.json +1487 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-FoodAllergy-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-FoodAllergy.json +1487 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownAllergy.json +1902 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownDrugAllergy.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownEnvironmentalAllergy.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-allergy-NoKnownFoodAllergy.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-ActionCode-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-AssociatedEncounter-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Author-extension.json +242 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Entry.json +911 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-FocalSubject-extension.json +234 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Informant-extension.json +234 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Language-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-Narrative.json +223 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-NonOccurrenceModifier-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-OriginalCreationDate-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-PatientInstructions-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-PerformerInstructions-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-ShrId-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-base-SubjectIsThirdPartyModifier-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-AlcoholBingeFrequency-extension.json +534 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-AlcoholUse.json +3337 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-AssessmentTool-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-BehavioralObservation.json +2461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-DietAndNutrition.json +2721 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-DietNutritionConcern-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ExerciseHoursPerWeek-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-HasSufficientFood-extension.json +229 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-HoursSleepPerNight-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-IntravenousDrugUse.json +3360 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-NicotineUse.json +3344 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ONCSmokingStatus.json +2373 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-PhysicalActivityLevel.json +2635 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-PhysicalActivityLimitation-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReadinessToChange-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReligiousPractice.json +2702 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReligiousPracticeStatus-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ReligiousRestriction-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SleepQuality.json +2782 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SleepQualityReason-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SpecialDietFollowed-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SubstanceAbuseTreatment.json +1668 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-SubstanceUse.json +3048 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-TroubleFallingAsleep-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-TroubleStayingAsleep-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ViolentBehaviorRisk.json +617 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ViolentRiskToOthers-extension.json +419 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-ViolentRiskToSelf-extension.json +419 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-behavior-WakeFeelingRested-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Address.json +600 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Age-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Age.json +358 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-AgeGroup-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-AgeRange-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Annotation.json +255 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Area-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-BodySite-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-BodySite.json +799 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Circumference-extension.json +327 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-ClockDirection-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-CodeableConcept-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-CodeableConcept.json +252 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Coding.json +393 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-CodingQualifier-extension.json +228 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Count-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Country-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Depth-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Details-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-DollarAmount.json +337 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Duration-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Duration.json +358 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-EffectiveDate-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-EffectiveTimePeriod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-EffectiveTimePeriod.json +235 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Explanation-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Frequency-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedAge-extension.json +461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedDateTime-extension.json +461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedLikelihood-extension.json +421 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeneralizedTemporalContext-extension.json +461 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GeopoliticalLocation.json +606 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Geoposition.json +909 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GestationalAge-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GestationalTemporalContext-extension.json +421 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-GestationalTimePeriod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-HumanName.json +417 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Identifier.json +412 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Length-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Likelihood-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Location-extension.json +234 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-LowerBound-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-LowerBound.json +336 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-OccurrenceTime-extension.json +224 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Percentage-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-PeriodOfUse.json +235 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Priority-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-QualitativeDateTime-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-QualitativeLikelihood-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Quantity-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Quantity.json +331 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Reason-extension.json +224 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Setting-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-State-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Statistic.json +390 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-StatisticType-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Substance-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-TimePeriod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-TimePeriod.json +235 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-UnitedStatesAddress.json +606 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-UpperBound-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-UpperBound.json +336 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Volume-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-core-Width-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-CountryOfIssue-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-DriversLicenseNumber-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-FamilialRelationship-extension.json +513 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-FathersName-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-HealthInsurance.json +1271 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-HomeTelephoneNumber.json +486 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-PassportNumber-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-PersonOfRecord-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-PersonOfRecord.json +2554 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-SocialSecurityNumber-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-StateOfIssue-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-Telecom.json +434 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-TelecomTypeOther-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-TelephoneNumber.json +434 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-demographics-WorkTelephoneNumber.json +486 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-Device.json +1122 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-DeviceUse.json +860 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-DeviceUseStatus-extension.json +228 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-device-Implanted-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-Encounter.json +2609 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-EncounterNonOccurrenceModifier-extension.json +509 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-Facility-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-Facility.json +1018 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-MobileFacility-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-PaymentSource-extension.json +327 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-ReferralDate-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-ReferralSourceType-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-encounter-TreatmentCooperation-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnimalExposure-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnimalExposure.json +3039 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnnualIncome-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-AnnualIncome.json +2313 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordChildCare-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordChildCare.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordClothing-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordClothing.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordDentalCare-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordDentalCare.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordFood-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordFood.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordHousing-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordHousing.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordMedication-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordMedication.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordTransportation-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordTransportation.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordUtilities-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-CanAffordUtilities.json +2357 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-Coinhabitant-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-Coinhabitant.json +2375 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-DomesticViolence-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-DomesticViolence.json +2471 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-EmotionalSafety-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-EmotionalSafety.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-EnvironmentalExposuresPanel.json +1517 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureMethod-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureReason-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureSourceOrVector-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-ExposureToSubstance.json +2912 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-FinancialSituationPanel.json +2075 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HomeEnvironmentRisk-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HomeEnvironmentRisk.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HouseholdSituationPanel.json +1616 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HouseholdSize-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HouseholdSize.json +2379 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HousingSecurity-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-HousingSecurity.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeSource-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeSource.json +2373 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeStability-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-IncomeStability.json +2373 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NonCashBenefit-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NonCashBenefit.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NumberOfDependents-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-NumberOfDependents.json +2379 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-PhysicalSafety-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-PhysicalSafety.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-SocialEnvironmentPanel.json +1763 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-TransportationAvailability-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-environment-TransportationAvailability.json +2406 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-immunization-Immunization.json +1891 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-immunization-ImmunizationAdministered.json +1893 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-immunization-ImmunizationNotGiven.json +1903 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-ChangeFlag-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVScreeningTest.json +2548 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVScreeningTestRequest.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVSupplementalTest.json +2548 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-HIVSupplementalTestRequest.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-Test-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-Test.json +2488 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lab-TestRequest.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-CongenitalAbnormalities.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-EducationalAttainment.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Employer-extension.json +242 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Employment.json +2477 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-EmploymentStatus-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryBranch-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryService.json +1878 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryServiceDischargeStatus-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryServiceEra-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryStatus-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-MilitaryStatus.json +2375 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Occupation.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-PrenatalExposure.json +3088 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-ServiceConnectedDisability-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-lifehistory-Travel.json +2543 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-Adherence-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-AdherenceLevel-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MaximumDosePerTimePeriod.json +238 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-Medication.json +1509 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationAfterChange-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationBeforeChange-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationChange.json +715 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationNotAdministered.json +1557 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationNotPrescribed.json +3297 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationNotPrescribedModifier-extension.json +521 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationPrescription.json +2818 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-MedicationUse.json +1591 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-NonAdherenceReason-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-RouteIntoBody-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-medication-TypeOfChange-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-CodeableConceptObservation.json +2297 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-HistoryObservation.json +2527 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-Observation.json +2314 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationCode-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationNonOccurrenceModifier-extension.json +521 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationQualifier-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-ObservationReason-extension.json +224 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-Panel.json +1469 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-observation-SocialHistory.json +2569 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Abatement-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-AcademicProblem.json +1811 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Asplenia.json +1825 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Criticality-extension.json +228 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-IncludeOnProblemList-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Injury.json +1907 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Manifestation-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Manifestation.json +2411 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-MentalHealthProblem.json +1808 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Preexisting-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Problem.json +1809 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-Severity-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-SupportingEvidenceQuality-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-problem-WhenClinicallyRecognized-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-procedure-Procedure.json +1656 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-ContraceptiveMethodRecommendation.json +678 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-ContraceptiveMethodsUsed.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-CurrentPregnancyStatus-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-DifficultyWithIntercourse-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-Dispensed-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-GenderIdentity-extension.json +218 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-GenderIdentity.json +2375 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-NumberOfLivingChildren-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-NumberOfPreviousPregnancies-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-NumberOfSexualPartnersPastYear-extension.json +216 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-PregnancyHistory.json +1616 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-PregnancyIntention.json +2391 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-ReasonForNotRecommendingContraceptive-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualActivity-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualBehavior.json +1780 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualIdentity.json +1715 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-sex-SexualOrientation-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-CausativeFactor-extension.json +273 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-ImmersionDepth-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcer.json +1858 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcerBodySite.json +799 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcerManifestation.json +2770 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-PressureUlcerNotPresent.json +2051 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurface.json +1279 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceBodyPosition-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceCategory-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceComponent-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-SupportSurfaceEmployed.json +1009 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-VisibleInternalStructure-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundBedAndEdge-extension.json +366 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundEdgeAppearance-extension.json +230 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundExudate-extension.json +367 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundSize-extension.json +567 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundTunnelling-extension.json +447 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-skin-WoundUndermining-extension.json +407 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BloodPressure.json +3576 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyHeight.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyLength.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyMassIndex.json +3989 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyTemperature.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-BodyWeight.json +2720 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-DiastolicPressure.json +2387 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-HeadCircumference.json +2609 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-HeadTiltAngle-extension.json +226 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-HeartRate.json +2719 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-OxygenSaturation.json +2609 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-RespiratoryRate.json +2719 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-SystolicPressure.json +2387 -0
- data/lib/resources/standard_health_record/StructureDefinition-shr-vital-VitalSign.json +2534 -0
- data/lib/resources/standard_health_record/ValueSet-shr-actor-AgeGroupVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-actor-HealthcareRoleVS.json +105 -0
- data/lib/resources/standard_health_record/ValueSet-shr-actor-LanguageQualifierVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-adverse-MedDRAVS.json +43 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-AllergenIrritantVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-AllergyVerificationStatusVS.json +54 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-DrugIngredientVS.json +37 -0
- data/lib/resources/standard_health_record/ValueSet-shr-allergy-FoodSubstanceVS.json +36 -0
- data/lib/resources/standard_health_record/ValueSet-shr-base-GenericAnswersVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-base-MissingValueReasonVS.json +78 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-AlcoholUseScreeningToolVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-DietNutritionConcernVS.json +117 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-PhysicalActivityLimitationVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-ReligiousPracticeStatusVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-ReligiousRestrictionVS.json +58 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SleepQualityReasonVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SpecialDietFollowedVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SubstanceAbuseTreatmentTypeVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-behavior-SubstanceOfAbuseVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-BodyPositionVS.json +90 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-BodySiteVS.json +71 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ClinicalFindingAbsentVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ClockDirectionVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-CodingQualifierVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-DirectionalityVS.json +51 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-DiseaseFindingVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-LateralityVS.json +51 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-LowerBoundTypeVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ManifestationVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-PerformanceGradingScaleVS.json +66 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-PortionTotalityVS.json +51 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeDateTimeVS.json +125 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeFrequencyVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeLikelihoodVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-QualitativeValueScaleVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-SemiquantitativeDurationVS.json +81 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-SemiquantitativeFrequencyVS.json +97 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-SettingVS.json +182 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-StatisticTypeVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ThreePriorityVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-ThreeValueLogicVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-TimeUnitOfMeasureVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-core-UpperBoundTypeVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-AddressUseVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-InsuranceProviderTypeVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-TelecomQualifierVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-demographics-TelephoneTypeVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-device-RespiratoryAssistDeviceVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-device-RespiratoryRateSettingVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-EncounterTypeVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-EncounterUrgencyVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-EpisodeOfCareCompletionVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-ReasonEncounterDidNotHappenVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-ReferralSourceTypeVS.json +81 -0
- data/lib/resources/standard_health_record/ValueSet-shr-encounter-TreatmentCooperationVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-AnimalExposureVS.json +81 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-CoinhabitantVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-HomeEnvironmentRiskVS.json +185 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-IncomeSourceVS.json +101 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-NonCashBenefitVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-environment-ResourceStabilityVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-immunization-ImmunizationNotGivenReasonVS.json +62 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-ChangeFlagVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVScreeningTestCodeVS.json +36 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVScreeningTestResultVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVSupplementalTestCodeVS.json +36 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-HIVSupplementalTestResultVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-RequestStatusVS.json +61 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lab-TestInterpretationVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-CongenitalAbnormalitiesVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-EducationalAttainmentVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-EmploymentStatusVS.json +97 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-MilitaryServiceDischargeStatusVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-MilitaryServiceEraVS.json +78 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-MilitaryStatusVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-TeratogenVS.json +269 -0
- data/lib/resources/standard_health_record/ValueSet-shr-lifehistory-USMilitaryBranchVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationChangeReasonVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationChangeTypeVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationNonAdherenceReasonVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-MedicationVS.json +43 -0
- data/lib/resources/standard_health_record/ValueSet-shr-medication-ReasonMedicationNotUsedVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-observation-ExposureReasonVS.json +74 -0
- data/lib/resources/standard_health_record/ValueSet-shr-observation-NonLabObservationStatusVS.json +58 -0
- data/lib/resources/standard_health_record/ValueSet-shr-observation-ObservationNotMadeReasonVS.json +66 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-DSMVS.json +43 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-EvidenceQualityVS.json +57 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-GradeOrStageVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-problem-ProblemCategoryVS.json +69 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-CommonPregnancyComplicationVS.json +101 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-ContraceptiveMethodReasonVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-ContraceptiveMethodVS.json +117 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-ContraceptiveNotUsedReasonVS.json +85 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-DifficultyWithIntercourseVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-GenderIdentityVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-SexualActivityVS.json +97 -0
- data/lib/resources/standard_health_record/ValueSet-shr-sex-SexualOrientationVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-PressureUlcerAssociationVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-PressureUlcerBodySiteVS.json +109 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceBodyPositionVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceCategoryVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceComponentVS.json +93 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceFeatureVS.json +73 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-SupportSurfaceVS.json +50 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-VisibleInternalStructureVS.json +77 -0
- data/lib/resources/standard_health_record/ValueSet-shr-skin-WoundEdgeAppearanceVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BloodPressureBodySiteVS.json +53 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BloodPressureMethodVS.json +62 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BloodPressureQualifierVS.json +79 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyHeightQualifierVS.json +78 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyTemperatureBodySiteVS.json +89 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyTemperatureQualifierVS.json +49 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-BodyWeightQualifierVS.json +101 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-HeartRateMethodVS.json +74 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-HeartRateQualifierVS.json +66 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-OxygenSaturationBodySiteVS.json +65 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-RespiratoryRateMethodVS.json +70 -0
- data/lib/resources/standard_health_record/ValueSet-shr-vital-RespiratoryRateQualifierVS.json +102 -0
- data/lib/resources/standard_health_record/spec.internals +3281 -0
- data/lib/resources/us_core/CapabilityStatement-client.json +996 -0
- data/lib/resources/us_core/CapabilityStatement-server.json +1825 -0
- data/lib/resources/us_core/CodeSystem-careplan-category.json +25 -0
- data/lib/resources/us_core/CodeSystem-cdcrec.json +4883 -0
- data/lib/resources/us_core/CodeSystem-condition-category.json +30 -0
- data/lib/resources/us_core/ConceptMap-ndc-cvx.json +2127 -0
- data/lib/resources/us_core/ImplementationGuide-ig.json +1617 -0
- data/lib/resources/us_core/StructureDefinition-us-core-allergyintolerance.json +1425 -0
- data/lib/resources/us_core/StructureDefinition-us-core-birthsex.json +257 -0
- data/lib/resources/us_core/StructureDefinition-us-core-careplan.json +2366 -0
- data/lib/resources/us_core/StructureDefinition-us-core-careteam.json +1091 -0
- data/lib/resources/us_core/StructureDefinition-us-core-condition.json +1605 -0
- data/lib/resources/us_core/StructureDefinition-us-core-device.json +1375 -0
- data/lib/resources/us_core/StructureDefinition-us-core-diagnosticreport.json +1746 -0
- data/lib/resources/us_core/StructureDefinition-us-core-direct.json +244 -0
- data/lib/resources/us_core/StructureDefinition-us-core-ethnicity.json +882 -0
- data/lib/resources/us_core/StructureDefinition-us-core-goal.json +1179 -0
- data/lib/resources/us_core/StructureDefinition-us-core-immunization.json +2286 -0
- data/lib/resources/us_core/StructureDefinition-us-core-location.json +1694 -0
- data/lib/resources/us_core/StructureDefinition-us-core-medication.json +1421 -0
- data/lib/resources/us_core/StructureDefinition-us-core-medicationrequest.json +2062 -0
- data/lib/resources/us_core/StructureDefinition-us-core-medicationstatement.json +1248 -0
- data/lib/resources/us_core/StructureDefinition-us-core-observationresults.json +2488 -0
- data/lib/resources/us_core/StructureDefinition-us-core-organization.json +2011 -0
- data/lib/resources/us_core/StructureDefinition-us-core-patient.json +3045 -0
- data/lib/resources/us_core/StructureDefinition-us-core-practitioner.json +1679 -0
- data/lib/resources/us_core/StructureDefinition-us-core-procedure.json +1797 -0
- data/lib/resources/us_core/StructureDefinition-us-core-profile-link.json +259 -0
- data/lib/resources/us_core/StructureDefinition-us-core-race.json +882 -0
- data/lib/resources/us_core/StructureDefinition-us-core-smokingstatus.json +2342 -0
- data/lib/resources/us_core/StructureDefinition-us-core-vitalsigns.json +3125 -0
- data/lib/resources/us_core/ValueSet-detailed-ethnicity.json +42 -0
- data/lib/resources/us_core/ValueSet-detailed-race.json +51 -0
- data/lib/resources/us_core/ValueSet-omb-ethnicity-category.json +32 -0
- data/lib/resources/us_core/ValueSet-omb-race-category.json +81 -0
- data/lib/resources/us_core/ValueSet-simple-language.json +59 -0
- data/lib/resources/us_core/ValueSet-us-core-birthsex.json +51 -0
- data/lib/resources/us_core/ValueSet-us-core-careteam-provider-roles.json +54 -0
- data/lib/resources/us_core/ValueSet-us-core-condition-category.json +36 -0
- data/lib/resources/us_core/ValueSet-us-core-cvx.json +38 -0
- data/lib/resources/us_core/ValueSet-us-core-medication-codes.json +51 -0
- data/lib/resources/us_core/ValueSet-us-core-narrative-status.json +43 -0
- data/lib/resources/us_core/ValueSet-us-core-ndc-vaccine-codes.json +2052 -0
- data/lib/resources/us_core/ValueSet-us-core-observation-ccdasmokingstatus.json +79 -0
- data/lib/resources/us_core/ValueSet-us-core-observation-value-codes.json +38 -0
- data/lib/resources/us_core/ValueSet-us-core-problem.json +70 -0
- data/lib/resources/us_core/ValueSet-us-core-procedure-code.json +55 -0
- data/lib/resources/us_core/ValueSet-us-core-procedure-icd10pcs.json +39 -0
- data/lib/resources/us_core/ValueSet-us-core-provider-role.json +33 -0
- data/lib/resources/us_core/ValueSet-us-core-provider-specialty.json +33 -0
- data/lib/resources/us_core/ValueSet-us-core-substance-ndfrt.json +68 -0
- data/lib/resources/us_core/ValueSet-us-core-substance-rxnorm.json +60 -0
- data/lib/resources/us_core/ValueSet-us-core-substance-sct.json +108 -0
- data/lib/resources/us_core/ValueSet-us-core-substance.json +51 -0
- data/lib/resources/us_core/spec.internals +698 -0
- data/lib/rubrics.rb +10 -1
- data/lib/rubrics/standard_health_record.rb +39 -0
- data/lib/rubrics/us_core.rb +39 -0
- data/lib/scorecard.rb +8 -0
- data/lib/tasks/tasks.rake +98 -9
- metadata +610 -6
@@ -0,0 +1,235 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-core-TimePeriod",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR TimePeriod Profile</b></p>\n <p>A period of time defined by a start and end time, date, or year.</p>\n <p><b>SHR Mapping Summary</b></p>\n <p><pre>shr.core.TimePeriod maps to Period:\n TimePeriodStart maps to start\n TimePeriodEnd maps to end\n</pre></p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-TimePeriod",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.core.TimePeriod"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR TimePeriod Profile",
|
17
|
+
"status": "draft",
|
18
|
+
"date": "2017-04-18T15:12:22.416Z",
|
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 period of time defined by a start and end time, date, or year.",
|
31
|
+
"fhirVersion": "3.0.0",
|
32
|
+
"mapping": [
|
33
|
+
{
|
34
|
+
"identity": "v2",
|
35
|
+
"uri": "http://hl7.org/v2",
|
36
|
+
"name": "HL7 v2 Mapping"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"identity": "rim",
|
40
|
+
"uri": "http://hl7.org/v3",
|
41
|
+
"name": "RIM Mapping"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"kind": "complex-type",
|
45
|
+
"abstract": false,
|
46
|
+
"type": "Period",
|
47
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Period",
|
48
|
+
"derivation": "constraint",
|
49
|
+
"snapshot": {
|
50
|
+
"element": [
|
51
|
+
{
|
52
|
+
"id": "Period:shr-core-TimePeriod",
|
53
|
+
"path": "Period",
|
54
|
+
"short": "SHR TimePeriod Profile",
|
55
|
+
"definition": "A period of time defined by a start and end time, date, or year.",
|
56
|
+
"comment": "This is not a duration - that's a measure of time (a separate type), but a duration that occurs at a fixed value of time. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. \"the patient was an inpatient of the hospital for this time range\") or one value from the range applies (e.g. \"give to the patient between these two times\"). If duration is required, specify the type as Interval|Duration.",
|
57
|
+
"min": 0,
|
58
|
+
"max": "*",
|
59
|
+
"condition": [
|
60
|
+
"ele-1"
|
61
|
+
],
|
62
|
+
"constraint": [
|
63
|
+
{
|
64
|
+
"key": "ele-1",
|
65
|
+
"severity": "error",
|
66
|
+
"human": "All FHIR elements must have a @value or children",
|
67
|
+
"expression": "children().count() > id.count()",
|
68
|
+
"xpath": "@value|f:*|h:div",
|
69
|
+
"source": "Element"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"key": "per-1",
|
73
|
+
"severity": "error",
|
74
|
+
"human": "If present, start SHALL have a lower value than end",
|
75
|
+
"expression": "start.empty() or end.empty() or (start <= end)",
|
76
|
+
"xpath": "not(exists(f:start)) or not(exists(f:end)) or (f:start/@value <= f:end/@value)"
|
77
|
+
}
|
78
|
+
],
|
79
|
+
"mapping": [
|
80
|
+
{
|
81
|
+
"identity": "rim",
|
82
|
+
"map": "n/a"
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"identity": "v2",
|
86
|
+
"map": "DR"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"identity": "rim",
|
90
|
+
"map": "IVL<TS>[lowClosed=\"true\" and highClosed=\"true\"] or URG<TS>[lowClosed=\"true\" and highClosed=\"true\"]"
|
91
|
+
}
|
92
|
+
]
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"id": "Period:shr-core-TimePeriod.id",
|
96
|
+
"path": "Period.id",
|
97
|
+
"representation": [
|
98
|
+
"xmlAttr"
|
99
|
+
],
|
100
|
+
"short": "xml:id (or equivalent in JSON)",
|
101
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
102
|
+
"min": 0,
|
103
|
+
"max": "1",
|
104
|
+
"base": {
|
105
|
+
"path": "Element.id",
|
106
|
+
"min": 0,
|
107
|
+
"max": "1"
|
108
|
+
},
|
109
|
+
"type": [
|
110
|
+
{
|
111
|
+
"code": "string"
|
112
|
+
}
|
113
|
+
],
|
114
|
+
"mapping": [
|
115
|
+
{
|
116
|
+
"identity": "rim",
|
117
|
+
"map": "n/a"
|
118
|
+
}
|
119
|
+
]
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"id": "Period:shr-core-TimePeriod.extension",
|
123
|
+
"path": "Period.extension",
|
124
|
+
"slicing": {
|
125
|
+
"discriminator": [
|
126
|
+
{
|
127
|
+
"type": "value",
|
128
|
+
"path": "url"
|
129
|
+
}
|
130
|
+
],
|
131
|
+
"description": "Extensions are always sliced by (at least) url",
|
132
|
+
"rules": "open"
|
133
|
+
},
|
134
|
+
"short": "Additional Content defined by implementations",
|
135
|
+
"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.",
|
136
|
+
"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.",
|
137
|
+
"alias": [
|
138
|
+
"extensions",
|
139
|
+
"user content"
|
140
|
+
],
|
141
|
+
"min": 0,
|
142
|
+
"max": "*",
|
143
|
+
"base": {
|
144
|
+
"path": "Element.extension",
|
145
|
+
"min": 0,
|
146
|
+
"max": "*"
|
147
|
+
},
|
148
|
+
"type": [
|
149
|
+
{
|
150
|
+
"code": "Extension"
|
151
|
+
}
|
152
|
+
],
|
153
|
+
"mapping": [
|
154
|
+
{
|
155
|
+
"identity": "rim",
|
156
|
+
"map": "n/a"
|
157
|
+
}
|
158
|
+
]
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"id": "Period:shr-core-TimePeriod.start",
|
162
|
+
"path": "Period.start",
|
163
|
+
"short": "Starting time with inclusive boundary",
|
164
|
+
"definition": "The start of the period. The boundary is inclusive.",
|
165
|
+
"comment": "If the low element is missing, the meaning is that the low boundary is not known.",
|
166
|
+
"min": 1,
|
167
|
+
"max": "1",
|
168
|
+
"type": [
|
169
|
+
{
|
170
|
+
"code": "dateTime"
|
171
|
+
}
|
172
|
+
],
|
173
|
+
"condition": [
|
174
|
+
"per-1"
|
175
|
+
],
|
176
|
+
"isSummary": true,
|
177
|
+
"mapping": [
|
178
|
+
{
|
179
|
+
"identity": "v2",
|
180
|
+
"map": "DR.1"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"identity": "rim",
|
184
|
+
"map": "./low"
|
185
|
+
}
|
186
|
+
]
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"id": "Period:shr-core-TimePeriod.end",
|
190
|
+
"path": "Period.end",
|
191
|
+
"short": "End time with inclusive boundary, if not ongoing",
|
192
|
+
"definition": "The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
|
193
|
+
"comment": "The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has a end value of 2012-02-03.",
|
194
|
+
"min": 0,
|
195
|
+
"max": "1",
|
196
|
+
"type": [
|
197
|
+
{
|
198
|
+
"code": "dateTime"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"meaningWhenMissing": "If the end of the period is missing, it means that the period is ongoing",
|
202
|
+
"condition": [
|
203
|
+
"per-1"
|
204
|
+
],
|
205
|
+
"isSummary": true,
|
206
|
+
"mapping": [
|
207
|
+
{
|
208
|
+
"identity": "v2",
|
209
|
+
"map": "DR.2"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"identity": "rim",
|
213
|
+
"map": "./high"
|
214
|
+
}
|
215
|
+
]
|
216
|
+
}
|
217
|
+
]
|
218
|
+
},
|
219
|
+
"differential": {
|
220
|
+
"element": [
|
221
|
+
{
|
222
|
+
"id": "Period:shr-core-TimePeriod",
|
223
|
+
"path": "Period",
|
224
|
+
"short": "SHR TimePeriod Profile",
|
225
|
+
"definition": "A period of time defined by a start and end time, date, or year."
|
226
|
+
},
|
227
|
+
{
|
228
|
+
"id": "Period:shr-core-TimePeriod.start",
|
229
|
+
"path": "Period.start",
|
230
|
+
"min": 1,
|
231
|
+
"max": "1"
|
232
|
+
}
|
233
|
+
]
|
234
|
+
}
|
235
|
+
}
|
data/lib/resources/standard_health_record/StructureDefinition-shr-core-UnitedStatesAddress.json
ADDED
@@ -0,0 +1,606 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "StructureDefinition",
|
3
|
+
"id": "shr-core-UnitedStatesAddress",
|
4
|
+
"text": {
|
5
|
+
"status": "generated",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p><b>SHR UnitedStatesAddress Profile</b></p>\n <p>An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR).</p>\n <p><b>SHR Mapping Summary</b></p>\n <p><pre>shr.core.UnitedStatesAddress maps to Address:\n AddressLine maps to line\n City maps to city\n County maps to district\n State maps to state\n PostalCode maps to postalCode\n Country maps to country\n constrain use to 0..0\n constrain type to 0..0\n</pre></p>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-UnitedStatesAddress",
|
9
|
+
"identifier": [
|
10
|
+
{
|
11
|
+
"system": "http://standardhealthrecord.org",
|
12
|
+
"value": "shr.core.UnitedStatesAddress"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"version": "0.0.1",
|
16
|
+
"name": "SHR UnitedStatesAddress Profile",
|
17
|
+
"status": "draft",
|
18
|
+
"date": "2017-04-18T15:12:22.428Z",
|
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": "An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR).",
|
31
|
+
"purpose": "Need to be able to record postal addresses, along with notes about their use.",
|
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
|
+
"identity": "vcard",
|
51
|
+
"uri": "http://w3.org/vcard",
|
52
|
+
"name": "vCard Mapping"
|
53
|
+
}
|
54
|
+
],
|
55
|
+
"kind": "complex-type",
|
56
|
+
"abstract": false,
|
57
|
+
"type": "Address",
|
58
|
+
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Address",
|
59
|
+
"derivation": "constraint",
|
60
|
+
"snapshot": {
|
61
|
+
"element": [
|
62
|
+
{
|
63
|
+
"id": "Address:shr-core-UnitedStatesAddress",
|
64
|
+
"path": "Address",
|
65
|
+
"short": "SHR UnitedStatesAddress Profile",
|
66
|
+
"definition": "An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR).",
|
67
|
+
"comment": "Note: address is for postal addresses, not physical locations.",
|
68
|
+
"min": 0,
|
69
|
+
"max": "*",
|
70
|
+
"condition": [
|
71
|
+
"ele-1"
|
72
|
+
],
|
73
|
+
"constraint": [
|
74
|
+
{
|
75
|
+
"key": "ele-1",
|
76
|
+
"severity": "error",
|
77
|
+
"human": "All FHIR elements must have a @value or children",
|
78
|
+
"expression": "children().count() > id.count()",
|
79
|
+
"xpath": "@value|f:*|h:div",
|
80
|
+
"source": "Element"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"mapping": [
|
84
|
+
{
|
85
|
+
"identity": "rim",
|
86
|
+
"map": "n/a"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"identity": "v2",
|
90
|
+
"map": "XAD"
|
91
|
+
},
|
92
|
+
{
|
93
|
+
"identity": "rim",
|
94
|
+
"map": "AD"
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"identity": "servd",
|
98
|
+
"map": "Address"
|
99
|
+
}
|
100
|
+
]
|
101
|
+
},
|
102
|
+
{
|
103
|
+
"id": "Address:shr-core-UnitedStatesAddress.id",
|
104
|
+
"path": "Address.id",
|
105
|
+
"representation": [
|
106
|
+
"xmlAttr"
|
107
|
+
],
|
108
|
+
"short": "xml:id (or equivalent in JSON)",
|
109
|
+
"definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
110
|
+
"min": 0,
|
111
|
+
"max": "1",
|
112
|
+
"base": {
|
113
|
+
"path": "Element.id",
|
114
|
+
"min": 0,
|
115
|
+
"max": "1"
|
116
|
+
},
|
117
|
+
"type": [
|
118
|
+
{
|
119
|
+
"code": "string"
|
120
|
+
}
|
121
|
+
],
|
122
|
+
"mapping": [
|
123
|
+
{
|
124
|
+
"identity": "rim",
|
125
|
+
"map": "n/a"
|
126
|
+
}
|
127
|
+
]
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"id": "Address:shr-core-UnitedStatesAddress.extension",
|
131
|
+
"path": "Address.extension",
|
132
|
+
"slicing": {
|
133
|
+
"discriminator": [
|
134
|
+
{
|
135
|
+
"type": "value",
|
136
|
+
"path": "url"
|
137
|
+
}
|
138
|
+
],
|
139
|
+
"description": "Extensions are always sliced by (at least) url",
|
140
|
+
"rules": "open"
|
141
|
+
},
|
142
|
+
"short": "Additional Content defined by implementations",
|
143
|
+
"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.",
|
144
|
+
"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.",
|
145
|
+
"alias": [
|
146
|
+
"extensions",
|
147
|
+
"user content"
|
148
|
+
],
|
149
|
+
"min": 0,
|
150
|
+
"max": "*",
|
151
|
+
"base": {
|
152
|
+
"path": "Element.extension",
|
153
|
+
"min": 0,
|
154
|
+
"max": "*"
|
155
|
+
},
|
156
|
+
"type": [
|
157
|
+
{
|
158
|
+
"code": "Extension"
|
159
|
+
}
|
160
|
+
],
|
161
|
+
"mapping": [
|
162
|
+
{
|
163
|
+
"identity": "rim",
|
164
|
+
"map": "n/a"
|
165
|
+
}
|
166
|
+
]
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"id": "Address:shr-core-UnitedStatesAddress.use",
|
170
|
+
"path": "Address.use",
|
171
|
+
"short": "home | work | temp | old - purpose of this address",
|
172
|
+
"definition": "The purpose of this address.",
|
173
|
+
"comment": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one. Applications can assume that an address is current unless it explicitly says that it is temporary or old.",
|
174
|
+
"requirements": "Allows an appropriate address to be chosen from a list of many.",
|
175
|
+
"min": 0,
|
176
|
+
"max": "0",
|
177
|
+
"type": [
|
178
|
+
{
|
179
|
+
"code": "code"
|
180
|
+
}
|
181
|
+
],
|
182
|
+
"example": [
|
183
|
+
{
|
184
|
+
"label": "General",
|
185
|
+
"valueCode": "home"
|
186
|
+
}
|
187
|
+
],
|
188
|
+
"isModifier": true,
|
189
|
+
"isSummary": true,
|
190
|
+
"binding": {
|
191
|
+
"extension": [
|
192
|
+
{
|
193
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
194
|
+
"valueString": "AddressUse"
|
195
|
+
}
|
196
|
+
],
|
197
|
+
"strength": "required",
|
198
|
+
"description": "The use of an address",
|
199
|
+
"valueSetReference": {
|
200
|
+
"reference": "http://hl7.org/fhir/ValueSet/address-use"
|
201
|
+
}
|
202
|
+
},
|
203
|
+
"mapping": [
|
204
|
+
{
|
205
|
+
"identity": "v2",
|
206
|
+
"map": "XAD.7"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"identity": "rim",
|
210
|
+
"map": "unique(./use)"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"identity": "servd",
|
214
|
+
"map": "./AddressPurpose"
|
215
|
+
}
|
216
|
+
]
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"id": "Address:shr-core-UnitedStatesAddress.type",
|
220
|
+
"path": "Address.type",
|
221
|
+
"short": "postal | physical | both",
|
222
|
+
"definition": "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.",
|
223
|
+
"min": 0,
|
224
|
+
"max": "0",
|
225
|
+
"type": [
|
226
|
+
{
|
227
|
+
"code": "code"
|
228
|
+
}
|
229
|
+
],
|
230
|
+
"example": [
|
231
|
+
{
|
232
|
+
"label": "General",
|
233
|
+
"valueCode": "both"
|
234
|
+
}
|
235
|
+
],
|
236
|
+
"isSummary": true,
|
237
|
+
"binding": {
|
238
|
+
"extension": [
|
239
|
+
{
|
240
|
+
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
|
241
|
+
"valueString": "AddressType"
|
242
|
+
}
|
243
|
+
],
|
244
|
+
"strength": "required",
|
245
|
+
"description": "The type of an address (physical / postal)",
|
246
|
+
"valueSetReference": {
|
247
|
+
"reference": "http://hl7.org/fhir/ValueSet/address-type"
|
248
|
+
}
|
249
|
+
},
|
250
|
+
"mapping": [
|
251
|
+
{
|
252
|
+
"identity": "v2",
|
253
|
+
"map": "XAD.18"
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"identity": "rim",
|
257
|
+
"map": "unique(./use)"
|
258
|
+
},
|
259
|
+
{
|
260
|
+
"identity": "vcard",
|
261
|
+
"map": "address type parameter"
|
262
|
+
}
|
263
|
+
]
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"id": "Address:shr-core-UnitedStatesAddress.text",
|
267
|
+
"path": "Address.text",
|
268
|
+
"short": "Text representation of the address",
|
269
|
+
"definition": "A full text representation of the address.",
|
270
|
+
"comment": "Can provide both a text representation and parts.",
|
271
|
+
"requirements": "A renderable, unencoded form.",
|
272
|
+
"min": 0,
|
273
|
+
"max": "1",
|
274
|
+
"type": [
|
275
|
+
{
|
276
|
+
"code": "string"
|
277
|
+
}
|
278
|
+
],
|
279
|
+
"example": [
|
280
|
+
{
|
281
|
+
"label": "General",
|
282
|
+
"valueString": "137 Nowhere Street, Erewhon 9132"
|
283
|
+
}
|
284
|
+
],
|
285
|
+
"isSummary": true,
|
286
|
+
"mapping": [
|
287
|
+
{
|
288
|
+
"identity": "v2",
|
289
|
+
"map": "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"identity": "rim",
|
293
|
+
"map": "./formatted"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"identity": "vcard",
|
297
|
+
"map": "address label parameter"
|
298
|
+
}
|
299
|
+
]
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"id": "Address:shr-core-UnitedStatesAddress.line",
|
303
|
+
"path": "Address.line",
|
304
|
+
"short": "Street name, number, direction & P.O. Box etc.",
|
305
|
+
"definition": "This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.",
|
306
|
+
"requirements": "home | work | temp | old - purpose of this address.",
|
307
|
+
"min": 0,
|
308
|
+
"max": "2",
|
309
|
+
"type": [
|
310
|
+
{
|
311
|
+
"code": "string"
|
312
|
+
}
|
313
|
+
],
|
314
|
+
"orderMeaning": "The order in which lines should appear in an address label",
|
315
|
+
"example": [
|
316
|
+
{
|
317
|
+
"label": "General",
|
318
|
+
"valueString": "137 Nowhere Street"
|
319
|
+
}
|
320
|
+
],
|
321
|
+
"isSummary": true,
|
322
|
+
"mapping": [
|
323
|
+
{
|
324
|
+
"identity": "v2",
|
325
|
+
"map": "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)"
|
326
|
+
},
|
327
|
+
{
|
328
|
+
"identity": "rim",
|
329
|
+
"map": "AD.part[parttype = AL]"
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"identity": "vcard",
|
333
|
+
"map": "street"
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"identity": "servd",
|
337
|
+
"map": "./StreetAddress (newline delimitted)"
|
338
|
+
}
|
339
|
+
]
|
340
|
+
},
|
341
|
+
{
|
342
|
+
"id": "Address:shr-core-UnitedStatesAddress.city",
|
343
|
+
"path": "Address.city",
|
344
|
+
"short": "Name of city, town etc.",
|
345
|
+
"definition": "The name of the city, town, village or other community or delivery center.",
|
346
|
+
"alias": [
|
347
|
+
"Municpality"
|
348
|
+
],
|
349
|
+
"min": 0,
|
350
|
+
"max": "1",
|
351
|
+
"type": [
|
352
|
+
{
|
353
|
+
"code": "string"
|
354
|
+
}
|
355
|
+
],
|
356
|
+
"example": [
|
357
|
+
{
|
358
|
+
"label": "General",
|
359
|
+
"valueString": "Erewhon"
|
360
|
+
}
|
361
|
+
],
|
362
|
+
"isSummary": true,
|
363
|
+
"mapping": [
|
364
|
+
{
|
365
|
+
"identity": "v2",
|
366
|
+
"map": "XAD.3"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"identity": "rim",
|
370
|
+
"map": "AD.part[parttype = CTY]"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"identity": "vcard",
|
374
|
+
"map": "locality"
|
375
|
+
},
|
376
|
+
{
|
377
|
+
"identity": "servd",
|
378
|
+
"map": "./Jurisdiction"
|
379
|
+
}
|
380
|
+
]
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"id": "Address:shr-core-UnitedStatesAddress.district",
|
384
|
+
"path": "Address.district",
|
385
|
+
"short": "District name (aka county)",
|
386
|
+
"definition": "The name of the administrative area (county).",
|
387
|
+
"comment": "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.",
|
388
|
+
"alias": [
|
389
|
+
"County"
|
390
|
+
],
|
391
|
+
"min": 0,
|
392
|
+
"max": "1",
|
393
|
+
"type": [
|
394
|
+
{
|
395
|
+
"code": "string"
|
396
|
+
}
|
397
|
+
],
|
398
|
+
"example": [
|
399
|
+
{
|
400
|
+
"label": "General",
|
401
|
+
"valueString": "Madison"
|
402
|
+
}
|
403
|
+
],
|
404
|
+
"isSummary": true,
|
405
|
+
"mapping": [
|
406
|
+
{
|
407
|
+
"identity": "v2",
|
408
|
+
"map": "XAD.9"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"identity": "rim",
|
412
|
+
"map": "AD.part[parttype = CNT | CPA]"
|
413
|
+
}
|
414
|
+
]
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"id": "Address:shr-core-UnitedStatesAddress.state",
|
418
|
+
"path": "Address.state",
|
419
|
+
"short": "Sub-unit of country (abbreviations ok)",
|
420
|
+
"definition": "Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (i.e. US 2 letter state codes).",
|
421
|
+
"alias": [
|
422
|
+
"Province",
|
423
|
+
"Territory"
|
424
|
+
],
|
425
|
+
"min": 1,
|
426
|
+
"max": "1",
|
427
|
+
"type": [
|
428
|
+
{
|
429
|
+
"code": "string"
|
430
|
+
}
|
431
|
+
],
|
432
|
+
"isSummary": true,
|
433
|
+
"mapping": [
|
434
|
+
{
|
435
|
+
"identity": "v2",
|
436
|
+
"map": "XAD.4"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"identity": "rim",
|
440
|
+
"map": "AD.part[parttype = STA]"
|
441
|
+
},
|
442
|
+
{
|
443
|
+
"identity": "vcard",
|
444
|
+
"map": "region"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"identity": "servd",
|
448
|
+
"map": "./Region"
|
449
|
+
}
|
450
|
+
]
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"id": "Address:shr-core-UnitedStatesAddress.postalCode",
|
454
|
+
"path": "Address.postalCode",
|
455
|
+
"short": "Postal code for area",
|
456
|
+
"definition": "A postal code designating a region defined by the postal service.",
|
457
|
+
"alias": [
|
458
|
+
"Zip"
|
459
|
+
],
|
460
|
+
"min": 0,
|
461
|
+
"max": "1",
|
462
|
+
"type": [
|
463
|
+
{
|
464
|
+
"code": "string"
|
465
|
+
}
|
466
|
+
],
|
467
|
+
"example": [
|
468
|
+
{
|
469
|
+
"label": "General",
|
470
|
+
"valueString": "9132"
|
471
|
+
}
|
472
|
+
],
|
473
|
+
"isSummary": true,
|
474
|
+
"mapping": [
|
475
|
+
{
|
476
|
+
"identity": "v2",
|
477
|
+
"map": "XAD.5"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"identity": "rim",
|
481
|
+
"map": "AD.part[parttype = ZIP]"
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"identity": "vcard",
|
485
|
+
"map": "code"
|
486
|
+
},
|
487
|
+
{
|
488
|
+
"identity": "servd",
|
489
|
+
"map": "./PostalIdentificationCode"
|
490
|
+
}
|
491
|
+
]
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"id": "Address:shr-core-UnitedStatesAddress.country",
|
495
|
+
"path": "Address.country",
|
496
|
+
"short": "Country (e.g. can be ISO 3166 2 or 3 letter code)",
|
497
|
+
"definition": "Country - a nation as commonly understood or generally accepted.",
|
498
|
+
"comment": "ISO 3166 3 letter codes can be used in place of a full country name.",
|
499
|
+
"min": 1,
|
500
|
+
"max": "1",
|
501
|
+
"type": [
|
502
|
+
{
|
503
|
+
"code": "string"
|
504
|
+
}
|
505
|
+
],
|
506
|
+
"isSummary": true,
|
507
|
+
"mapping": [
|
508
|
+
{
|
509
|
+
"identity": "v2",
|
510
|
+
"map": "XAD.6"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"identity": "rim",
|
514
|
+
"map": "AD.part[parttype = CNT]"
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"identity": "vcard",
|
518
|
+
"map": "country"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"identity": "servd",
|
522
|
+
"map": "./Country"
|
523
|
+
}
|
524
|
+
]
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"id": "Address:shr-core-UnitedStatesAddress.period",
|
528
|
+
"path": "Address.period",
|
529
|
+
"short": "Time period when address was/is in use",
|
530
|
+
"definition": "Time period when address was/is in use.",
|
531
|
+
"requirements": "Allows addresses to be placed in historical context.",
|
532
|
+
"min": 0,
|
533
|
+
"max": "1",
|
534
|
+
"type": [
|
535
|
+
{
|
536
|
+
"code": "Period"
|
537
|
+
}
|
538
|
+
],
|
539
|
+
"example": [
|
540
|
+
{
|
541
|
+
"label": "General",
|
542
|
+
"valuePeriod": {
|
543
|
+
"start": "2010-03-23",
|
544
|
+
"end": "2010-07-01"
|
545
|
+
}
|
546
|
+
}
|
547
|
+
],
|
548
|
+
"isSummary": true,
|
549
|
+
"mapping": [
|
550
|
+
{
|
551
|
+
"identity": "v2",
|
552
|
+
"map": "XAD.12 / XAD.13 + XAD.14"
|
553
|
+
},
|
554
|
+
{
|
555
|
+
"identity": "rim",
|
556
|
+
"map": "./usablePeriod[type=\"IVL<TS>\"]"
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"identity": "servd",
|
560
|
+
"map": "./StartDate and ./EndDate"
|
561
|
+
}
|
562
|
+
]
|
563
|
+
}
|
564
|
+
]
|
565
|
+
},
|
566
|
+
"differential": {
|
567
|
+
"element": [
|
568
|
+
{
|
569
|
+
"id": "Address:shr-core-UnitedStatesAddress",
|
570
|
+
"path": "Address",
|
571
|
+
"short": "SHR UnitedStatesAddress Profile",
|
572
|
+
"definition": "An address for a place in the USA, conforming to US mail postal conventions. (Source: HL7 FHIR)."
|
573
|
+
},
|
574
|
+
{
|
575
|
+
"id": "Address:shr-core-UnitedStatesAddress.use",
|
576
|
+
"path": "Address.use",
|
577
|
+
"min": 0,
|
578
|
+
"max": "0"
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"id": "Address:shr-core-UnitedStatesAddress.type",
|
582
|
+
"path": "Address.type",
|
583
|
+
"min": 0,
|
584
|
+
"max": "0"
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"id": "Address:shr-core-UnitedStatesAddress.line",
|
588
|
+
"path": "Address.line",
|
589
|
+
"min": 0,
|
590
|
+
"max": "2"
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"id": "Address:shr-core-UnitedStatesAddress.state",
|
594
|
+
"path": "Address.state",
|
595
|
+
"min": 1,
|
596
|
+
"max": "1"
|
597
|
+
},
|
598
|
+
{
|
599
|
+
"id": "Address:shr-core-UnitedStatesAddress.country",
|
600
|
+
"path": "Address.country",
|
601
|
+
"min": 1,
|
602
|
+
"max": "1"
|
603
|
+
}
|
604
|
+
]
|
605
|
+
}
|
606
|
+
}
|