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,1825 @@
|
|
1
|
+
{
|
2
|
+
"resourceType": "CapabilityStatement",
|
3
|
+
"id": "server",
|
4
|
+
"text": {
|
5
|
+
"status": "additional",
|
6
|
+
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<ul><li>FHIR Version: 1.9.0</li><li>Supported formats: xml, json</li><li>Published: 2017-03-08</li><li>Published by: Health Level Seven International US Realm Steering Committee</li></ul><p>The Section describes the expected capabilities of the US Core Server actor which is responsible for providing responses to the queries submitted by the US Core Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by US Core Servers are defined. Systems implementing this capability statement should meet the ONC 2015 Common Clinical Data Set (CCDS) access requirement for Patient Selection 170.315(g)(7) and Application Access - Data Category Request 170.315(g)(8). US Core Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.</p><h4 id=\"behavior\">Behavior</h4><p>Description: The US Core Server <strong>SHALL</strong>:</p><ul><li>Support the US Core Patient resource profile.</li><li>Support at least one additional resource profile from the list of US Core Profiles.</li><li>Implement the RESTful behavior according to the FHIR specification.</li><li>Return the following response classes:\n <ul><li>(Status 200): successful operation</li><li>(Status 400): invalid parameter</li><li>(Status 401/4xx): unauthorized request</li><li>(Status 403): insufficient scope</li><li>(Status 404): unknown resource</li><li>(Status 410): deleted resource.</li></ul></li><li>Support <em>json</em> resource formats for all US Core interactions.</li><li>Declare a CapabilityStatement identifying the list of profiles, operations, search parameter supported.</li></ul><p>The US Core Server <strong>SHOULD</strong>:</p><ul><li>Support <em>xml</em> resource formats for all US Core interactions.</li><li>Identify the US Core profiles supported as part of the FHIR <code class=\"highlighter-rouge\">meta.profile</code> attribute for each instance.</li></ul><h4 id=\"security\">Security:</h4><p>US Core Servers <strong>SHALL</strong>:</p><ul><li>Implement the <a href=\"security.html\">security requirements</a> documented in the this IG.</li><li>A server has ensured that every API request includes a valid Authorization token, supplied via: <code class=\"highlighter-rouge\">Authorization: Bearer {server-specific-token-here}</code></li><li>A server has rejected any unauthorized requests by returning an <code class=\"highlighter-rouge\">HTTP 401</code> Unauthorized response code.</li></ul><h4 id=\"profile-interaction-summary\">Profile Interaction Summary:</h4><ul><li>All servers <strong>SHALL</strong> make available the <a href=\"http://hl7.org/fhir/STU3/http.html#read\">read</a> and <a href=\"http://hl7.org/fhir/STU3/http.html#search\">search</a> interactions for the Profiles the server chooses to support.</li><li>All servers <strong>SHOULD</strong> make available the <a href=\"http://hl7.org/fhir/STU3/http.html#vread\">vread</a> and <a href=\"http://hl7.org/fhir/STU3/http.html#history\">history-instance</a> interactions for the Profiles the server chooses to support.</li></ul><p><strong>Summary of US Core search criteria</strong></p><p>Specific server search capabilities are described in detail in each of the resource sections below.</p><table class=\"grid\"><thead><tr><th>Resource Type</th><th>Supported Profiles</th><th>Supported Searches</th><th>Supported Includes</th></tr></thead><tbody><tr><td><a href=\"#patient\">Patient</a></td><td>US Core Patient Profile</td><td>name , family , given , identifier , gender , birthdate , name + gender , name + birthdate , family + gender , given + gender</td><td/></tr><tr><td><a href=\"#allergyintolerance\">AllergyIntolerance</a></td><td>US Core AllergyIntolerance Profile</td><td>patient</td><td/></tr><tr><td><a href=\"#careplan\">CarePlan</a></td><td>US Core CarePlan Profile</td><td>patient , category , status , date, patient + category , patient + category + date , patient + category + status , patient + category + status + date</td><td/></tr><tr><td><a href=\"#careteam\">CareTeam</a></td><td>US Core CareTeam Profile</td><td>patient , status, patient + status</td><td/></tr><tr><td><a href=\"#condition\">Condition</a></td><td>US Core Condition Profile</td><td>patient , category , clinicalstatus, patient + clinicalstatus , patient + category</td><td/></tr><tr><td><a href=\"#device\">Device</a></td><td>US Core Device Profile</td><td>patient</td><td/></tr><tr><td><a href=\"#diagnosticreport\">DiagnosticReport</a></td><td>US Core DiagnosticReport Profile</td><td>patient , category , code , date, patient + category , patient + category + date , patient + category + code, patient + category + code + date</td><td/></tr><tr><td><a href=\"#goal\">Goal</a></td><td>US Core Goal Profile</td><td>patient , date, patient + date</td><td/></tr><tr><td><a href=\"#immunization\">Immunization</a></td><td>US Core Immunization Profile</td><td>patient</td><td/></tr><tr><td><a href=\"#location\">Location</a></td><td>US Core Location Profile</td><td>name , address</td><td/></tr><tr><td><a href=\"#medication\">Medication</a></td><td>US Core Medication Profile</td><td/><td/></tr><tr><td><a href=\"#medicationstatement\">MedicationStatement</a></td><td>US Core MedicationStatement Profile</td><td>patient</td><td>MedicationStatement.medication</td></tr><tr><td><a href=\"#medicationrequest\">MedicationRequest</a></td><td>US Core MedicationRequest Profile</td><td>patient</td><td>MedicationRequest.medication</td></tr><tr><td><a href=\"#observation\">Observation</a></td><td>US Core Result Observation Profile, Vital Signs Profile, US Core Smoking Status Observation Profile</td><td>patient , category , code , date, patient + category , patient + category + date , patient + category + code, patient + category + code + date</td><td/></tr><tr><td><a href=\"#organization\">Organization</a></td><td>US Core Organization Profile</td><td>identifier , name , address</td><td/></tr><tr><td><a href=\"#practitioner\">Practitioner</a></td><td>US Core Practitioner Profile</td><td>identifier , name</td><td/></tr><tr><td><a href=\"#procedure\">Procedure</a></td><td>US Core Procedure Profile</td><td>patient , date , patient + date</td><td/></tr></tbody></table><h4 id=\"resource--details\" class=\"no_toc\">Resource Details:</h4><h5 id=\"patient\" class=\"no_toc\">1. Patient</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a patient using:</p><p><code class=\"highlighter-rouge\">GET [base]/Patient/[id]</code>.</p></li><li><p>A server <strong>SHALL</strong> be capable of returning a patient by identifier using\n<code class=\"highlighter-rouge\">GET [base]/Patient?identifier=[system]|[code]</code></p></li><li><p>A server <strong>SHALL</strong> be capbable of returning a patient by supporting at a minimum the following search parameters when at least 2 are present:</p><ul><li>name</li><li>gender</li><li><p>birthdate</p><ul><li>for example:</li></ul><p><code class=\"highlighter-rouge\">GET [base]/Patient?name=[name]&gender=[gender]</code></p></li></ul></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>name</td><td>string</td></tr><tr><td>SHALL</td><td>identifier</td><td>token</td></tr><tr><td>SHALL</td><td>family +gender</td><td>string + token</td></tr><tr><td>SHALL</td><td>given +gender</td><td>string + token</td></tr><tr><td>SHALL</td><td>name+gender</td><td>string + token</td></tr><tr><td>SHALL</td><td>name+birthdate</td><td>string + date</td></tr></tbody></table><h5 id=\"allergyintolerance\" class=\"no_toc\">2. AllergyIntolerance</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-allergyintolerance.html\">US Core AllergyIntolerance Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all patient's allergies using:</p><p><code class=\"highlighter-rouge\">Get [base]/AllergyIntolerance?patient=[id]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>patient</td><td>reference</td></tr></tbody></table><h5 id=\"careplan\" class=\"no_toc\">3. CarePlan</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's Assessment and Plan of Treatment information using:</p><p><code class=\"highlighter-rouge\">Get [base]/CarePlan?patient=[id]&category=assess-plan</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning a patient's Assessment and Plan of Treatment information over a specified time period using:</p><p><code class=\"highlighter-rouge\">Get [base]/CarePlan?patient=[id]&category=assess-plan&date=[date]</code></p></li><li><p>A server <strong>SHOULD</strong> be capable returning all of a patient's active Assessment and Plan of Treatment information using</p><p><code class=\"highlighter-rouge\">Get [base]/CarePlan?patient=[id]&category=assess-plan&status=active</code></p></li><li><p>A server <strong>SHOULD</strong> be capable returning a patient's active Assessment and Plan of Treatment information over a specified time period using</p><p><code class=\"highlighter-rouge\">Get [base]/CarePlan?patient=[id]&category=assess-plan&status=active&date=[date]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Modifiers</th></tr></thead><tbody><tr><td>SHALL</td><td>patient + category</td><td>reference + token</td><td/></tr><tr><td>SHALL</td><td>patient + category + date</td><td>reference + token + date</td><td>date modifiers'ge','le','gt','lt'</td></tr><tr><td>SHOULD</td><td>patient + category + status</td><td>reference + token</td><td/></tr><tr><td>SHOULD</td><td>patient + category + date + status</td><td>reference + token + date</td><td>date modifiers'ge','le','gt','lt'</td></tr></tbody></table><h5 id=\"careteam\" class=\"no_toc\">4. CareTeam</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a patient's current care team members using:</p><p><code class=\"highlighter-rouge\">Get [base]/CareTeam?patient=[id]&status=active</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>patient + status</td><td>reference + token</td></tr></tbody></table><h5 id=\"condition\" class=\"no_toc\">5. Condition</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-Condition.html\">US Core Condition Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a patient's conditions list using:</p><p><code class=\"highlighter-rouge\">Get [base]/Condition?patient=[id]</code></p></li><li><p>A server <strong>SHOULD</strong> be capable returning all of a patient's active problems and health concerns using:</p><p><code class=\"highlighter-rouge\">Get [base]/Condition?patient=[id]&clinicalstatus=active,recurrance,remission</code></p></li><li><p>A server <strong>SHOULD</strong> be capable returning all of a patient's problems or all of patient's health concerns using:</p><p><code class=\"highlighter-rouge\">Get [base]/Condition?patient=[id]&category=[problem|health-concern]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>patient</td><td>reference</td></tr><tr><td>SHOULD</td><td>patient + category</td><td>reference + token</td></tr><tr><td>SHOULD</td><td>patient + clinicalstatus</td><td>reference + token</td></tr></tbody></table><h5 id=\"device\" class=\"no_toc\">6. Device</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-device.html\">US Core Device Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all Unique device identifier(s)(UDI) for a patient's implanted device(s):</p><p><code class=\"highlighter-rouge\">Get [base]/Device?patient=[id]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>patient</td><td>reference</td></tr></tbody></table><h5 id=\"diagnosticreport\" class=\"no_toc\">7. DiagnosticReport</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-diagnosticreport.html\">US Core DiagnosticReport Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's laboratory diagnostic reports queried by category using:</p><p><code class=\"highlighter-rouge\">Get [base]/DiagnosticReport?patient=[id]&category=LAB</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's laboratory diagnostic reports queried by category code and date range using:</p><p><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[id]&category=LAB&date=[date]{&date=[date]}</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's laboratory diagnostic reports queried by category and code using:</p><p><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[id]&category=LAB&code=[LOINC]</code></p></li><li><p>A server <strong>SHOULD</strong> be capable of returning all of a patient's laboratory diagnostic reports queried by category and one or more codes and date range using:</p><p><code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[id]&category=LAB&code=[LOINC1{,LOINC2,LOINC3,…}]&date=[date]{&date=[date]}</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Modifiers</th></tr></thead><tbody><tr><td>SHALL</td><td>patient + category</td><td>reference + token</td><td/></tr><tr><td>SHALL</td><td>patient + category + code</td><td>reference + token</td><td/></tr><tr><td>SHALL</td><td>patient + category + date</td><td>reference + token + date</td><td>date modifiers'ge','le','gt','lt'</td></tr><tr><td>SHOULD</td><td>patient + category + code + date</td><td>reference + token + date</td><td>date modifiers'ge','le','gt','lt'</td></tr></tbody></table><h5 id=\"goal\" class=\"no_toc\">8. Goal</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-goal.html\">US Core Goal Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's goals using:</p><p><code class=\"highlighter-rouge\">Get [base]/Goal?patient=[id]</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of all of a patient's goals over a specified time period using:</p><p><code class=\"highlighter-rouge\">GET [base]/Goal?patient=[id]&date=[date]{&date=[date]}</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Modifiers</th></tr></thead><tbody><tr><td>SHALL</td><td>patient</td><td>reference</td><td/></tr><tr><td>SHALL</td><td>patient + date</td><td>reference + date</td><td>date modifiers'ge','le','gt','lt'</td></tr></tbody></table><h5 id=\"immunization\" class=\"no_toc\">9. Immunization</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all patient's allergies using:</p><p><code class=\"highlighter-rouge\">Get [base]/Immunization?patient=[id]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>patient</td><td>reference</td></tr></tbody></table><h5 id=\"location\" class=\"no_toc\">10. Location</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-location.html\">US Core Location Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a location by name using:</p><p><code class=\"highlighter-rouge\">Get [base]/Location?name=[string]</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning a location by address using:</p><p><code class=\"highlighter-rouge\">GET [base]/Location?address=[string]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>name</td><td>string</td></tr><tr><td>SHALL</td><td>address</td><td>string</td></tr></tbody></table><h5 id=\"medication\" class=\"no_toc\">11. Medication</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-medication.html\">US Core Medication Profile</a></p><p>The MedicationStatement and MedicationRequest resources can represent a medication, using an external reference to a Medication resource. If an external Medication Resource is used in a MedicationStatement or a MedicationRequest, then the READ and SEARCH Criteria SHALL be supported.</p><h5 id=\"medicationstatement\" class=\"no_toc\">12. MedicationStatement</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-medicationstatement.html\">US Core MedicationStatement Profile</a></p><p>Search Criteria:</p><p>The MedicationStatement resources can represent a medication using either a code or refer to the Medication resource. When referencing a Medication resource, the resource may be <a href=\"http://hl7.org/fhir/2017Jan/references.html#contained\">contained</a> or an external resource. The server application <strong>MAY</strong> choose any one way or more than one method, but <em>if</em> an external reference to Medication is used, the server <strong>SHALL</strong> support the <a href=\"http://hl7.org/fhir/2017Jan/references.html#include\"><code class=\"highlighter-rouge\">_include</code></a> parameter for searching this element. The client application must support all methods.</p><p>A server <strong>SHALL</strong> be capable of returning all medications for a patient using one of or both:</p><p><code class=\"highlighter-rouge\">GET /MedicationStatement?patient=[id]</code></p><p><code class=\"highlighter-rouge\">GET /MedicationStatement?patient=[id]&_include=MedicationStatement:medication</code></p><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>_include(see documentation)</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td>patient</td><td>reference</td><td>MedicationStatement:medication</td></tr></tbody></table><h5 id=\"medicationrequest\" class=\"no_toc\">13. MedicationRequest</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a></p><p>Search Criteria:</p><p>The MedicationRequest resources can represent a medication using either a code or refer to the Medication resource. When referencing a Medication resource, the resource may be <a href=\"http://hl7.org/fhir/2017Jan/references.html#contained\">contained</a> or an external resource. The server application <strong>MAY</strong> choose any one way or more than one method, but <em>if</em> an external reference to Medication is used, the server <strong>SHALL</strong> support the <a href=\"http://hl7.org/fhir/2017Jan/references.html#include\"><code class=\"highlighter-rouge\">_include</code></a> parameter for searching this element. The client application must support all methods.</p><p>A server <strong>SHALL</strong> be capable of returning all medications for a patient using one of or both:</p><p><code class=\"highlighter-rouge\">GET /MedicationRequest?patient=[id]</code></p><p><code class=\"highlighter-rouge\">GET /MedicationRequest?patient=[id]&_include=MedicationRequest:medication</code></p><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>_include(see documentation)</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td>patient</td><td>reference</td><td>MedicationRequest:medication</td></tr></tbody></table><h5 id=\"observation\" class=\"no_toc\">14. Observation</h5><p>Supported Profiles:\n1. <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-observationresults.html\">US Core Result Observation Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's laboratory results queried by category using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&category=laboratory</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's laboratory results queried by category code and date range using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&category=laboratory&date=[date]{&date=[date]}</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's laboratory results queried by category and code using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&category=laboratory&code=[LOINC]</code></p></li><li><p>A server <strong>SHOULD</strong> be capable of returning all of a patient's laboratory results queried by category and one or more codes and date range using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&category=laboratory&code=[LOINC1{,LOINC2,LOINC3,...}]&date=[date]{&date=[date]}</code></p></li></ul><ol><li><a href=\"http://hl7.org/fhir/STU3/vitalsigns.html\">Vital Signs Profile</a></li></ol><p>Search Criteria</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's vital signs that it supports using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&category=vital-signs</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's vital signs queried by date range using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&category=vital-signs&date=[date]{&date=[date]}</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning any of a patient's vital signs queried by one or more of the codes listed below using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&code[vital sign LOINC{,LOINC2,LOINC3,…}]</code></p></li><li><p>A server <strong>SHOULD</strong> be capable of returning any of a patient's vital signs queried by one or more of the codes listed below and date range using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&code=[LOINC{,LOINC2…}]vital-signs&date=[date]{&date=[date]}</code></p></li></ul><ol><li><a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-smokingstatus.html\">US Core Smoking Status Observation Profile</a></li></ol><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a patient's smoking status using:</p><p><code class=\"highlighter-rouge\">GET [base]/Observation?patient=[id]&code=72166-2</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Modifiers</th></tr></thead><tbody><tr><td>SHALL</td><td>patient + category</td><td>reference + token</td><td/></tr><tr><td>SHALL</td><td>patient + category + code</td><td>reference + token</td><td/></tr><tr><td>SHALL</td><td>patient + category + date</td><td>reference + token + date</td><td>date modifiers'ge','le','gt','lt'</td></tr><tr><td>SHOULD</td><td>patient + category + code + date</td><td>reference + token + date</td><td>date modifiers'ge','le','gt','lt'</td></tr></tbody></table><h5 id=\"organization\" class=\"no_toc\">15. Organization</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-organization.html\">US Core Organization Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning an organization by identifier using:</p><table><tbody><tr><td>`GET [base]/Organization?identifier=[system]</td><td>[code]'</td></tr></tbody></table></li><li><p>A server <strong>SHALL</strong> be capable of returning an organization by name using:</p><p><code class=\"highlighter-rouge\">GET [base]/Organization?name=[string]</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning an organization by address using:</p><p><code class=\"highlighter-rouge\">GET [base]/Organization?address=[string]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>identifier</td><td>token</td></tr><tr><td>SHALL</td><td>name</td><td>string</td></tr><tr><td>SHALL</td><td>address</td><td>string</td></tr></tbody></table><h5 id=\"practitioner\" class=\"no_toc\">16. Practitioner</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a practitioner by identifier using:</p><p><code class=\"highlighter-rouge\">GET [base]/Practitioner?identifier=[system]|[code]</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning a practitioner by name using:</p><p><code class=\"highlighter-rouge\">GET [base]/Practitioner?family=[string]&given=[string]</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th></tr></thead><tbody><tr><td>SHALL</td><td>identifier</td><td>token</td></tr><tr><td>SHALL</td><td>name</td><td>string</td></tr></tbody></table><h5 id=\"procedure\" class=\"no_toc\">17. Procedure</h5><p>Supported Profiles: <a href=\"http://hl7.org/fhir/us/core/StructureDefinition-us-core-procedure.html\">US Core Procedure Profile</a></p><p>Search Criteria:</p><ul><li><p>A server <strong>SHALL</strong> be capable of returning a patient's procedures using:\n<code class=\"highlighter-rouge\">GET/Procedure?patient=[id]</code></p></li><li><p>A server <strong>SHALL</strong> be capable of returning all of a patient's procedures over a specified time period using:</p><p><code class=\"highlighter-rouge\">GET /Procedure?patient=[id]&date=[date]{&date=[date]}</code></p></li></ul><p>Search Parameters:</p><table class=\"grid\"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Modifiers</th></tr></thead><tbody><tr><td>SHALL</td><td>patient</td><td>reference</td><td/></tr><tr><td>SHALL</td><td>patient + date</td><td>reference + date</td><td>date modifiers'ge','le','gt','lt'</td></tr></tbody></table>\n</div>"
|
7
|
+
},
|
8
|
+
"url": "http://hl7.org/fhir/us/core/CapabilityStatement/server",
|
9
|
+
"version": "1.0.0",
|
10
|
+
"name": "US Core Server",
|
11
|
+
"status": "draft",
|
12
|
+
"date": "2017-03-20",
|
13
|
+
"publisher": "HL7 US Realm Steering Committee",
|
14
|
+
"contact": [
|
15
|
+
{
|
16
|
+
"telecom": [
|
17
|
+
{
|
18
|
+
"system": "other",
|
19
|
+
"value": "http://www.hl7.org/SpecialCommittees/usrealm/index.cfm"
|
20
|
+
}
|
21
|
+
]
|
22
|
+
}
|
23
|
+
],
|
24
|
+
"description": "This profile defines the expected capabilities of the US Core Server conforming to the US Core IG.",
|
25
|
+
"kind": "requirements",
|
26
|
+
"fhirVersion": "1.9.0",
|
27
|
+
"acceptUnknown": "extensions",
|
28
|
+
"format": [
|
29
|
+
"xml",
|
30
|
+
"json"
|
31
|
+
],
|
32
|
+
"profile": [
|
33
|
+
{
|
34
|
+
"extension": [
|
35
|
+
{
|
36
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
37
|
+
"valueCode": "AllergyIntolerance"
|
38
|
+
}
|
39
|
+
],
|
40
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance",
|
41
|
+
"display": "US Core AllergyIntolerance Profile"
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"extension": [
|
45
|
+
{
|
46
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
47
|
+
"valueCode": "CarePlan"
|
48
|
+
}
|
49
|
+
],
|
50
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan",
|
51
|
+
"display": "US Core CarePlan Profile"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"extension": [
|
55
|
+
{
|
56
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
57
|
+
"valueCode": "CareTeam"
|
58
|
+
}
|
59
|
+
],
|
60
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam",
|
61
|
+
"display": "US Core CareTeam Profile"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"extension": [
|
65
|
+
{
|
66
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
67
|
+
"valueCode": "Condition"
|
68
|
+
}
|
69
|
+
],
|
70
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition",
|
71
|
+
"display": "US Core Condition Profile"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"extension": [
|
75
|
+
{
|
76
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
77
|
+
"valueCode": "Device"
|
78
|
+
}
|
79
|
+
],
|
80
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-device",
|
81
|
+
"display": "US Core Device Profile"
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"extension": [
|
85
|
+
{
|
86
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
87
|
+
"valueCode": "Goal"
|
88
|
+
}
|
89
|
+
],
|
90
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal",
|
91
|
+
"display": "US Core Goal Profile"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"extension": [
|
95
|
+
{
|
96
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
97
|
+
"valueCode": "Immunization"
|
98
|
+
}
|
99
|
+
],
|
100
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization",
|
101
|
+
"display": "US Core Immunization Profile"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"extension": [
|
105
|
+
{
|
106
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
107
|
+
"valueCode": "DiagnosticReport"
|
108
|
+
}
|
109
|
+
],
|
110
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport",
|
111
|
+
"display": "US Core DiagnosticReport Profile"
|
112
|
+
},
|
113
|
+
{
|
114
|
+
"extension": [
|
115
|
+
{
|
116
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
117
|
+
"valueCode": "Observation"
|
118
|
+
}
|
119
|
+
],
|
120
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observationresults",
|
121
|
+
"display": "US Core Result Observation Profile"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"extension": [
|
125
|
+
{
|
126
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
127
|
+
"valueCode": "Location"
|
128
|
+
}
|
129
|
+
],
|
130
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location",
|
131
|
+
"display": "US Core Location Profile"
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"extension": [
|
135
|
+
{
|
136
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
137
|
+
"valueCode": "Medication"
|
138
|
+
}
|
139
|
+
],
|
140
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication",
|
141
|
+
"display": "US Core Medication Profile"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"extension": [
|
145
|
+
{
|
146
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
147
|
+
"valueCode": "MedicationRequest"
|
148
|
+
}
|
149
|
+
],
|
150
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest",
|
151
|
+
"display": "US Core MedicationRequest Profile"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"extension": [
|
155
|
+
{
|
156
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
157
|
+
"valueCode": "MedicationStatement"
|
158
|
+
}
|
159
|
+
],
|
160
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationstatement",
|
161
|
+
"display": "US Core MedicationStatement Profile"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"extension": [
|
165
|
+
{
|
166
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
167
|
+
"valueCode": "Observation"
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"reference": "http://hl7.org/fhir/StructureDefinition/vitalsigns",
|
171
|
+
"display": "Vital Signs Profile"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"extension": [
|
175
|
+
{
|
176
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
177
|
+
"valueCode": "Observation"
|
178
|
+
}
|
179
|
+
],
|
180
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus",
|
181
|
+
"display": "US Core Smoking Status Observation Profile"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"extension": [
|
185
|
+
{
|
186
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
187
|
+
"valueCode": "Organization"
|
188
|
+
}
|
189
|
+
],
|
190
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization",
|
191
|
+
"display": "US Core Organization Profile"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"extension": [
|
195
|
+
{
|
196
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
197
|
+
"valueCode": "Patient"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
|
201
|
+
"display": "US Core Patient Profile"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"extension": [
|
205
|
+
{
|
206
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
207
|
+
"valueCode": "Practitioner"
|
208
|
+
}
|
209
|
+
],
|
210
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
|
211
|
+
"display": "US Core Practitioner Profile"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"extension": [
|
215
|
+
{
|
216
|
+
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-profile-link",
|
217
|
+
"valueCode": "Procedure"
|
218
|
+
}
|
219
|
+
],
|
220
|
+
"reference": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure",
|
221
|
+
"display": "US Core Procedure Profile"
|
222
|
+
}
|
223
|
+
],
|
224
|
+
"rest": [
|
225
|
+
{
|
226
|
+
"mode": "server",
|
227
|
+
"resource": [
|
228
|
+
{
|
229
|
+
"extension": [
|
230
|
+
{
|
231
|
+
"extension": [
|
232
|
+
{
|
233
|
+
"url": "required",
|
234
|
+
"valueString": "name"
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"url": "required",
|
238
|
+
"valueString": "gender"
|
239
|
+
}
|
240
|
+
],
|
241
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"extension": [
|
245
|
+
{
|
246
|
+
"url": "required",
|
247
|
+
"valueString": "name"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"url": "required",
|
251
|
+
"valueString": "birthdate"
|
252
|
+
}
|
253
|
+
],
|
254
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"extension": [
|
258
|
+
{
|
259
|
+
"url": "required",
|
260
|
+
"valueString": "family"
|
261
|
+
},
|
262
|
+
{
|
263
|
+
"url": "required",
|
264
|
+
"valueString": "gender"
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"extension": [
|
271
|
+
{
|
272
|
+
"url": "required",
|
273
|
+
"valueString": "given"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"url": "required",
|
277
|
+
"valueString": "gender"
|
278
|
+
}
|
279
|
+
],
|
280
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
281
|
+
}
|
282
|
+
],
|
283
|
+
"type": "Patient",
|
284
|
+
"interaction": [
|
285
|
+
{
|
286
|
+
"extension": [
|
287
|
+
{
|
288
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
289
|
+
"valueCode": "SHALL"
|
290
|
+
}
|
291
|
+
],
|
292
|
+
"code": "search-type",
|
293
|
+
"documentation": "Allows discovery of existing US Core patient resources using different search criteria"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"extension": [
|
297
|
+
{
|
298
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
299
|
+
"valueCode": "SHALL"
|
300
|
+
}
|
301
|
+
],
|
302
|
+
"code": "read",
|
303
|
+
"documentation": "Allows retrieval of a specific US Core patients by id"
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"extension": [
|
307
|
+
{
|
308
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
309
|
+
"valueCode": "SHOULD"
|
310
|
+
}
|
311
|
+
],
|
312
|
+
"code": "history-instance",
|
313
|
+
"documentation": "Allows review of changes to US Core patient instance over time"
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"extension": [
|
317
|
+
{
|
318
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
319
|
+
"valueCode": "SHOULD"
|
320
|
+
}
|
321
|
+
],
|
322
|
+
"code": "vread",
|
323
|
+
"documentation": "Allows retrieval of a historical version of a US Core patient instance"
|
324
|
+
}
|
325
|
+
],
|
326
|
+
"searchParam": [
|
327
|
+
{
|
328
|
+
"extension": [
|
329
|
+
{
|
330
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
331
|
+
"valueCode": "SHALL"
|
332
|
+
}
|
333
|
+
],
|
334
|
+
"name": "name",
|
335
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Patient-name",
|
336
|
+
"type": "string"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"extension": [
|
340
|
+
{
|
341
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
342
|
+
"valueCode": "SHALL"
|
343
|
+
}
|
344
|
+
],
|
345
|
+
"name": "family",
|
346
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Patient-family",
|
347
|
+
"type": "string"
|
348
|
+
},
|
349
|
+
{
|
350
|
+
"extension": [
|
351
|
+
{
|
352
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
353
|
+
"valueCode": "SHALL"
|
354
|
+
}
|
355
|
+
],
|
356
|
+
"name": "given",
|
357
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Patient-given",
|
358
|
+
"type": "string"
|
359
|
+
},
|
360
|
+
{
|
361
|
+
"extension": [
|
362
|
+
{
|
363
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
364
|
+
"valueCode": "SHALL"
|
365
|
+
}
|
366
|
+
],
|
367
|
+
"name": "identifier",
|
368
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
|
369
|
+
"type": "token"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"extension": [
|
373
|
+
{
|
374
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
375
|
+
"valueCode": "SHALL"
|
376
|
+
}
|
377
|
+
],
|
378
|
+
"name": "gender",
|
379
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Patient-gender",
|
380
|
+
"type": "token"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"extension": [
|
384
|
+
{
|
385
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
386
|
+
"valueCode": "SHALL"
|
387
|
+
}
|
388
|
+
],
|
389
|
+
"name": "birthdate",
|
390
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Patient-birthdate",
|
391
|
+
"type": "date"
|
392
|
+
}
|
393
|
+
]
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"type": "AllergyIntolerance",
|
397
|
+
"interaction": [
|
398
|
+
{
|
399
|
+
"extension": [
|
400
|
+
{
|
401
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
402
|
+
"valueCode": "SHALL"
|
403
|
+
}
|
404
|
+
],
|
405
|
+
"code": "search-type",
|
406
|
+
"documentation": "Allows discovery of existing US Core AllergyIntolerance resources using different search criteria"
|
407
|
+
},
|
408
|
+
{
|
409
|
+
"extension": [
|
410
|
+
{
|
411
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
412
|
+
"valueCode": "SHALL"
|
413
|
+
}
|
414
|
+
],
|
415
|
+
"code": "read",
|
416
|
+
"documentation": "Allows retrieval of a specific US Core AllergyIntolerance by id"
|
417
|
+
},
|
418
|
+
{
|
419
|
+
"extension": [
|
420
|
+
{
|
421
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
422
|
+
"valueCode": "SHOULD"
|
423
|
+
}
|
424
|
+
],
|
425
|
+
"code": "history-instance",
|
426
|
+
"documentation": "Allows review of changes to US Core AllergyIntolerance instance over time"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"extension": [
|
430
|
+
{
|
431
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
432
|
+
"valueCode": "SHOULD"
|
433
|
+
}
|
434
|
+
],
|
435
|
+
"code": "vread",
|
436
|
+
"documentation": "Allows retrieval of a historical version of a US Core AllergyIntolerance instance"
|
437
|
+
}
|
438
|
+
],
|
439
|
+
"searchParam": [
|
440
|
+
{
|
441
|
+
"extension": [
|
442
|
+
{
|
443
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
444
|
+
"valueCode": "SHALL"
|
445
|
+
}
|
446
|
+
],
|
447
|
+
"name": "patient",
|
448
|
+
"definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-Patient",
|
449
|
+
"type": "reference"
|
450
|
+
}
|
451
|
+
]
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"extension": [
|
455
|
+
{
|
456
|
+
"extension": [
|
457
|
+
{
|
458
|
+
"url": "required",
|
459
|
+
"valueString": "patient"
|
460
|
+
},
|
461
|
+
{
|
462
|
+
"url": "required",
|
463
|
+
"valueString": "category"
|
464
|
+
}
|
465
|
+
],
|
466
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"extension": [
|
470
|
+
{
|
471
|
+
"url": "required",
|
472
|
+
"valueString": "patient"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"url": "required",
|
476
|
+
"valueString": "category"
|
477
|
+
},
|
478
|
+
{
|
479
|
+
"url": "required",
|
480
|
+
"valueString": "date"
|
481
|
+
}
|
482
|
+
],
|
483
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"extension": [
|
487
|
+
{
|
488
|
+
"url": "required",
|
489
|
+
"valueString": "patient"
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"url": "required",
|
493
|
+
"valueString": "category"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"url": "required",
|
497
|
+
"valueString": "status"
|
498
|
+
}
|
499
|
+
],
|
500
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"extension": [
|
504
|
+
{
|
505
|
+
"url": "required",
|
506
|
+
"valueString": "patient"
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"url": "required",
|
510
|
+
"valueString": "category"
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"url": "required",
|
514
|
+
"valueString": "status"
|
515
|
+
},
|
516
|
+
{
|
517
|
+
"url": "required",
|
518
|
+
"valueString": "date"
|
519
|
+
}
|
520
|
+
],
|
521
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
522
|
+
}
|
523
|
+
],
|
524
|
+
"type": "CarePlan",
|
525
|
+
"interaction": [
|
526
|
+
{
|
527
|
+
"extension": [
|
528
|
+
{
|
529
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
530
|
+
"valueCode": "SHALL"
|
531
|
+
}
|
532
|
+
],
|
533
|
+
"code": "search-type",
|
534
|
+
"documentation": "Allows discovery of existing US Core careplan resources using different search criteria"
|
535
|
+
},
|
536
|
+
{
|
537
|
+
"extension": [
|
538
|
+
{
|
539
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
540
|
+
"valueCode": "SHALL"
|
541
|
+
}
|
542
|
+
],
|
543
|
+
"code": "read",
|
544
|
+
"documentation": "Allows retrieval of a specific US Core careplan by id"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"extension": [
|
548
|
+
{
|
549
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
550
|
+
"valueCode": "SHOULD"
|
551
|
+
}
|
552
|
+
],
|
553
|
+
"code": "history-instance",
|
554
|
+
"documentation": "Allows review of changes to US Core careplan instance over time"
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"extension": [
|
558
|
+
{
|
559
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
560
|
+
"valueCode": "SHOULD"
|
561
|
+
}
|
562
|
+
],
|
563
|
+
"code": "vread",
|
564
|
+
"documentation": "Allows retrieval of a historical version of a US Core careplan instance"
|
565
|
+
}
|
566
|
+
],
|
567
|
+
"searchParam": [
|
568
|
+
{
|
569
|
+
"extension": [
|
570
|
+
{
|
571
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
572
|
+
"valueCode": "SHALL"
|
573
|
+
}
|
574
|
+
],
|
575
|
+
"name": "patient",
|
576
|
+
"definition": "http://hl7.org/fhir/SearchParameter/CarePlan-Patient",
|
577
|
+
"type": "reference"
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"extension": [
|
581
|
+
{
|
582
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
583
|
+
"valueCode": "SHALL"
|
584
|
+
}
|
585
|
+
],
|
586
|
+
"name": "category",
|
587
|
+
"definition": "http://hl7.org/fhir/SearchParameter/CarePlan-Category",
|
588
|
+
"type": "token"
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"extension": [
|
592
|
+
{
|
593
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
594
|
+
"valueCode": "SHALL"
|
595
|
+
}
|
596
|
+
],
|
597
|
+
"name": "status",
|
598
|
+
"definition": "http://hl7.org/fhir/SearchParameter/CarePlan-Status",
|
599
|
+
"type": "token"
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"extension": [
|
603
|
+
{
|
604
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
605
|
+
"valueCode": "SHALL"
|
606
|
+
}
|
607
|
+
],
|
608
|
+
"name": "date",
|
609
|
+
"definition": "http://hl7.org/fhir/SearchParameter/CarePlan-Date",
|
610
|
+
"type": "date",
|
611
|
+
"documentation": "The server SHALL support the date search modifiers 'ge','le','gt', and 'lt'"
|
612
|
+
}
|
613
|
+
]
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"extension": [
|
617
|
+
{
|
618
|
+
"extension": [
|
619
|
+
{
|
620
|
+
"url": "required",
|
621
|
+
"valueString": "patient"
|
622
|
+
},
|
623
|
+
{
|
624
|
+
"url": "required",
|
625
|
+
"valueString": "status"
|
626
|
+
}
|
627
|
+
],
|
628
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
629
|
+
}
|
630
|
+
],
|
631
|
+
"type": "CareTeam",
|
632
|
+
"interaction": [
|
633
|
+
{
|
634
|
+
"extension": [
|
635
|
+
{
|
636
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
637
|
+
"valueCode": "SHALL"
|
638
|
+
}
|
639
|
+
],
|
640
|
+
"code": "search-type",
|
641
|
+
"documentation": "Allows discovery of existing US Core careteam resources using different search criteria"
|
642
|
+
},
|
643
|
+
{
|
644
|
+
"extension": [
|
645
|
+
{
|
646
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
647
|
+
"valueCode": "SHALL"
|
648
|
+
}
|
649
|
+
],
|
650
|
+
"code": "read",
|
651
|
+
"documentation": "Allows retrieval of a specific US Core careteam by id"
|
652
|
+
},
|
653
|
+
{
|
654
|
+
"extension": [
|
655
|
+
{
|
656
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
657
|
+
"valueCode": "SHOULD"
|
658
|
+
}
|
659
|
+
],
|
660
|
+
"code": "history-instance",
|
661
|
+
"documentation": "Allows review of changes to US Core careteam instance over time"
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"extension": [
|
665
|
+
{
|
666
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
667
|
+
"valueCode": "SHOULD"
|
668
|
+
}
|
669
|
+
],
|
670
|
+
"code": "vread",
|
671
|
+
"documentation": "Allows retrieval of a historical version of a US Core careteam instance"
|
672
|
+
}
|
673
|
+
],
|
674
|
+
"searchParam": [
|
675
|
+
{
|
676
|
+
"extension": [
|
677
|
+
{
|
678
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
679
|
+
"valueCode": "SHALL"
|
680
|
+
}
|
681
|
+
],
|
682
|
+
"name": "patient",
|
683
|
+
"definition": "http://hl7.org/fhir/SearchParameter/CareTeam-Patient",
|
684
|
+
"type": "reference"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"extension": [
|
688
|
+
{
|
689
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
690
|
+
"valueCode": "SHALL"
|
691
|
+
}
|
692
|
+
],
|
693
|
+
"name": "status",
|
694
|
+
"definition": "http://hl7.org/fhir/SearchParameter/CareTeam-Status",
|
695
|
+
"type": "token"
|
696
|
+
}
|
697
|
+
]
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"extension": [
|
701
|
+
{
|
702
|
+
"extension": [
|
703
|
+
{
|
704
|
+
"url": "required",
|
705
|
+
"valueString": "patient"
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"url": "required",
|
709
|
+
"valueString": "clinicalstatus"
|
710
|
+
}
|
711
|
+
],
|
712
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"extension": [
|
716
|
+
{
|
717
|
+
"url": "required",
|
718
|
+
"valueString": "patient"
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"url": "required",
|
722
|
+
"valueString": "category"
|
723
|
+
}
|
724
|
+
],
|
725
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"type": "Condition",
|
729
|
+
"interaction": [
|
730
|
+
{
|
731
|
+
"extension": [
|
732
|
+
{
|
733
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
734
|
+
"valueCode": "SHALL"
|
735
|
+
}
|
736
|
+
],
|
737
|
+
"code": "search-type",
|
738
|
+
"documentation": "Allows discovery of existing US Core condition resources using different search criteria"
|
739
|
+
},
|
740
|
+
{
|
741
|
+
"extension": [
|
742
|
+
{
|
743
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
744
|
+
"valueCode": "SHALL"
|
745
|
+
}
|
746
|
+
],
|
747
|
+
"code": "read",
|
748
|
+
"documentation": "Allows retrieval of a specific US Core condition by id"
|
749
|
+
},
|
750
|
+
{
|
751
|
+
"extension": [
|
752
|
+
{
|
753
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
754
|
+
"valueCode": "SHOULD"
|
755
|
+
}
|
756
|
+
],
|
757
|
+
"code": "history-instance",
|
758
|
+
"documentation": "Allows review of changes to US Core condition instance over time"
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"extension": [
|
762
|
+
{
|
763
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
764
|
+
"valueCode": "SHOULD"
|
765
|
+
}
|
766
|
+
],
|
767
|
+
"code": "vread",
|
768
|
+
"documentation": "Allows retrieval of a historical version of a US Core condition instance"
|
769
|
+
}
|
770
|
+
],
|
771
|
+
"searchParam": [
|
772
|
+
{
|
773
|
+
"extension": [
|
774
|
+
{
|
775
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
776
|
+
"valueCode": "SHALL"
|
777
|
+
}
|
778
|
+
],
|
779
|
+
"name": "patient",
|
780
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Condition-Patient",
|
781
|
+
"type": "reference"
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"extension": [
|
785
|
+
{
|
786
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
787
|
+
"valueCode": "SHOULD"
|
788
|
+
}
|
789
|
+
],
|
790
|
+
"name": "category",
|
791
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Condition-Category",
|
792
|
+
"type": "token"
|
793
|
+
},
|
794
|
+
{
|
795
|
+
"extension": [
|
796
|
+
{
|
797
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
798
|
+
"valueCode": "SHOULD"
|
799
|
+
}
|
800
|
+
],
|
801
|
+
"name": "clinicalstatus",
|
802
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Condition-ClinicalStatus",
|
803
|
+
"type": "token"
|
804
|
+
}
|
805
|
+
]
|
806
|
+
},
|
807
|
+
{
|
808
|
+
"type": "Device",
|
809
|
+
"interaction": [
|
810
|
+
{
|
811
|
+
"extension": [
|
812
|
+
{
|
813
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
814
|
+
"valueCode": "SHALL"
|
815
|
+
}
|
816
|
+
],
|
817
|
+
"code": "search-type",
|
818
|
+
"documentation": "Allows discovery of existing US Core device resources using different search criteria"
|
819
|
+
},
|
820
|
+
{
|
821
|
+
"extension": [
|
822
|
+
{
|
823
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
824
|
+
"valueCode": "SHALL"
|
825
|
+
}
|
826
|
+
],
|
827
|
+
"code": "read",
|
828
|
+
"documentation": "Allows retrieval of a specific US Core device by id"
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"extension": [
|
832
|
+
{
|
833
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
834
|
+
"valueCode": "SHOULD"
|
835
|
+
}
|
836
|
+
],
|
837
|
+
"code": "history-instance",
|
838
|
+
"documentation": "Allows review of changes to US Core device instance over time"
|
839
|
+
},
|
840
|
+
{
|
841
|
+
"extension": [
|
842
|
+
{
|
843
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
844
|
+
"valueCode": "SHOULD"
|
845
|
+
}
|
846
|
+
],
|
847
|
+
"code": "vread",
|
848
|
+
"documentation": "Allows retrieval of a historical version of a US Core device instance"
|
849
|
+
}
|
850
|
+
],
|
851
|
+
"searchParam": [
|
852
|
+
{
|
853
|
+
"extension": [
|
854
|
+
{
|
855
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
856
|
+
"valueCode": "SHALL"
|
857
|
+
}
|
858
|
+
],
|
859
|
+
"name": "patient",
|
860
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Device-Patient",
|
861
|
+
"type": "reference"
|
862
|
+
}
|
863
|
+
]
|
864
|
+
},
|
865
|
+
{
|
866
|
+
"extension": [
|
867
|
+
{
|
868
|
+
"extension": [
|
869
|
+
{
|
870
|
+
"url": "required",
|
871
|
+
"valueString": "patient"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"url": "required",
|
875
|
+
"valueString": "date"
|
876
|
+
}
|
877
|
+
],
|
878
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
879
|
+
}
|
880
|
+
],
|
881
|
+
"type": "Goal",
|
882
|
+
"interaction": [
|
883
|
+
{
|
884
|
+
"extension": [
|
885
|
+
{
|
886
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
887
|
+
"valueCode": "SHALL"
|
888
|
+
}
|
889
|
+
],
|
890
|
+
"code": "search-type",
|
891
|
+
"documentation": "Allows discovery of existing US Core Goal resources using different search criteria"
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"extension": [
|
895
|
+
{
|
896
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
897
|
+
"valueCode": "SHALL"
|
898
|
+
}
|
899
|
+
],
|
900
|
+
"code": "read",
|
901
|
+
"documentation": "Allows retrieval of a specific US Core Goal by id"
|
902
|
+
},
|
903
|
+
{
|
904
|
+
"extension": [
|
905
|
+
{
|
906
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
907
|
+
"valueCode": "SHOULD"
|
908
|
+
}
|
909
|
+
],
|
910
|
+
"code": "history-instance",
|
911
|
+
"documentation": "Allows review of changes to US Core Goal instance over time"
|
912
|
+
},
|
913
|
+
{
|
914
|
+
"extension": [
|
915
|
+
{
|
916
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
917
|
+
"valueCode": "SHOULD"
|
918
|
+
}
|
919
|
+
],
|
920
|
+
"code": "vread",
|
921
|
+
"documentation": "Allows retrieval of a historical version of a US Core Goal instance"
|
922
|
+
}
|
923
|
+
],
|
924
|
+
"searchParam": [
|
925
|
+
{
|
926
|
+
"extension": [
|
927
|
+
{
|
928
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
929
|
+
"valueCode": "SHALL"
|
930
|
+
}
|
931
|
+
],
|
932
|
+
"name": "patient",
|
933
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Goal-Patient",
|
934
|
+
"type": "reference"
|
935
|
+
},
|
936
|
+
{
|
937
|
+
"extension": [
|
938
|
+
{
|
939
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
940
|
+
"valueCode": "SHALL"
|
941
|
+
}
|
942
|
+
],
|
943
|
+
"name": "date",
|
944
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Goal-Date",
|
945
|
+
"type": "date",
|
946
|
+
"documentation": "The server SHALL support the date search modifiers 'ge','le','gt', and 'lt'"
|
947
|
+
}
|
948
|
+
]
|
949
|
+
},
|
950
|
+
{
|
951
|
+
"type": "Immunization",
|
952
|
+
"interaction": [
|
953
|
+
{
|
954
|
+
"extension": [
|
955
|
+
{
|
956
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
957
|
+
"valueCode": "SHALL"
|
958
|
+
}
|
959
|
+
],
|
960
|
+
"code": "search-type",
|
961
|
+
"documentation": "Allows discovery of existing US Core immunization resources using different search criteria"
|
962
|
+
},
|
963
|
+
{
|
964
|
+
"extension": [
|
965
|
+
{
|
966
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
967
|
+
"valueCode": "SHALL"
|
968
|
+
}
|
969
|
+
],
|
970
|
+
"code": "read",
|
971
|
+
"documentation": "Allows retrieval of a specific US Core immunization by id"
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"extension": [
|
975
|
+
{
|
976
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
977
|
+
"valueCode": "SHOULD"
|
978
|
+
}
|
979
|
+
],
|
980
|
+
"code": "history-instance",
|
981
|
+
"documentation": "Allows review of changes to US Core immunization instance over time"
|
982
|
+
},
|
983
|
+
{
|
984
|
+
"extension": [
|
985
|
+
{
|
986
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
987
|
+
"valueCode": "SHOULD"
|
988
|
+
}
|
989
|
+
],
|
990
|
+
"code": "vread",
|
991
|
+
"documentation": "Allows retrieval of a historical version of a US Core immunization instance"
|
992
|
+
}
|
993
|
+
],
|
994
|
+
"searchParam": [
|
995
|
+
{
|
996
|
+
"extension": [
|
997
|
+
{
|
998
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
999
|
+
"valueCode": "SHALL"
|
1000
|
+
}
|
1001
|
+
],
|
1002
|
+
"name": "patient",
|
1003
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Immunization-Patient",
|
1004
|
+
"type": "reference"
|
1005
|
+
}
|
1006
|
+
]
|
1007
|
+
},
|
1008
|
+
{
|
1009
|
+
"extension": [
|
1010
|
+
{
|
1011
|
+
"extension": [
|
1012
|
+
{
|
1013
|
+
"url": "required",
|
1014
|
+
"valueString": "patient"
|
1015
|
+
},
|
1016
|
+
{
|
1017
|
+
"url": "required",
|
1018
|
+
"valueString": "category"
|
1019
|
+
}
|
1020
|
+
],
|
1021
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"extension": [
|
1025
|
+
{
|
1026
|
+
"url": "required",
|
1027
|
+
"valueString": "patient"
|
1028
|
+
},
|
1029
|
+
{
|
1030
|
+
"url": "required",
|
1031
|
+
"valueString": "category"
|
1032
|
+
},
|
1033
|
+
{
|
1034
|
+
"url": "required",
|
1035
|
+
"valueString": "date"
|
1036
|
+
}
|
1037
|
+
],
|
1038
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1039
|
+
},
|
1040
|
+
{
|
1041
|
+
"extension": [
|
1042
|
+
{
|
1043
|
+
"url": "required",
|
1044
|
+
"valueString": "patient"
|
1045
|
+
},
|
1046
|
+
{
|
1047
|
+
"url": "required",
|
1048
|
+
"valueString": "category"
|
1049
|
+
},
|
1050
|
+
{
|
1051
|
+
"url": "required",
|
1052
|
+
"valueString": "code"
|
1053
|
+
}
|
1054
|
+
],
|
1055
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"extension": [
|
1059
|
+
{
|
1060
|
+
"url": "required",
|
1061
|
+
"valueString": "patient"
|
1062
|
+
},
|
1063
|
+
{
|
1064
|
+
"url": "required",
|
1065
|
+
"valueString": "category"
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"url": "required",
|
1069
|
+
"valueString": "code"
|
1070
|
+
},
|
1071
|
+
{
|
1072
|
+
"url": "required",
|
1073
|
+
"valueString": "date"
|
1074
|
+
}
|
1075
|
+
],
|
1076
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"type": "DiagnosticReport",
|
1080
|
+
"interaction": [
|
1081
|
+
{
|
1082
|
+
"extension": [
|
1083
|
+
{
|
1084
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1085
|
+
"valueCode": "SHALL"
|
1086
|
+
}
|
1087
|
+
],
|
1088
|
+
"code": "search-type",
|
1089
|
+
"documentation": "Allows discovery of existing US Core diagnosticreport resources using different search criteria"
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"extension": [
|
1093
|
+
{
|
1094
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1095
|
+
"valueCode": "SHALL"
|
1096
|
+
}
|
1097
|
+
],
|
1098
|
+
"code": "read",
|
1099
|
+
"documentation": "Allows retrieval of a specific US Core diagnosticreport by id"
|
1100
|
+
},
|
1101
|
+
{
|
1102
|
+
"extension": [
|
1103
|
+
{
|
1104
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1105
|
+
"valueCode": "SHOULD"
|
1106
|
+
}
|
1107
|
+
],
|
1108
|
+
"code": "history-instance",
|
1109
|
+
"documentation": "Allows review of changes to US Core diagnosticreport instance over time"
|
1110
|
+
},
|
1111
|
+
{
|
1112
|
+
"extension": [
|
1113
|
+
{
|
1114
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1115
|
+
"valueCode": "SHOULD"
|
1116
|
+
}
|
1117
|
+
],
|
1118
|
+
"code": "vread",
|
1119
|
+
"documentation": "Allows retrieval of a historical version of a US Core diagnosticreport instance"
|
1120
|
+
}
|
1121
|
+
],
|
1122
|
+
"searchParam": [
|
1123
|
+
{
|
1124
|
+
"extension": [
|
1125
|
+
{
|
1126
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1127
|
+
"valueCode": "SHALL"
|
1128
|
+
}
|
1129
|
+
],
|
1130
|
+
"name": "patient",
|
1131
|
+
"definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-Patient",
|
1132
|
+
"type": "reference"
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"extension": [
|
1136
|
+
{
|
1137
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1138
|
+
"valueCode": "SHALL"
|
1139
|
+
}
|
1140
|
+
],
|
1141
|
+
"name": "category",
|
1142
|
+
"definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-Category",
|
1143
|
+
"type": "token"
|
1144
|
+
},
|
1145
|
+
{
|
1146
|
+
"extension": [
|
1147
|
+
{
|
1148
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1149
|
+
"valueCode": "SHALL"
|
1150
|
+
}
|
1151
|
+
],
|
1152
|
+
"name": "code",
|
1153
|
+
"definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-Code",
|
1154
|
+
"type": "token"
|
1155
|
+
},
|
1156
|
+
{
|
1157
|
+
"extension": [
|
1158
|
+
{
|
1159
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1160
|
+
"valueCode": "SHALL"
|
1161
|
+
}
|
1162
|
+
],
|
1163
|
+
"name": "date",
|
1164
|
+
"definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-Date",
|
1165
|
+
"type": "date",
|
1166
|
+
"documentation": "The server SHALL support the date search modifiers 'ge','le','gt', and 'lt'"
|
1167
|
+
}
|
1168
|
+
]
|
1169
|
+
},
|
1170
|
+
{
|
1171
|
+
"type": "Location",
|
1172
|
+
"interaction": [
|
1173
|
+
{
|
1174
|
+
"extension": [
|
1175
|
+
{
|
1176
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1177
|
+
"valueCode": "SHALL"
|
1178
|
+
}
|
1179
|
+
],
|
1180
|
+
"code": "search-type",
|
1181
|
+
"documentation": "Allows discovery of existing US Core location resources using different search criteria."
|
1182
|
+
},
|
1183
|
+
{
|
1184
|
+
"extension": [
|
1185
|
+
{
|
1186
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1187
|
+
"valueCode": "SHALL"
|
1188
|
+
}
|
1189
|
+
],
|
1190
|
+
"code": "read",
|
1191
|
+
"documentation": "Allows retrieval of a historical version of a US Core location instance"
|
1192
|
+
},
|
1193
|
+
{
|
1194
|
+
"extension": [
|
1195
|
+
{
|
1196
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1197
|
+
"valueCode": "SHOULD"
|
1198
|
+
}
|
1199
|
+
],
|
1200
|
+
"code": "history-instance",
|
1201
|
+
"documentation": "Allows review of changes to US Core Medication instance over time"
|
1202
|
+
},
|
1203
|
+
{
|
1204
|
+
"extension": [
|
1205
|
+
{
|
1206
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1207
|
+
"valueCode": "SHOULD"
|
1208
|
+
}
|
1209
|
+
],
|
1210
|
+
"code": "vread",
|
1211
|
+
"documentation": "Allows retrieval of a historical version of a US Core Medication instance"
|
1212
|
+
}
|
1213
|
+
],
|
1214
|
+
"searchParam": [
|
1215
|
+
{
|
1216
|
+
"extension": [
|
1217
|
+
{
|
1218
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1219
|
+
"valueCode": "SHALL"
|
1220
|
+
}
|
1221
|
+
],
|
1222
|
+
"name": "name",
|
1223
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Location-Name",
|
1224
|
+
"type": "string"
|
1225
|
+
},
|
1226
|
+
{
|
1227
|
+
"extension": [
|
1228
|
+
{
|
1229
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1230
|
+
"valueCode": "SHALL"
|
1231
|
+
}
|
1232
|
+
],
|
1233
|
+
"name": "address",
|
1234
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Location-Address",
|
1235
|
+
"type": "string"
|
1236
|
+
}
|
1237
|
+
]
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"type": "Medication",
|
1241
|
+
"interaction": [
|
1242
|
+
{
|
1243
|
+
"extension": [
|
1244
|
+
{
|
1245
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1246
|
+
"valueCode": "SHOULD"
|
1247
|
+
}
|
1248
|
+
],
|
1249
|
+
"code": "search-type",
|
1250
|
+
"documentation": "IF the Medication Resource is used in a MedicationStatement or a MedicationRequest. Allows discovery of existing US Core Medication resources using different search criteria."
|
1251
|
+
},
|
1252
|
+
{
|
1253
|
+
"extension": [
|
1254
|
+
{
|
1255
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1256
|
+
"valueCode": "SHOULD"
|
1257
|
+
}
|
1258
|
+
],
|
1259
|
+
"code": "read",
|
1260
|
+
"documentation": "IF the Medication Resource is used in a MedicationStatement or a MedicationRequest. Allows retrieval of a specific US Core Medication by id"
|
1261
|
+
},
|
1262
|
+
{
|
1263
|
+
"extension": [
|
1264
|
+
{
|
1265
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1266
|
+
"valueCode": "SHOULD"
|
1267
|
+
}
|
1268
|
+
],
|
1269
|
+
"code": "history-instance",
|
1270
|
+
"documentation": "Allows review of changes to US Core Medication instance over time"
|
1271
|
+
},
|
1272
|
+
{
|
1273
|
+
"extension": [
|
1274
|
+
{
|
1275
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1276
|
+
"valueCode": "SHOULD"
|
1277
|
+
}
|
1278
|
+
],
|
1279
|
+
"code": "vread",
|
1280
|
+
"documentation": "Allows retrieval of a historical version of a US Core Medication instance"
|
1281
|
+
}
|
1282
|
+
]
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"type": "MedicationStatement",
|
1286
|
+
"interaction": [
|
1287
|
+
{
|
1288
|
+
"extension": [
|
1289
|
+
{
|
1290
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1291
|
+
"valueCode": "SHALL"
|
1292
|
+
}
|
1293
|
+
],
|
1294
|
+
"code": "search-type",
|
1295
|
+
"documentation": "Allows discovery of existing US Core medicationstatement resources using different search criteria"
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
"extension": [
|
1299
|
+
{
|
1300
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1301
|
+
"valueCode": "SHALL"
|
1302
|
+
}
|
1303
|
+
],
|
1304
|
+
"code": "read",
|
1305
|
+
"documentation": "Allows retrieval of a specific US Core medicationstatement by id"
|
1306
|
+
},
|
1307
|
+
{
|
1308
|
+
"extension": [
|
1309
|
+
{
|
1310
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1311
|
+
"valueCode": "SHOULD"
|
1312
|
+
}
|
1313
|
+
],
|
1314
|
+
"code": "history-instance",
|
1315
|
+
"documentation": "Allows review of changes to US Core medicationstatement instance over time"
|
1316
|
+
},
|
1317
|
+
{
|
1318
|
+
"extension": [
|
1319
|
+
{
|
1320
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1321
|
+
"valueCode": "SHOULD"
|
1322
|
+
}
|
1323
|
+
],
|
1324
|
+
"code": "vread",
|
1325
|
+
"documentation": "Allows retrieval of a historical version of a US Core medicationstatement instance"
|
1326
|
+
}
|
1327
|
+
],
|
1328
|
+
"searchInclude": [
|
1329
|
+
"MedicationStatement.medicationReference"
|
1330
|
+
],
|
1331
|
+
"_searchInclude": [
|
1332
|
+
{
|
1333
|
+
"extension": [
|
1334
|
+
{
|
1335
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1336
|
+
"valueCode": "MAY"
|
1337
|
+
}
|
1338
|
+
]
|
1339
|
+
}
|
1340
|
+
],
|
1341
|
+
"searchParam": [
|
1342
|
+
{
|
1343
|
+
"extension": [
|
1344
|
+
{
|
1345
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1346
|
+
"valueCode": "SHALL"
|
1347
|
+
}
|
1348
|
+
],
|
1349
|
+
"name": "patient",
|
1350
|
+
"definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-Patient",
|
1351
|
+
"type": "reference"
|
1352
|
+
}
|
1353
|
+
]
|
1354
|
+
},
|
1355
|
+
{
|
1356
|
+
"type": "MedicationRequest",
|
1357
|
+
"interaction": [
|
1358
|
+
{
|
1359
|
+
"extension": [
|
1360
|
+
{
|
1361
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1362
|
+
"valueCode": "SHALL"
|
1363
|
+
}
|
1364
|
+
],
|
1365
|
+
"code": "search-type",
|
1366
|
+
"documentation": "Allows discovery of existing US Core medicationrequest resources using different search criteria"
|
1367
|
+
},
|
1368
|
+
{
|
1369
|
+
"extension": [
|
1370
|
+
{
|
1371
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1372
|
+
"valueCode": "SHALL"
|
1373
|
+
}
|
1374
|
+
],
|
1375
|
+
"code": "read",
|
1376
|
+
"documentation": "Allows retrieval of a specific US Core medicationrequest by id"
|
1377
|
+
},
|
1378
|
+
{
|
1379
|
+
"extension": [
|
1380
|
+
{
|
1381
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1382
|
+
"valueCode": "SHOULD"
|
1383
|
+
}
|
1384
|
+
],
|
1385
|
+
"code": "history-instance",
|
1386
|
+
"documentation": "Allows review of changes to US Core medicationrequest instance over time"
|
1387
|
+
},
|
1388
|
+
{
|
1389
|
+
"extension": [
|
1390
|
+
{
|
1391
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1392
|
+
"valueCode": "SHOULD"
|
1393
|
+
}
|
1394
|
+
],
|
1395
|
+
"code": "vread",
|
1396
|
+
"documentation": "Allows retrieval of a historical version of a US Core medicationrequest instance"
|
1397
|
+
}
|
1398
|
+
],
|
1399
|
+
"searchInclude": [
|
1400
|
+
"MedicationRequest.medicationReference"
|
1401
|
+
],
|
1402
|
+
"_searchInclude": [
|
1403
|
+
{
|
1404
|
+
"extension": [
|
1405
|
+
{
|
1406
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1407
|
+
"valueCode": "MAY"
|
1408
|
+
}
|
1409
|
+
]
|
1410
|
+
}
|
1411
|
+
],
|
1412
|
+
"searchParam": [
|
1413
|
+
{
|
1414
|
+
"extension": [
|
1415
|
+
{
|
1416
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1417
|
+
"valueCode": "SHALL"
|
1418
|
+
}
|
1419
|
+
],
|
1420
|
+
"name": "patient",
|
1421
|
+
"definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-Patient",
|
1422
|
+
"type": "reference"
|
1423
|
+
}
|
1424
|
+
]
|
1425
|
+
},
|
1426
|
+
{
|
1427
|
+
"extension": [
|
1428
|
+
{
|
1429
|
+
"extension": [
|
1430
|
+
{
|
1431
|
+
"url": "required",
|
1432
|
+
"valueString": "patient"
|
1433
|
+
},
|
1434
|
+
{
|
1435
|
+
"url": "required",
|
1436
|
+
"valueString": "category"
|
1437
|
+
}
|
1438
|
+
],
|
1439
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"extension": [
|
1443
|
+
{
|
1444
|
+
"url": "required",
|
1445
|
+
"valueString": "patient"
|
1446
|
+
},
|
1447
|
+
{
|
1448
|
+
"url": "required",
|
1449
|
+
"valueString": "category"
|
1450
|
+
},
|
1451
|
+
{
|
1452
|
+
"url": "required",
|
1453
|
+
"valueString": "date"
|
1454
|
+
}
|
1455
|
+
],
|
1456
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1457
|
+
},
|
1458
|
+
{
|
1459
|
+
"extension": [
|
1460
|
+
{
|
1461
|
+
"url": "required",
|
1462
|
+
"valueString": "patient"
|
1463
|
+
},
|
1464
|
+
{
|
1465
|
+
"url": "required",
|
1466
|
+
"valueString": "category"
|
1467
|
+
},
|
1468
|
+
{
|
1469
|
+
"url": "required",
|
1470
|
+
"valueString": "code"
|
1471
|
+
}
|
1472
|
+
],
|
1473
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1474
|
+
},
|
1475
|
+
{
|
1476
|
+
"extension": [
|
1477
|
+
{
|
1478
|
+
"url": "required",
|
1479
|
+
"valueString": "patient"
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
"url": "required",
|
1483
|
+
"valueString": "category"
|
1484
|
+
},
|
1485
|
+
{
|
1486
|
+
"url": "required",
|
1487
|
+
"valueString": "code"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"url": "required",
|
1491
|
+
"valueString": "date"
|
1492
|
+
}
|
1493
|
+
],
|
1494
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1495
|
+
}
|
1496
|
+
],
|
1497
|
+
"type": "Observation",
|
1498
|
+
"interaction": [
|
1499
|
+
{
|
1500
|
+
"extension": [
|
1501
|
+
{
|
1502
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1503
|
+
"valueCode": "SHALL"
|
1504
|
+
}
|
1505
|
+
],
|
1506
|
+
"code": "search-type",
|
1507
|
+
"documentation": "Allows discovery of existing US Core results observation, smokingstatus, and vitals signs observation using different search criteria"
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
"extension": [
|
1511
|
+
{
|
1512
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1513
|
+
"valueCode": "SHALL"
|
1514
|
+
}
|
1515
|
+
],
|
1516
|
+
"code": "read",
|
1517
|
+
"documentation": "Allows retrieval of a specific US Core results observation, smokingstatus, and vitals signs observation by id"
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
"extension": [
|
1521
|
+
{
|
1522
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1523
|
+
"valueCode": "SHOULD"
|
1524
|
+
}
|
1525
|
+
],
|
1526
|
+
"code": "history-instance",
|
1527
|
+
"documentation": "Allows review of changes to US Core results observation, smokingstatus, and vitals signs observation over time"
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"extension": [
|
1531
|
+
{
|
1532
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1533
|
+
"valueCode": "SHOULD"
|
1534
|
+
}
|
1535
|
+
],
|
1536
|
+
"code": "vread",
|
1537
|
+
"documentation": "Allows retrieval of a historical version of a US Core results observation, smokingstatus, and vitals signs observation instance"
|
1538
|
+
}
|
1539
|
+
],
|
1540
|
+
"searchParam": [
|
1541
|
+
{
|
1542
|
+
"extension": [
|
1543
|
+
{
|
1544
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1545
|
+
"valueCode": "SHALL"
|
1546
|
+
}
|
1547
|
+
],
|
1548
|
+
"name": "patient",
|
1549
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Observation-Patient",
|
1550
|
+
"type": "reference"
|
1551
|
+
},
|
1552
|
+
{
|
1553
|
+
"extension": [
|
1554
|
+
{
|
1555
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1556
|
+
"valueCode": "SHALL"
|
1557
|
+
}
|
1558
|
+
],
|
1559
|
+
"name": "category",
|
1560
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Organization-Category",
|
1561
|
+
"type": "token"
|
1562
|
+
},
|
1563
|
+
{
|
1564
|
+
"extension": [
|
1565
|
+
{
|
1566
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1567
|
+
"valueCode": "SHALL"
|
1568
|
+
}
|
1569
|
+
],
|
1570
|
+
"name": "code",
|
1571
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Organization-Code",
|
1572
|
+
"type": "token"
|
1573
|
+
},
|
1574
|
+
{
|
1575
|
+
"extension": [
|
1576
|
+
{
|
1577
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1578
|
+
"valueCode": "SHALL"
|
1579
|
+
}
|
1580
|
+
],
|
1581
|
+
"name": "date",
|
1582
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Organization-Date",
|
1583
|
+
"type": "date",
|
1584
|
+
"documentation": "The server SHALL support the date search modifiers 'ge','le','gt', and 'lt'"
|
1585
|
+
}
|
1586
|
+
]
|
1587
|
+
},
|
1588
|
+
{
|
1589
|
+
"type": "Organization",
|
1590
|
+
"interaction": [
|
1591
|
+
{
|
1592
|
+
"extension": [
|
1593
|
+
{
|
1594
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1595
|
+
"valueCode": "SHALL"
|
1596
|
+
}
|
1597
|
+
],
|
1598
|
+
"code": "search-type",
|
1599
|
+
"documentation": "Allows discovery of existing US Core organization resources using different search criteria"
|
1600
|
+
},
|
1601
|
+
{
|
1602
|
+
"extension": [
|
1603
|
+
{
|
1604
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1605
|
+
"valueCode": "SHALL"
|
1606
|
+
}
|
1607
|
+
],
|
1608
|
+
"code": "read",
|
1609
|
+
"documentation": "Allows retrieval of a specific US Core organization by id"
|
1610
|
+
},
|
1611
|
+
{
|
1612
|
+
"extension": [
|
1613
|
+
{
|
1614
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1615
|
+
"valueCode": "SHOULD"
|
1616
|
+
}
|
1617
|
+
],
|
1618
|
+
"code": "history-instance",
|
1619
|
+
"documentation": "Allows review of changes to US Core organization instance over time"
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"extension": [
|
1623
|
+
{
|
1624
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1625
|
+
"valueCode": "SHOULD"
|
1626
|
+
}
|
1627
|
+
],
|
1628
|
+
"code": "vread",
|
1629
|
+
"documentation": "Allows retrieval of a historical version of a US Core organization instance"
|
1630
|
+
}
|
1631
|
+
],
|
1632
|
+
"searchParam": [
|
1633
|
+
{
|
1634
|
+
"extension": [
|
1635
|
+
{
|
1636
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1637
|
+
"valueCode": "SHALL"
|
1638
|
+
}
|
1639
|
+
],
|
1640
|
+
"name": "identifier",
|
1641
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Organization-Identifier",
|
1642
|
+
"type": "token"
|
1643
|
+
},
|
1644
|
+
{
|
1645
|
+
"extension": [
|
1646
|
+
{
|
1647
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1648
|
+
"valueCode": "SHALL"
|
1649
|
+
}
|
1650
|
+
],
|
1651
|
+
"name": "name",
|
1652
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Organization-Name",
|
1653
|
+
"type": "string"
|
1654
|
+
},
|
1655
|
+
{
|
1656
|
+
"extension": [
|
1657
|
+
{
|
1658
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1659
|
+
"valueCode": "SHALL"
|
1660
|
+
}
|
1661
|
+
],
|
1662
|
+
"name": "address",
|
1663
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Organization-Address",
|
1664
|
+
"type": "string"
|
1665
|
+
}
|
1666
|
+
]
|
1667
|
+
},
|
1668
|
+
{
|
1669
|
+
"type": "Practitioner",
|
1670
|
+
"interaction": [
|
1671
|
+
{
|
1672
|
+
"extension": [
|
1673
|
+
{
|
1674
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1675
|
+
"valueCode": "SHALL"
|
1676
|
+
}
|
1677
|
+
],
|
1678
|
+
"code": "search-type",
|
1679
|
+
"documentation": "Allows discovery of existing US Core practitioner resources using different search criteria"
|
1680
|
+
},
|
1681
|
+
{
|
1682
|
+
"extension": [
|
1683
|
+
{
|
1684
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1685
|
+
"valueCode": "SHALL"
|
1686
|
+
}
|
1687
|
+
],
|
1688
|
+
"code": "read",
|
1689
|
+
"documentation": "Allows retrieval of a specific US Core practitioner by id"
|
1690
|
+
},
|
1691
|
+
{
|
1692
|
+
"extension": [
|
1693
|
+
{
|
1694
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1695
|
+
"valueCode": "SHOULD"
|
1696
|
+
}
|
1697
|
+
],
|
1698
|
+
"code": "history-instance",
|
1699
|
+
"documentation": "Allows review of changes to US Core practitioner instance over time"
|
1700
|
+
},
|
1701
|
+
{
|
1702
|
+
"extension": [
|
1703
|
+
{
|
1704
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1705
|
+
"valueCode": "SHOULD"
|
1706
|
+
}
|
1707
|
+
],
|
1708
|
+
"code": "vread",
|
1709
|
+
"documentation": "Allows retrieval of a historical version of a US Core practitioner instance"
|
1710
|
+
}
|
1711
|
+
],
|
1712
|
+
"searchParam": [
|
1713
|
+
{
|
1714
|
+
"extension": [
|
1715
|
+
{
|
1716
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1717
|
+
"valueCode": "SHALL"
|
1718
|
+
}
|
1719
|
+
],
|
1720
|
+
"name": "identifier",
|
1721
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Practitioner-Identifier",
|
1722
|
+
"type": "token"
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"extension": [
|
1726
|
+
{
|
1727
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1728
|
+
"valueCode": "SHALL"
|
1729
|
+
}
|
1730
|
+
],
|
1731
|
+
"name": "name",
|
1732
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Practitioner-Name",
|
1733
|
+
"type": "string"
|
1734
|
+
}
|
1735
|
+
]
|
1736
|
+
},
|
1737
|
+
{
|
1738
|
+
"extension": [
|
1739
|
+
{
|
1740
|
+
"extension": [
|
1741
|
+
{
|
1742
|
+
"url": "required",
|
1743
|
+
"valueString": "patient"
|
1744
|
+
},
|
1745
|
+
{
|
1746
|
+
"url": "required",
|
1747
|
+
"valueString": "date"
|
1748
|
+
}
|
1749
|
+
],
|
1750
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"
|
1751
|
+
}
|
1752
|
+
],
|
1753
|
+
"type": "Procedure",
|
1754
|
+
"interaction": [
|
1755
|
+
{
|
1756
|
+
"extension": [
|
1757
|
+
{
|
1758
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1759
|
+
"valueCode": "SHALL"
|
1760
|
+
}
|
1761
|
+
],
|
1762
|
+
"code": "search-type",
|
1763
|
+
"documentation": "Allows discovery of existing US Core procedure resources using different search criteria"
|
1764
|
+
},
|
1765
|
+
{
|
1766
|
+
"extension": [
|
1767
|
+
{
|
1768
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1769
|
+
"valueCode": "SHALL"
|
1770
|
+
}
|
1771
|
+
],
|
1772
|
+
"code": "read",
|
1773
|
+
"documentation": "Allows retrieval of a specific US Core procedure by id"
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"extension": [
|
1777
|
+
{
|
1778
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1779
|
+
"valueCode": "SHOULD"
|
1780
|
+
}
|
1781
|
+
],
|
1782
|
+
"code": "history-instance",
|
1783
|
+
"documentation": "Allows review of changes to US Core procedure instance over time"
|
1784
|
+
},
|
1785
|
+
{
|
1786
|
+
"extension": [
|
1787
|
+
{
|
1788
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1789
|
+
"valueCode": "SHOULD"
|
1790
|
+
}
|
1791
|
+
],
|
1792
|
+
"code": "vread",
|
1793
|
+
"documentation": "Allows retrieval of a historical version of a US Core procedure instance"
|
1794
|
+
}
|
1795
|
+
],
|
1796
|
+
"searchParam": [
|
1797
|
+
{
|
1798
|
+
"extension": [
|
1799
|
+
{
|
1800
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1801
|
+
"valueCode": "SHALL"
|
1802
|
+
}
|
1803
|
+
],
|
1804
|
+
"name": "patient",
|
1805
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Procedure-Patient",
|
1806
|
+
"type": "reference"
|
1807
|
+
},
|
1808
|
+
{
|
1809
|
+
"extension": [
|
1810
|
+
{
|
1811
|
+
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
|
1812
|
+
"valueCode": "SHALL"
|
1813
|
+
}
|
1814
|
+
],
|
1815
|
+
"name": "date",
|
1816
|
+
"definition": "http://hl7.org/fhir/SearchParameter/Procedure-Date",
|
1817
|
+
"type": "date",
|
1818
|
+
"documentation": "The server SHALL support the date search modifiers 'ge','le','gt', and 'lt'"
|
1819
|
+
}
|
1820
|
+
]
|
1821
|
+
}
|
1822
|
+
]
|
1823
|
+
}
|
1824
|
+
]
|
1825
|
+
}
|