Stream: fmg
Submitted FHIR-36674 for FHIR-I
$ curl -s https://build.fhir.org/searchparameter-registry.html | \
pandoc -f html -t markdown --wrap none | \
grep -oh "\\w\+-patient" | \
sort | uniq -c | sort -r -h
34 clinical-patient
1 wrong-patient
1 Task-patient
1 Specimen-patient
1 ResearchSubject-patient
1 RequestGroup-patient
1 RelatedPerson-patient
1 QuestionnaireResponse-patient
1 Provenance-patient
1 Person-patient
1 NutritionIntake-patient
1 MolecularSequence-patient
1 MeasureReport-patient
1 Invoice-patient
1 ImmunizationRecommendation-patient
1 ImmunizationEvaluation-patient
1 ImagingSelection-patient
1 GuidanceResponse-patient
1 ExplanationOfBenefit-patient
1 EnrollmentRequest-patient
1 Device-patient
1 Coverage-patient
1 CoverageEligibilityResponse-patient
1 CoverageEligibilityRequest-patient
1 Contract-patient
1 CommunicationRequest-patient
1 Communication-patient
1 ClaimResponse-patient
1 Claim-patient
1 ChargeItem-patient
1 BodyStructure-patient
1 Basic-patient
1 AuditEvent-patient
1 AppointmentResponse-patient
1 Appointment-patient
1 AdverseEvent-patient
1 Account-patient
there was a warning in the old days that caught these... I recall having to determine how to use clinical-patient because of that warning.. but clearly that warning is not there now as I totally did the wrong thing with Provenance-patient and AuditEvent-patient done last week.
Last updated: Apr 12 2022 at 19:14 UTC