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,1617 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "ImplementationGuide",
|
3
|
+
"id": "ig",
|
4
|
+
"url": "http://hl7.org/fhir/us/core/ImplementationGuide/ig",
|
5
|
+
"name": "Implementation Guide Template",
|
6
|
+
"status": "draft",
|
7
|
+
"experimental": true,
|
8
|
+
"publisher": "FHIR Project",
|
9
|
+
"package": [
|
10
|
+
{
|
11
|
+
"name": "base",
|
12
|
+
"resource": [
|
13
|
+
{
|
14
|
+
"extension": [
|
15
|
+
{
|
16
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
17
|
+
"valueUri": "Observation-weight.html"
|
18
|
+
}
|
19
|
+
],
|
20
|
+
"example": true,
|
21
|
+
"sourceReference": {
|
22
|
+
"reference": "Observation/weight"
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"extension": [
|
27
|
+
{
|
28
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
29
|
+
"valueUri": "Observation-vitals-panel.html"
|
30
|
+
}
|
31
|
+
],
|
32
|
+
"example": true,
|
33
|
+
"sourceReference": {
|
34
|
+
"reference": "Observation/vitals-panel"
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"extension": [
|
39
|
+
{
|
40
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
41
|
+
"valueUri": "Observation-usg.html"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"example": true,
|
45
|
+
"sourceReference": {
|
46
|
+
"reference": "Observation/usg"
|
47
|
+
}
|
48
|
+
},
|
49
|
+
{
|
50
|
+
"extension": [
|
51
|
+
{
|
52
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
53
|
+
"valueUri": "Bundle-uscore-ms3.html"
|
54
|
+
}
|
55
|
+
],
|
56
|
+
"example": true,
|
57
|
+
"sourceReference": {
|
58
|
+
"reference": "Bundle/uscore-ms3"
|
59
|
+
}
|
60
|
+
},
|
61
|
+
{
|
62
|
+
"extension": [
|
63
|
+
{
|
64
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
65
|
+
"valueUri": "MedicationStatement-uscore-ms2.html"
|
66
|
+
}
|
67
|
+
],
|
68
|
+
"example": true,
|
69
|
+
"sourceReference": {
|
70
|
+
"reference": "MedicationStatement/uscore-ms2"
|
71
|
+
}
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"extension": [
|
75
|
+
{
|
76
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
77
|
+
"valueUri": "MedicationStatement-uscore-ms1.html"
|
78
|
+
}
|
79
|
+
],
|
80
|
+
"example": true,
|
81
|
+
"sourceReference": {
|
82
|
+
"reference": "MedicationStatement/uscore-ms1"
|
83
|
+
}
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"extension": [
|
87
|
+
{
|
88
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
89
|
+
"valueUri": "Bundle-uscore-mo3.html"
|
90
|
+
}
|
91
|
+
],
|
92
|
+
"example": true,
|
93
|
+
"sourceReference": {
|
94
|
+
"reference": "Bundle/uscore-mo3"
|
95
|
+
}
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"extension": [
|
99
|
+
{
|
100
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
101
|
+
"valueUri": "MedicationRequest-uscore-mo2.html"
|
102
|
+
}
|
103
|
+
],
|
104
|
+
"example": true,
|
105
|
+
"sourceReference": {
|
106
|
+
"reference": "MedicationRequest/uscore-mo2"
|
107
|
+
}
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"extension": [
|
111
|
+
{
|
112
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
113
|
+
"valueUri": "MedicationRequest-uscore-mo1.html"
|
114
|
+
}
|
115
|
+
],
|
116
|
+
"example": true,
|
117
|
+
"sourceReference": {
|
118
|
+
"reference": "MedicationRequest/uscore-mo1"
|
119
|
+
}
|
120
|
+
},
|
121
|
+
{
|
122
|
+
"extension": [
|
123
|
+
{
|
124
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
125
|
+
"valueUri": "Medication-uscore-med2.html"
|
126
|
+
}
|
127
|
+
],
|
128
|
+
"example": true,
|
129
|
+
"sourceReference": {
|
130
|
+
"reference": "Medication/uscore-med2"
|
131
|
+
}
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"extension": [
|
135
|
+
{
|
136
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
137
|
+
"valueUri": "Medication-uscore-med1.html"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"example": true,
|
141
|
+
"sourceReference": {
|
142
|
+
"reference": "Medication/uscore-med1"
|
143
|
+
}
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"extension": [
|
147
|
+
{
|
148
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
149
|
+
"valueUri": "Observation-urobilinogen.html"
|
150
|
+
}
|
151
|
+
],
|
152
|
+
"example": true,
|
153
|
+
"sourceReference": {
|
154
|
+
"reference": "Observation/urobilinogen"
|
155
|
+
}
|
156
|
+
},
|
157
|
+
{
|
158
|
+
"extension": [
|
159
|
+
{
|
160
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
161
|
+
"valueUri": "Observation-urine-wbcs.html"
|
162
|
+
}
|
163
|
+
],
|
164
|
+
"example": true,
|
165
|
+
"sourceReference": {
|
166
|
+
"reference": "Observation/urine-wbcs"
|
167
|
+
}
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"extension": [
|
171
|
+
{
|
172
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
173
|
+
"valueUri": "Observation-urine-sediment.html"
|
174
|
+
}
|
175
|
+
],
|
176
|
+
"example": true,
|
177
|
+
"sourceReference": {
|
178
|
+
"reference": "Observation/urine-sediment"
|
179
|
+
}
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"extension": [
|
183
|
+
{
|
184
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
185
|
+
"valueUri": "Observation-urine-rbcs.html"
|
186
|
+
}
|
187
|
+
],
|
188
|
+
"example": true,
|
189
|
+
"sourceReference": {
|
190
|
+
"reference": "Observation/urine-rbcs"
|
191
|
+
}
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"extension": [
|
195
|
+
{
|
196
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
197
|
+
"valueUri": "Observation-urine-protein.html"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"example": true,
|
201
|
+
"sourceReference": {
|
202
|
+
"reference": "Observation/urine-protein"
|
203
|
+
}
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"extension": [
|
207
|
+
{
|
208
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
209
|
+
"valueUri": "Observation-urine-ph.html"
|
210
|
+
}
|
211
|
+
],
|
212
|
+
"example": true,
|
213
|
+
"sourceReference": {
|
214
|
+
"reference": "Observation/urine-ph"
|
215
|
+
}
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"extension": [
|
219
|
+
{
|
220
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
221
|
+
"valueUri": "Observation-urine-nitrite.html"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"example": true,
|
225
|
+
"sourceReference": {
|
226
|
+
"reference": "Observation/urine-nitrite"
|
227
|
+
}
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"extension": [
|
231
|
+
{
|
232
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
233
|
+
"valueUri": "Observation-urine-leukocyte-esterase.html"
|
234
|
+
}
|
235
|
+
],
|
236
|
+
"example": true,
|
237
|
+
"sourceReference": {
|
238
|
+
"reference": "Observation/urine-leukocyte-esterase"
|
239
|
+
}
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"extension": [
|
243
|
+
{
|
244
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
245
|
+
"valueUri": "Observation-urine-ketone.html"
|
246
|
+
}
|
247
|
+
],
|
248
|
+
"example": true,
|
249
|
+
"sourceReference": {
|
250
|
+
"reference": "Observation/urine-ketone"
|
251
|
+
}
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"extension": [
|
255
|
+
{
|
256
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
257
|
+
"valueUri": "Observation-urine-hemoglobin.html"
|
258
|
+
}
|
259
|
+
],
|
260
|
+
"example": true,
|
261
|
+
"sourceReference": {
|
262
|
+
"reference": "Observation/urine-hemoglobin"
|
263
|
+
}
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"extension": [
|
267
|
+
{
|
268
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
269
|
+
"valueUri": "Observation-urine-glucose.html"
|
270
|
+
}
|
271
|
+
],
|
272
|
+
"example": true,
|
273
|
+
"sourceReference": {
|
274
|
+
"reference": "Observation/urine-glucose"
|
275
|
+
}
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"extension": [
|
279
|
+
{
|
280
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
281
|
+
"valueUri": "Observation-urine-epi-cells.html"
|
282
|
+
}
|
283
|
+
],
|
284
|
+
"example": true,
|
285
|
+
"sourceReference": {
|
286
|
+
"reference": "Observation/urine-epi-cells"
|
287
|
+
}
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"extension": [
|
291
|
+
{
|
292
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
293
|
+
"valueUri": "Observation-urine-color.html"
|
294
|
+
}
|
295
|
+
],
|
296
|
+
"example": true,
|
297
|
+
"sourceReference": {
|
298
|
+
"reference": "Observation/urine-color"
|
299
|
+
}
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"extension": [
|
303
|
+
{
|
304
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
305
|
+
"valueUri": "Observation-urine-clarity.html"
|
306
|
+
}
|
307
|
+
],
|
308
|
+
"example": true,
|
309
|
+
"sourceReference": {
|
310
|
+
"reference": "Observation/urine-clarity"
|
311
|
+
}
|
312
|
+
},
|
313
|
+
{
|
314
|
+
"extension": [
|
315
|
+
{
|
316
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
317
|
+
"valueUri": "Observation-urine-cells.html"
|
318
|
+
}
|
319
|
+
],
|
320
|
+
"example": true,
|
321
|
+
"sourceReference": {
|
322
|
+
"reference": "Observation/urine-cells"
|
323
|
+
}
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"extension": [
|
327
|
+
{
|
328
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
329
|
+
"valueUri": "Observation-urine-bilirubin.html"
|
330
|
+
}
|
331
|
+
],
|
332
|
+
"example": true,
|
333
|
+
"sourceReference": {
|
334
|
+
"reference": "Observation/urine-bilirubin"
|
335
|
+
}
|
336
|
+
},
|
337
|
+
{
|
338
|
+
"extension": [
|
339
|
+
{
|
340
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
341
|
+
"valueUri": "Observation-urine-bacteria.html"
|
342
|
+
}
|
343
|
+
],
|
344
|
+
"example": true,
|
345
|
+
"sourceReference": {
|
346
|
+
"reference": "Observation/urine-bacteria"
|
347
|
+
}
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"extension": [
|
351
|
+
{
|
352
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
353
|
+
"valueUri": "DiagnosticReport-urinalysis.html"
|
354
|
+
}
|
355
|
+
],
|
356
|
+
"example": true,
|
357
|
+
"sourceReference": {
|
358
|
+
"reference": "DiagnosticReport/urinalysis"
|
359
|
+
}
|
360
|
+
},
|
361
|
+
{
|
362
|
+
"extension": [
|
363
|
+
{
|
364
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
365
|
+
"valueUri": "Device-udi-1.html"
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"example": true,
|
369
|
+
"sourceReference": {
|
370
|
+
"reference": "Device/udi-1"
|
371
|
+
}
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"extension": [
|
375
|
+
{
|
376
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
377
|
+
"valueUri": "Observation-temperature.html"
|
378
|
+
}
|
379
|
+
],
|
380
|
+
"example": true,
|
381
|
+
"sourceReference": {
|
382
|
+
"reference": "Observation/temperature"
|
383
|
+
}
|
384
|
+
},
|
385
|
+
{
|
386
|
+
"extension": [
|
387
|
+
{
|
388
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
389
|
+
"valueUri": "Observation-some-day-smoker.html"
|
390
|
+
}
|
391
|
+
],
|
392
|
+
"example": true,
|
393
|
+
"sourceReference": {
|
394
|
+
"reference": "Observation/some-day-smoker"
|
395
|
+
}
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"extension": [
|
399
|
+
{
|
400
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
401
|
+
"valueUri": "Observation-serum-total-bilirubin.html"
|
402
|
+
}
|
403
|
+
],
|
404
|
+
"example": true,
|
405
|
+
"sourceReference": {
|
406
|
+
"reference": "Observation/serum-total-bilirubin"
|
407
|
+
}
|
408
|
+
},
|
409
|
+
{
|
410
|
+
"extension": [
|
411
|
+
{
|
412
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
413
|
+
"valueUri": "Observation-serum-sodium.html"
|
414
|
+
}
|
415
|
+
],
|
416
|
+
"example": true,
|
417
|
+
"sourceReference": {
|
418
|
+
"reference": "Observation/serum-sodium"
|
419
|
+
}
|
420
|
+
},
|
421
|
+
{
|
422
|
+
"extension": [
|
423
|
+
{
|
424
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
425
|
+
"valueUri": "Observation-serum-potassium.html"
|
426
|
+
}
|
427
|
+
],
|
428
|
+
"example": true,
|
429
|
+
"sourceReference": {
|
430
|
+
"reference": "Observation/serum-potassium"
|
431
|
+
}
|
432
|
+
},
|
433
|
+
{
|
434
|
+
"extension": [
|
435
|
+
{
|
436
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
437
|
+
"valueUri": "Observation-serum-creatinine.html"
|
438
|
+
}
|
439
|
+
],
|
440
|
+
"example": true,
|
441
|
+
"sourceReference": {
|
442
|
+
"reference": "Observation/serum-creatinine"
|
443
|
+
}
|
444
|
+
},
|
445
|
+
{
|
446
|
+
"extension": [
|
447
|
+
{
|
448
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
449
|
+
"valueUri": "Observation-serum-co2.html"
|
450
|
+
}
|
451
|
+
],
|
452
|
+
"example": true,
|
453
|
+
"sourceReference": {
|
454
|
+
"reference": "Observation/serum-co2"
|
455
|
+
}
|
456
|
+
},
|
457
|
+
{
|
458
|
+
"extension": [
|
459
|
+
{
|
460
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
461
|
+
"valueUri": "Observation-serum-chloride.html"
|
462
|
+
}
|
463
|
+
],
|
464
|
+
"example": true,
|
465
|
+
"sourceReference": {
|
466
|
+
"reference": "Observation/serum-chloride"
|
467
|
+
}
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"extension": [
|
471
|
+
{
|
472
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
473
|
+
"valueUri": "Observation-serum-calcium.html"
|
474
|
+
}
|
475
|
+
],
|
476
|
+
"example": true,
|
477
|
+
"sourceReference": {
|
478
|
+
"reference": "Observation/serum-calcium"
|
479
|
+
}
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"extension": [
|
483
|
+
{
|
484
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
485
|
+
"valueUri": "Observation-respiratory-rate.html"
|
486
|
+
}
|
487
|
+
],
|
488
|
+
"example": true,
|
489
|
+
"sourceReference": {
|
490
|
+
"reference": "Observation/respiratory-rate"
|
491
|
+
}
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"extension": [
|
495
|
+
{
|
496
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
497
|
+
"valueUri": "Procedure-rehab.html"
|
498
|
+
}
|
499
|
+
],
|
500
|
+
"example": true,
|
501
|
+
"sourceReference": {
|
502
|
+
"reference": "Procedure/rehab"
|
503
|
+
}
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"extension": [
|
507
|
+
{
|
508
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
509
|
+
"valueUri": "Practitioner-practitioner-2.html"
|
510
|
+
}
|
511
|
+
],
|
512
|
+
"example": true,
|
513
|
+
"sourceReference": {
|
514
|
+
"reference": "Practitioner/practitioner-2"
|
515
|
+
}
|
516
|
+
},
|
517
|
+
{
|
518
|
+
"extension": [
|
519
|
+
{
|
520
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
521
|
+
"valueUri": "Practitioner-practitioner-1.html"
|
522
|
+
}
|
523
|
+
],
|
524
|
+
"example": true,
|
525
|
+
"sourceReference": {
|
526
|
+
"reference": "Practitioner/practitioner-1"
|
527
|
+
}
|
528
|
+
},
|
529
|
+
{
|
530
|
+
"extension": [
|
531
|
+
{
|
532
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
533
|
+
"valueUri": "Patient-example.html"
|
534
|
+
}
|
535
|
+
],
|
536
|
+
"example": true,
|
537
|
+
"sourceReference": {
|
538
|
+
"reference": "Patient/example"
|
539
|
+
}
|
540
|
+
},
|
541
|
+
{
|
542
|
+
"extension": [
|
543
|
+
{
|
544
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
545
|
+
"valueUri": "Observation-oxygen-saturation.html"
|
546
|
+
}
|
547
|
+
],
|
548
|
+
"example": true,
|
549
|
+
"sourceReference": {
|
550
|
+
"reference": "Observation/oxygen-saturation"
|
551
|
+
}
|
552
|
+
},
|
553
|
+
{
|
554
|
+
"extension": [
|
555
|
+
{
|
556
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
557
|
+
"valueUri": "Observation-neutrophils.html"
|
558
|
+
}
|
559
|
+
],
|
560
|
+
"example": true,
|
561
|
+
"sourceReference": {
|
562
|
+
"reference": "Observation/neutrophils"
|
563
|
+
}
|
564
|
+
},
|
565
|
+
{
|
566
|
+
"extension": [
|
567
|
+
{
|
568
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
569
|
+
"valueUri": "DiagnosticReport-metabolic-panel.html"
|
570
|
+
}
|
571
|
+
],
|
572
|
+
"example": true,
|
573
|
+
"sourceReference": {
|
574
|
+
"reference": "DiagnosticReport/metabolic-panel"
|
575
|
+
}
|
576
|
+
},
|
577
|
+
{
|
578
|
+
"extension": [
|
579
|
+
{
|
580
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
581
|
+
"valueUri": "Observation-mchc.html"
|
582
|
+
}
|
583
|
+
],
|
584
|
+
"example": true,
|
585
|
+
"sourceReference": {
|
586
|
+
"reference": "Observation/mchc"
|
587
|
+
}
|
588
|
+
},
|
589
|
+
{
|
590
|
+
"extension": [
|
591
|
+
{
|
592
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
593
|
+
"valueUri": "Observation-length.html"
|
594
|
+
}
|
595
|
+
],
|
596
|
+
"example": true,
|
597
|
+
"sourceReference": {
|
598
|
+
"reference": "Observation/length"
|
599
|
+
}
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"extension": [
|
603
|
+
{
|
604
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
605
|
+
"valueUri": "Immunization-imm-1.html"
|
606
|
+
}
|
607
|
+
],
|
608
|
+
"example": true,
|
609
|
+
"sourceReference": {
|
610
|
+
"reference": "Immunization/imm-1"
|
611
|
+
}
|
612
|
+
},
|
613
|
+
{
|
614
|
+
"extension": [
|
615
|
+
{
|
616
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
617
|
+
"valueUri": "Location-hl7east.html"
|
618
|
+
}
|
619
|
+
],
|
620
|
+
"example": true,
|
621
|
+
"sourceReference": {
|
622
|
+
"reference": "Location/hl7east"
|
623
|
+
}
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"extension": [
|
627
|
+
{
|
628
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
629
|
+
"valueUri": "Observation-hemoglobin.html"
|
630
|
+
}
|
631
|
+
],
|
632
|
+
"example": true,
|
633
|
+
"sourceReference": {
|
634
|
+
"reference": "Observation/hemoglobin"
|
635
|
+
}
|
636
|
+
},
|
637
|
+
{
|
638
|
+
"extension": [
|
639
|
+
{
|
640
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
641
|
+
"valueUri": "Observation-height.html"
|
642
|
+
}
|
643
|
+
],
|
644
|
+
"example": true,
|
645
|
+
"sourceReference": {
|
646
|
+
"reference": "Observation/height"
|
647
|
+
}
|
648
|
+
},
|
649
|
+
{
|
650
|
+
"extension": [
|
651
|
+
{
|
652
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
653
|
+
"valueUri": "Observation-heart-rate.html"
|
654
|
+
}
|
655
|
+
],
|
656
|
+
"example": true,
|
657
|
+
"sourceReference": {
|
658
|
+
"reference": "Observation/heart-rate"
|
659
|
+
}
|
660
|
+
},
|
661
|
+
{
|
662
|
+
"extension": [
|
663
|
+
{
|
664
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
665
|
+
"valueUri": "Observation-head-circumference.html"
|
666
|
+
}
|
667
|
+
],
|
668
|
+
"example": true,
|
669
|
+
"sourceReference": {
|
670
|
+
"reference": "Observation/head-circumference"
|
671
|
+
}
|
672
|
+
},
|
673
|
+
{
|
674
|
+
"extension": [
|
675
|
+
{
|
676
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
677
|
+
"valueUri": "Condition-hc1.html"
|
678
|
+
}
|
679
|
+
],
|
680
|
+
"example": true,
|
681
|
+
"sourceReference": {
|
682
|
+
"reference": "Condition/hc1"
|
683
|
+
}
|
684
|
+
},
|
685
|
+
{
|
686
|
+
"extension": [
|
687
|
+
{
|
688
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
689
|
+
"valueUri": "Goal-goal-1.html"
|
690
|
+
}
|
691
|
+
],
|
692
|
+
"example": true,
|
693
|
+
"sourceReference": {
|
694
|
+
"reference": "Goal/goal-1"
|
695
|
+
}
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"extension": [
|
699
|
+
{
|
700
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
701
|
+
"valueUri": "Observation-erythrocytes.html"
|
702
|
+
}
|
703
|
+
],
|
704
|
+
"example": true,
|
705
|
+
"sourceReference": {
|
706
|
+
"reference": "Observation/erythrocytes"
|
707
|
+
}
|
708
|
+
},
|
709
|
+
{
|
710
|
+
"extension": [
|
711
|
+
{
|
712
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
713
|
+
"valueUri": "Encounter-1036.html"
|
714
|
+
}
|
715
|
+
],
|
716
|
+
"example": true,
|
717
|
+
"sourceReference": {
|
718
|
+
"reference": "Encounter/1036"
|
719
|
+
}
|
720
|
+
},
|
721
|
+
{
|
722
|
+
"extension": [
|
723
|
+
{
|
724
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
725
|
+
"valueUri": "Condition-example.html"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"example": true,
|
729
|
+
"sourceReference": {
|
730
|
+
"reference": "Condition/example"
|
731
|
+
}
|
732
|
+
},
|
733
|
+
{
|
734
|
+
"extension": [
|
735
|
+
{
|
736
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
737
|
+
"valueUri": "CarePlan-colonoscopy.html"
|
738
|
+
}
|
739
|
+
],
|
740
|
+
"example": true,
|
741
|
+
"sourceReference": {
|
742
|
+
"reference": "CarePlan/colonoscopy"
|
743
|
+
}
|
744
|
+
},
|
745
|
+
{
|
746
|
+
"extension": [
|
747
|
+
{
|
748
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
749
|
+
"valueUri": "DiagnosticReport-cbc.html"
|
750
|
+
}
|
751
|
+
],
|
752
|
+
"example": true,
|
753
|
+
"sourceReference": {
|
754
|
+
"reference": "DiagnosticReport/cbc"
|
755
|
+
}
|
756
|
+
},
|
757
|
+
{
|
758
|
+
"extension": [
|
759
|
+
{
|
760
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
761
|
+
"valueUri": "CareTeam-example.html"
|
762
|
+
}
|
763
|
+
],
|
764
|
+
"example": true,
|
765
|
+
"sourceReference": {
|
766
|
+
"reference": "CareTeam/example"
|
767
|
+
}
|
768
|
+
},
|
769
|
+
{
|
770
|
+
"extension": [
|
771
|
+
{
|
772
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
773
|
+
"valueUri": "Observation-bun.html"
|
774
|
+
}
|
775
|
+
],
|
776
|
+
"example": true,
|
777
|
+
"sourceReference": {
|
778
|
+
"reference": "Observation/bun"
|
779
|
+
}
|
780
|
+
},
|
781
|
+
{
|
782
|
+
"extension": [
|
783
|
+
{
|
784
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
785
|
+
"valueUri": "Observation-bp-data-absent.html"
|
786
|
+
}
|
787
|
+
],
|
788
|
+
"example": true,
|
789
|
+
"sourceReference": {
|
790
|
+
"reference": "Observation/bp-data-absent"
|
791
|
+
}
|
792
|
+
},
|
793
|
+
{
|
794
|
+
"extension": [
|
795
|
+
{
|
796
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
797
|
+
"valueUri": "Observation-bmi.html"
|
798
|
+
}
|
799
|
+
],
|
800
|
+
"example": true,
|
801
|
+
"sourceReference": {
|
802
|
+
"reference": "Observation/bmi"
|
803
|
+
}
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"extension": [
|
807
|
+
{
|
808
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
809
|
+
"valueUri": "Observation-blood-pressure.html"
|
810
|
+
}
|
811
|
+
],
|
812
|
+
"example": true,
|
813
|
+
"sourceReference": {
|
814
|
+
"reference": "Observation/blood-pressure"
|
815
|
+
}
|
816
|
+
},
|
817
|
+
{
|
818
|
+
"extension": [
|
819
|
+
{
|
820
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
821
|
+
"valueUri": "Observation-blood-glucose.html"
|
822
|
+
}
|
823
|
+
],
|
824
|
+
"example": true,
|
825
|
+
"sourceReference": {
|
826
|
+
"reference": "Observation/blood-glucose"
|
827
|
+
}
|
828
|
+
},
|
829
|
+
{
|
830
|
+
"extension": [
|
831
|
+
{
|
832
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
833
|
+
"valueUri": "AllergyIntolerance-example.html"
|
834
|
+
}
|
835
|
+
],
|
836
|
+
"example": true,
|
837
|
+
"sourceReference": {
|
838
|
+
"reference": "AllergyIntolerance/example"
|
839
|
+
}
|
840
|
+
},
|
841
|
+
{
|
842
|
+
"extension": [
|
843
|
+
{
|
844
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
845
|
+
"valueUri": "Organization-acme-lab.html"
|
846
|
+
}
|
847
|
+
],
|
848
|
+
"example": true,
|
849
|
+
"sourceReference": {
|
850
|
+
"reference": "Organization/acme-lab"
|
851
|
+
}
|
852
|
+
},
|
853
|
+
{
|
854
|
+
"extension": [
|
855
|
+
{
|
856
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
857
|
+
"valueUri": "ValueSet-us-core-substance.html"
|
858
|
+
}
|
859
|
+
],
|
860
|
+
"example": false,
|
861
|
+
"sourceReference": {
|
862
|
+
"reference": "ValueSet/us-core-substance"
|
863
|
+
}
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"extension": [
|
867
|
+
{
|
868
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
869
|
+
"valueUri": "ValueSet-us-core-substance-sct.html"
|
870
|
+
}
|
871
|
+
],
|
872
|
+
"example": false,
|
873
|
+
"sourceReference": {
|
874
|
+
"reference": "ValueSet/us-core-substance-sct"
|
875
|
+
}
|
876
|
+
},
|
877
|
+
{
|
878
|
+
"extension": [
|
879
|
+
{
|
880
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
881
|
+
"valueUri": "ValueSet-us-core-substance-rxnorm.html"
|
882
|
+
}
|
883
|
+
],
|
884
|
+
"example": false,
|
885
|
+
"sourceReference": {
|
886
|
+
"reference": "ValueSet/us-core-substance-rxnorm"
|
887
|
+
}
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"extension": [
|
891
|
+
{
|
892
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
893
|
+
"valueUri": "ValueSet-us-core-substance-ndfrt.html"
|
894
|
+
}
|
895
|
+
],
|
896
|
+
"example": false,
|
897
|
+
"sourceReference": {
|
898
|
+
"reference": "ValueSet/us-core-substance-ndfrt"
|
899
|
+
}
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"extension": [
|
903
|
+
{
|
904
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
905
|
+
"valueUri": "ValueSet-us-core-provider-specialty.html"
|
906
|
+
}
|
907
|
+
],
|
908
|
+
"example": false,
|
909
|
+
"sourceReference": {
|
910
|
+
"reference": "ValueSet/us-core-provider-specialty"
|
911
|
+
}
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"extension": [
|
915
|
+
{
|
916
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
917
|
+
"valueUri": "ValueSet-us-core-provider-role.html"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"example": false,
|
921
|
+
"sourceReference": {
|
922
|
+
"reference": "ValueSet/us-core-provider-role"
|
923
|
+
}
|
924
|
+
},
|
925
|
+
{
|
926
|
+
"extension": [
|
927
|
+
{
|
928
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
929
|
+
"valueUri": "ValueSet-us-core-procedure-icd10pcs.html"
|
930
|
+
}
|
931
|
+
],
|
932
|
+
"example": false,
|
933
|
+
"sourceReference": {
|
934
|
+
"reference": "ValueSet/us-core-procedure-icd10pcs"
|
935
|
+
}
|
936
|
+
},
|
937
|
+
{
|
938
|
+
"extension": [
|
939
|
+
{
|
940
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
941
|
+
"valueUri": "ValueSet-us-core-procedure-code.html"
|
942
|
+
}
|
943
|
+
],
|
944
|
+
"example": false,
|
945
|
+
"sourceReference": {
|
946
|
+
"reference": "ValueSet/us-core-procedure-code"
|
947
|
+
}
|
948
|
+
},
|
949
|
+
{
|
950
|
+
"extension": [
|
951
|
+
{
|
952
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
953
|
+
"valueUri": "ValueSet-us-core-problem.html"
|
954
|
+
}
|
955
|
+
],
|
956
|
+
"example": false,
|
957
|
+
"sourceReference": {
|
958
|
+
"reference": "ValueSet/us-core-problem"
|
959
|
+
}
|
960
|
+
},
|
961
|
+
{
|
962
|
+
"extension": [
|
963
|
+
{
|
964
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
965
|
+
"valueUri": "ValueSet-us-core-observation-value-codes.html"
|
966
|
+
}
|
967
|
+
],
|
968
|
+
"example": false,
|
969
|
+
"sourceReference": {
|
970
|
+
"reference": "ValueSet/us-core-observation-value-codes"
|
971
|
+
}
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"extension": [
|
975
|
+
{
|
976
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
977
|
+
"valueUri": "ValueSet-us-core-observation-ccdasmokingstatus.html"
|
978
|
+
}
|
979
|
+
],
|
980
|
+
"example": false,
|
981
|
+
"sourceReference": {
|
982
|
+
"reference": "ValueSet/us-core-observation-ccdasmokingstatus"
|
983
|
+
}
|
984
|
+
},
|
985
|
+
{
|
986
|
+
"extension": [
|
987
|
+
{
|
988
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
989
|
+
"valueUri": "ValueSet-us-core-ndc-vaccine-codes.html"
|
990
|
+
}
|
991
|
+
],
|
992
|
+
"example": false,
|
993
|
+
"sourceReference": {
|
994
|
+
"reference": "ValueSet/us-core-ndc-vaccine-codes"
|
995
|
+
}
|
996
|
+
},
|
997
|
+
{
|
998
|
+
"extension": [
|
999
|
+
{
|
1000
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1001
|
+
"valueUri": "ValueSet-us-core-narrative-status.html"
|
1002
|
+
}
|
1003
|
+
],
|
1004
|
+
"example": false,
|
1005
|
+
"sourceReference": {
|
1006
|
+
"reference": "ValueSet/us-core-narrative-status"
|
1007
|
+
}
|
1008
|
+
},
|
1009
|
+
{
|
1010
|
+
"extension": [
|
1011
|
+
{
|
1012
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1013
|
+
"valueUri": "ValueSet-us-core-medication-codes.html"
|
1014
|
+
}
|
1015
|
+
],
|
1016
|
+
"example": false,
|
1017
|
+
"sourceReference": {
|
1018
|
+
"reference": "ValueSet/us-core-medication-codes"
|
1019
|
+
}
|
1020
|
+
},
|
1021
|
+
{
|
1022
|
+
"extension": [
|
1023
|
+
{
|
1024
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1025
|
+
"valueUri": "ValueSet-us-core-cvx.html"
|
1026
|
+
}
|
1027
|
+
],
|
1028
|
+
"example": false,
|
1029
|
+
"sourceReference": {
|
1030
|
+
"reference": "ValueSet/us-core-cvx"
|
1031
|
+
}
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"extension": [
|
1035
|
+
{
|
1036
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1037
|
+
"valueUri": "ValueSet-us-core-condition-category.html"
|
1038
|
+
}
|
1039
|
+
],
|
1040
|
+
"example": false,
|
1041
|
+
"sourceReference": {
|
1042
|
+
"reference": "ValueSet/us-core-condition-category"
|
1043
|
+
}
|
1044
|
+
},
|
1045
|
+
{
|
1046
|
+
"extension": [
|
1047
|
+
{
|
1048
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1049
|
+
"valueUri": "ValueSet-us-core-careteam-provider-roles.html"
|
1050
|
+
}
|
1051
|
+
],
|
1052
|
+
"example": false,
|
1053
|
+
"sourceReference": {
|
1054
|
+
"reference": "ValueSet/us-core-careteam-provider-roles"
|
1055
|
+
}
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"extension": [
|
1059
|
+
{
|
1060
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1061
|
+
"valueUri": "ValueSet-us-core-birthsex.html"
|
1062
|
+
}
|
1063
|
+
],
|
1064
|
+
"example": false,
|
1065
|
+
"sourceReference": {
|
1066
|
+
"reference": "ValueSet/us-core-birthsex"
|
1067
|
+
}
|
1068
|
+
},
|
1069
|
+
{
|
1070
|
+
"extension": [
|
1071
|
+
{
|
1072
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1073
|
+
"valueUri": "ValueSet-simple-language.html"
|
1074
|
+
}
|
1075
|
+
],
|
1076
|
+
"example": false,
|
1077
|
+
"sourceReference": {
|
1078
|
+
"reference": "ValueSet/simple-language"
|
1079
|
+
}
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"extension": [
|
1083
|
+
{
|
1084
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1085
|
+
"valueUri": "ValueSet-omb-race-category.html"
|
1086
|
+
}
|
1087
|
+
],
|
1088
|
+
"example": false,
|
1089
|
+
"sourceReference": {
|
1090
|
+
"reference": "ValueSet/omb-race-category"
|
1091
|
+
}
|
1092
|
+
},
|
1093
|
+
{
|
1094
|
+
"extension": [
|
1095
|
+
{
|
1096
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1097
|
+
"valueUri": "ValueSet-omb-ethnicity-category.html"
|
1098
|
+
}
|
1099
|
+
],
|
1100
|
+
"example": false,
|
1101
|
+
"sourceReference": {
|
1102
|
+
"reference": "ValueSet/omb-ethnicity-category"
|
1103
|
+
}
|
1104
|
+
},
|
1105
|
+
{
|
1106
|
+
"extension": [
|
1107
|
+
{
|
1108
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1109
|
+
"valueUri": "ValueSet-detailed-race.html"
|
1110
|
+
}
|
1111
|
+
],
|
1112
|
+
"example": false,
|
1113
|
+
"sourceReference": {
|
1114
|
+
"reference": "ValueSet/detailed-race"
|
1115
|
+
}
|
1116
|
+
},
|
1117
|
+
{
|
1118
|
+
"extension": [
|
1119
|
+
{
|
1120
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1121
|
+
"valueUri": "ValueSet-detailed-ethnicity.html"
|
1122
|
+
}
|
1123
|
+
],
|
1124
|
+
"example": false,
|
1125
|
+
"sourceReference": {
|
1126
|
+
"reference": "ValueSet/detailed-ethnicity"
|
1127
|
+
}
|
1128
|
+
},
|
1129
|
+
{
|
1130
|
+
"extension": [
|
1131
|
+
{
|
1132
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1133
|
+
"valueUri": "StructureDefinition-us-core-race.html"
|
1134
|
+
}
|
1135
|
+
],
|
1136
|
+
"example": false,
|
1137
|
+
"sourceReference": {
|
1138
|
+
"reference": "StructureDefinition/us-core-race"
|
1139
|
+
}
|
1140
|
+
},
|
1141
|
+
{
|
1142
|
+
"extension": [
|
1143
|
+
{
|
1144
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1145
|
+
"valueUri": "StructureDefinition-us-core-profile-link.html"
|
1146
|
+
}
|
1147
|
+
],
|
1148
|
+
"example": false,
|
1149
|
+
"sourceReference": {
|
1150
|
+
"reference": "StructureDefinition/us-core-profile-link"
|
1151
|
+
}
|
1152
|
+
},
|
1153
|
+
{
|
1154
|
+
"extension": [
|
1155
|
+
{
|
1156
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1157
|
+
"valueUri": "StructureDefinition-us-core-ethnicity.html"
|
1158
|
+
}
|
1159
|
+
],
|
1160
|
+
"example": false,
|
1161
|
+
"sourceReference": {
|
1162
|
+
"reference": "StructureDefinition/us-core-ethnicity"
|
1163
|
+
}
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"extension": [
|
1167
|
+
{
|
1168
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1169
|
+
"valueUri": "StructureDefinition-us-core-direct.html"
|
1170
|
+
}
|
1171
|
+
],
|
1172
|
+
"example": false,
|
1173
|
+
"sourceReference": {
|
1174
|
+
"reference": "StructureDefinition/us-core-direct"
|
1175
|
+
}
|
1176
|
+
},
|
1177
|
+
{
|
1178
|
+
"extension": [
|
1179
|
+
{
|
1180
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1181
|
+
"valueUri": "StructureDefinition-us-core-birthsex.html"
|
1182
|
+
}
|
1183
|
+
],
|
1184
|
+
"example": false,
|
1185
|
+
"sourceReference": {
|
1186
|
+
"reference": "StructureDefinition/us-core-birthsex"
|
1187
|
+
}
|
1188
|
+
},
|
1189
|
+
{
|
1190
|
+
"extension": [
|
1191
|
+
{
|
1192
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1193
|
+
"valueUri": "SearchParameter-us-core-race.html"
|
1194
|
+
}
|
1195
|
+
],
|
1196
|
+
"example": false,
|
1197
|
+
"sourceReference": {
|
1198
|
+
"reference": "SearchParameter/us-core-race"
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
{
|
1202
|
+
"extension": [
|
1203
|
+
{
|
1204
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1205
|
+
"valueUri": "SearchParameter-us-core-ethnicity.html"
|
1206
|
+
}
|
1207
|
+
],
|
1208
|
+
"example": false,
|
1209
|
+
"sourceReference": {
|
1210
|
+
"reference": "SearchParameter/us-core-ethnicity"
|
1211
|
+
}
|
1212
|
+
},
|
1213
|
+
{
|
1214
|
+
"extension": [
|
1215
|
+
{
|
1216
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1217
|
+
"valueUri": "ConceptMap-ndc-cvx.html"
|
1218
|
+
}
|
1219
|
+
],
|
1220
|
+
"example": false,
|
1221
|
+
"sourceReference": {
|
1222
|
+
"reference": "ConceptMap/ndc-cvx"
|
1223
|
+
}
|
1224
|
+
},
|
1225
|
+
{
|
1226
|
+
"extension": [
|
1227
|
+
{
|
1228
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1229
|
+
"valueUri": "CodeSystem-condition-category.html"
|
1230
|
+
}
|
1231
|
+
],
|
1232
|
+
"example": false,
|
1233
|
+
"sourceReference": {
|
1234
|
+
"reference": "CodeSystem/condition-category"
|
1235
|
+
}
|
1236
|
+
},
|
1237
|
+
{
|
1238
|
+
"extension": [
|
1239
|
+
{
|
1240
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1241
|
+
"valueUri": "CodeSystem-cdcrec.html"
|
1242
|
+
}
|
1243
|
+
],
|
1244
|
+
"example": false,
|
1245
|
+
"sourceReference": {
|
1246
|
+
"reference": "CodeSystem/cdcrec"
|
1247
|
+
}
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
"extension": [
|
1251
|
+
{
|
1252
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1253
|
+
"valueUri": "CodeSystem-careplan-category.html"
|
1254
|
+
}
|
1255
|
+
],
|
1256
|
+
"example": false,
|
1257
|
+
"sourceReference": {
|
1258
|
+
"reference": "CodeSystem/careplan-category"
|
1259
|
+
}
|
1260
|
+
},
|
1261
|
+
{
|
1262
|
+
"extension": [
|
1263
|
+
{
|
1264
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1265
|
+
"valueUri": "CapabilityStatement-server.html"
|
1266
|
+
}
|
1267
|
+
],
|
1268
|
+
"example": false,
|
1269
|
+
"sourceReference": {
|
1270
|
+
"reference": "CapabilityStatement/server"
|
1271
|
+
}
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"extension": [
|
1275
|
+
{
|
1276
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1277
|
+
"valueUri": "CapabilityStatement-client.html"
|
1278
|
+
}
|
1279
|
+
],
|
1280
|
+
"example": false,
|
1281
|
+
"sourceReference": {
|
1282
|
+
"reference": "CapabilityStatement/client"
|
1283
|
+
}
|
1284
|
+
}
|
1285
|
+
]
|
1286
|
+
},
|
1287
|
+
{
|
1288
|
+
"name": "US Core AllergyIntolerance Profile",
|
1289
|
+
"resource": [
|
1290
|
+
{
|
1291
|
+
"extension": [
|
1292
|
+
{
|
1293
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1294
|
+
"valueUri": "StructureDefinition-us-core-allergyintolerance.html"
|
1295
|
+
}
|
1296
|
+
],
|
1297
|
+
"example": false,
|
1298
|
+
"name": "US Core AllergyIntolerance Profile",
|
1299
|
+
"sourceReference": {
|
1300
|
+
"reference": "StructureDefinition/us-core-allergyintolerance"
|
1301
|
+
}
|
1302
|
+
}
|
1303
|
+
]
|
1304
|
+
},
|
1305
|
+
{
|
1306
|
+
"name": "US Core CarePlan Profile",
|
1307
|
+
"resource": [
|
1308
|
+
{
|
1309
|
+
"extension": [
|
1310
|
+
{
|
1311
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1312
|
+
"valueUri": "StructureDefinition-us-core-careplan.html"
|
1313
|
+
}
|
1314
|
+
],
|
1315
|
+
"example": false,
|
1316
|
+
"name": "US Core CarePlan Profile",
|
1317
|
+
"sourceReference": {
|
1318
|
+
"reference": "StructureDefinition/us-core-careplan"
|
1319
|
+
}
|
1320
|
+
}
|
1321
|
+
]
|
1322
|
+
},
|
1323
|
+
{
|
1324
|
+
"name": "US Core CareTeam Profile",
|
1325
|
+
"resource": [
|
1326
|
+
{
|
1327
|
+
"extension": [
|
1328
|
+
{
|
1329
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1330
|
+
"valueUri": "StructureDefinition-us-core-careteam.html"
|
1331
|
+
}
|
1332
|
+
],
|
1333
|
+
"example": false,
|
1334
|
+
"name": "US Core CareTeam Profile",
|
1335
|
+
"sourceReference": {
|
1336
|
+
"reference": "StructureDefinition/us-core-careteam"
|
1337
|
+
}
|
1338
|
+
}
|
1339
|
+
]
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"name": "US Core Condition (a.k.a Problem) Profile",
|
1343
|
+
"resource": [
|
1344
|
+
{
|
1345
|
+
"extension": [
|
1346
|
+
{
|
1347
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1348
|
+
"valueUri": "StructureDefinition-us-core-condition.html"
|
1349
|
+
}
|
1350
|
+
],
|
1351
|
+
"example": false,
|
1352
|
+
"name": "US Core Condition (a.k.a Problem) Profile",
|
1353
|
+
"sourceReference": {
|
1354
|
+
"reference": "StructureDefinition/us-core-condition"
|
1355
|
+
}
|
1356
|
+
}
|
1357
|
+
]
|
1358
|
+
},
|
1359
|
+
{
|
1360
|
+
"name": "US Core Device Profile",
|
1361
|
+
"resource": [
|
1362
|
+
{
|
1363
|
+
"extension": [
|
1364
|
+
{
|
1365
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1366
|
+
"valueUri": "StructureDefinition-us-core-device.html"
|
1367
|
+
}
|
1368
|
+
],
|
1369
|
+
"example": false,
|
1370
|
+
"name": "US Core Device Profile",
|
1371
|
+
"sourceReference": {
|
1372
|
+
"reference": "StructureDefinition/us-core-device"
|
1373
|
+
}
|
1374
|
+
}
|
1375
|
+
]
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
"name": "US Core DiagnosticReport Profile",
|
1379
|
+
"resource": [
|
1380
|
+
{
|
1381
|
+
"extension": [
|
1382
|
+
{
|
1383
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1384
|
+
"valueUri": "StructureDefinition-us-core-diagnosticreport.html"
|
1385
|
+
}
|
1386
|
+
],
|
1387
|
+
"example": false,
|
1388
|
+
"name": "US Core DiagnosticReport Profile",
|
1389
|
+
"sourceReference": {
|
1390
|
+
"reference": "StructureDefinition/us-core-diagnosticreport"
|
1391
|
+
}
|
1392
|
+
}
|
1393
|
+
]
|
1394
|
+
},
|
1395
|
+
{
|
1396
|
+
"name": "US Core Goal Profile",
|
1397
|
+
"resource": [
|
1398
|
+
{
|
1399
|
+
"extension": [
|
1400
|
+
{
|
1401
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1402
|
+
"valueUri": "StructureDefinition-us-core-goal.html"
|
1403
|
+
}
|
1404
|
+
],
|
1405
|
+
"example": false,
|
1406
|
+
"name": "US Core Goal Profile",
|
1407
|
+
"sourceReference": {
|
1408
|
+
"reference": "StructureDefinition/us-core-goal"
|
1409
|
+
}
|
1410
|
+
}
|
1411
|
+
]
|
1412
|
+
},
|
1413
|
+
{
|
1414
|
+
"name": "US Core Immunization Profile",
|
1415
|
+
"resource": [
|
1416
|
+
{
|
1417
|
+
"extension": [
|
1418
|
+
{
|
1419
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1420
|
+
"valueUri": "StructureDefinition-us-core-immunization.html"
|
1421
|
+
}
|
1422
|
+
],
|
1423
|
+
"example": false,
|
1424
|
+
"name": "US Core Immunization Profile",
|
1425
|
+
"sourceReference": {
|
1426
|
+
"reference": "StructureDefinition/us-core-immunization"
|
1427
|
+
}
|
1428
|
+
}
|
1429
|
+
]
|
1430
|
+
},
|
1431
|
+
{
|
1432
|
+
"name": "US Core Location Profile",
|
1433
|
+
"resource": [
|
1434
|
+
{
|
1435
|
+
"extension": [
|
1436
|
+
{
|
1437
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1438
|
+
"valueUri": "StructureDefinition-us-core-location.html"
|
1439
|
+
}
|
1440
|
+
],
|
1441
|
+
"example": false,
|
1442
|
+
"name": "US Core Location Profile",
|
1443
|
+
"sourceReference": {
|
1444
|
+
"reference": "StructureDefinition/us-core-location"
|
1445
|
+
}
|
1446
|
+
}
|
1447
|
+
]
|
1448
|
+
},
|
1449
|
+
{
|
1450
|
+
"name": "US Core Medication Profile",
|
1451
|
+
"resource": [
|
1452
|
+
{
|
1453
|
+
"extension": [
|
1454
|
+
{
|
1455
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1456
|
+
"valueUri": "StructureDefinition-us-core-medication.html"
|
1457
|
+
}
|
1458
|
+
],
|
1459
|
+
"example": false,
|
1460
|
+
"name": "US Core Medication Profile",
|
1461
|
+
"sourceReference": {
|
1462
|
+
"reference": "StructureDefinition/us-core-medication"
|
1463
|
+
}
|
1464
|
+
}
|
1465
|
+
]
|
1466
|
+
},
|
1467
|
+
{
|
1468
|
+
"name": "US Core MedicationRequest Profile",
|
1469
|
+
"resource": [
|
1470
|
+
{
|
1471
|
+
"extension": [
|
1472
|
+
{
|
1473
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1474
|
+
"valueUri": "StructureDefinition-us-core-medicationrequest.html"
|
1475
|
+
}
|
1476
|
+
],
|
1477
|
+
"example": false,
|
1478
|
+
"name": "US Core MedicationRequest Profile",
|
1479
|
+
"sourceReference": {
|
1480
|
+
"reference": "StructureDefinition/us-core-medicationrequest"
|
1481
|
+
}
|
1482
|
+
}
|
1483
|
+
]
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
"name": "US Core MedicationStatement Profile",
|
1487
|
+
"resource": [
|
1488
|
+
{
|
1489
|
+
"extension": [
|
1490
|
+
{
|
1491
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1492
|
+
"valueUri": "StructureDefinition-us-core-medicationstatement.html"
|
1493
|
+
}
|
1494
|
+
],
|
1495
|
+
"example": false,
|
1496
|
+
"name": "US Core MedicationStatement Profile",
|
1497
|
+
"sourceReference": {
|
1498
|
+
"reference": "StructureDefinition/us-core-medicationstatement"
|
1499
|
+
}
|
1500
|
+
}
|
1501
|
+
]
|
1502
|
+
},
|
1503
|
+
{
|
1504
|
+
"name": "US Core Results Profile",
|
1505
|
+
"resource": [
|
1506
|
+
{
|
1507
|
+
"extension": [
|
1508
|
+
{
|
1509
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1510
|
+
"valueUri": "StructureDefinition-us-core-observationresults.html"
|
1511
|
+
}
|
1512
|
+
],
|
1513
|
+
"example": false,
|
1514
|
+
"name": "US Core Results Profile",
|
1515
|
+
"sourceReference": {
|
1516
|
+
"reference": "StructureDefinition/us-core-observationresults"
|
1517
|
+
}
|
1518
|
+
}
|
1519
|
+
]
|
1520
|
+
},
|
1521
|
+
{
|
1522
|
+
"name": "US Core Smoking Status Profile",
|
1523
|
+
"resource": [
|
1524
|
+
{
|
1525
|
+
"extension": [
|
1526
|
+
{
|
1527
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1528
|
+
"valueUri": "StructureDefinition-us-core-smokingstatus.html"
|
1529
|
+
}
|
1530
|
+
],
|
1531
|
+
"example": false,
|
1532
|
+
"name": "US Core Smoking Status Profile",
|
1533
|
+
"sourceReference": {
|
1534
|
+
"reference": "StructureDefinition/us-core-smokingstatus"
|
1535
|
+
}
|
1536
|
+
}
|
1537
|
+
]
|
1538
|
+
},
|
1539
|
+
{
|
1540
|
+
"name": "US Core Organization Core Profile",
|
1541
|
+
"resource": [
|
1542
|
+
{
|
1543
|
+
"extension": [
|
1544
|
+
{
|
1545
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1546
|
+
"valueUri": "StructureDefinition-us-core-organization.html"
|
1547
|
+
}
|
1548
|
+
],
|
1549
|
+
"example": false,
|
1550
|
+
"name": "US Core Organization Core Profile",
|
1551
|
+
"sourceReference": {
|
1552
|
+
"reference": "StructureDefinition/us-core-organization"
|
1553
|
+
}
|
1554
|
+
}
|
1555
|
+
]
|
1556
|
+
},
|
1557
|
+
{
|
1558
|
+
"name": "US Core Patient Profile",
|
1559
|
+
"resource": [
|
1560
|
+
{
|
1561
|
+
"extension": [
|
1562
|
+
{
|
1563
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1564
|
+
"valueUri": "StructureDefinition-us-core-patient.html"
|
1565
|
+
}
|
1566
|
+
],
|
1567
|
+
"example": false,
|
1568
|
+
"name": "US Core Patient Profile",
|
1569
|
+
"sourceReference": {
|
1570
|
+
"reference": "StructureDefinition/us-core-patient"
|
1571
|
+
}
|
1572
|
+
}
|
1573
|
+
]
|
1574
|
+
},
|
1575
|
+
{
|
1576
|
+
"name": "US Core Practitioner Profile",
|
1577
|
+
"resource": [
|
1578
|
+
{
|
1579
|
+
"extension": [
|
1580
|
+
{
|
1581
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1582
|
+
"valueUri": "StructureDefinition-us-core-practitioner.html"
|
1583
|
+
}
|
1584
|
+
],
|
1585
|
+
"example": false,
|
1586
|
+
"name": "US Core Practitioner Profile",
|
1587
|
+
"sourceReference": {
|
1588
|
+
"reference": "StructureDefinition/us-core-practitioner"
|
1589
|
+
}
|
1590
|
+
}
|
1591
|
+
]
|
1592
|
+
},
|
1593
|
+
{
|
1594
|
+
"name": "US Core Procedure Profile",
|
1595
|
+
"resource": [
|
1596
|
+
{
|
1597
|
+
"extension": [
|
1598
|
+
{
|
1599
|
+
"url": "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
|
1600
|
+
"valueUri": "StructureDefinition-us-core-procedure.html"
|
1601
|
+
}
|
1602
|
+
],
|
1603
|
+
"example": false,
|
1604
|
+
"name": "US Core Procedure Profile",
|
1605
|
+
"sourceReference": {
|
1606
|
+
"reference": "StructureDefinition/us-core-procedure"
|
1607
|
+
}
|
1608
|
+
}
|
1609
|
+
]
|
1610
|
+
}
|
1611
|
+
],
|
1612
|
+
"page": {
|
1613
|
+
"source": "index.html",
|
1614
|
+
"title": "US Core Homepage",
|
1615
|
+
"kind": "page"
|
1616
|
+
}
|
1617
|
+
}
|